Skip to content

Commit 999aa42

Browse files
chore: update registry for v0.5.5
1 parent fc7e313 commit 999aa42

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

registry.json

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,77 @@
647647
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.5.2/jongio-azd-app-windows-arm64.zip"
648648
}
649649
}
650+
},
651+
{
652+
"version": "0.5.5",
653+
"capabilities": [
654+
"custom-commands",
655+
"lifecycle-events",
656+
"mcp-server"
657+
],
658+
"usage": "azd app \u003ccommand\u003e [options]",
659+
"examples": [
660+
{
661+
"name": "hi",
662+
"description": "Say hello and display extension info",
663+
"usage": "azd app hi"
664+
},
665+
{
666+
"name": "reqs",
667+
"description": "Verify all prerequisites are installed",
668+
"usage": "azd app reqs"
669+
}
670+
],
671+
"artifacts": {
672+
"darwin/amd64": {
673+
"checksum": {
674+
"algorithm": "sha256",
675+
"value": "f6d534086730f8e8abc964f0e82b5f24f4636e7e5e1d713bd8309a0e6b6aae05"
676+
},
677+
"entryPoint": "jongio-azd-app-darwin-amd64",
678+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.5.5/jongio-azd-app-darwin-amd64.zip"
679+
},
680+
"darwin/arm64": {
681+
"checksum": {
682+
"algorithm": "sha256",
683+
"value": "d01f4e84223d2999a47d0147e7d414753ed09b75667a491ef4a38d500b4a9144"
684+
},
685+
"entryPoint": "jongio-azd-app-darwin-arm64",
686+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.5.5/jongio-azd-app-darwin-arm64.zip"
687+
},
688+
"linux/amd64": {
689+
"checksum": {
690+
"algorithm": "sha256",
691+
"value": "0599a61bf9be3fc14d34325300b193948ad2a70feaa73be0b9c38a92042de714"
692+
},
693+
"entryPoint": "jongio-azd-app-linux-amd64",
694+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.5.5/jongio-azd-app-linux-amd64.tar.gz"
695+
},
696+
"linux/arm64": {
697+
"checksum": {
698+
"algorithm": "sha256",
699+
"value": "42fc1bdd83f01412da011afefe4d1026cb86fc90887868d6010c6215294fe745"
700+
},
701+
"entryPoint": "jongio-azd-app-linux-arm64",
702+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.5.5/jongio-azd-app-linux-arm64.tar.gz"
703+
},
704+
"windows/amd64": {
705+
"checksum": {
706+
"algorithm": "sha256",
707+
"value": "8b123200c4947bc018f1e1b15cc3df7f2c63a0ac827428c32bd8df43aebd31d1"
708+
},
709+
"entryPoint": "jongio-azd-app-windows-amd64.exe",
710+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.5.5/jongio-azd-app-windows-amd64.zip"
711+
},
712+
"windows/arm64": {
713+
"checksum": {
714+
"algorithm": "sha256",
715+
"value": "1e1ba71d40f47c4028ad8a3db5d490f8bbfce6e849b638a58de363280ef71fed"
716+
},
717+
"entryPoint": "jongio-azd-app-windows-arm64.exe",
718+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.5.5/jongio-azd-app-windows-arm64.zip"
719+
}
720+
}
650721
}
651722
],
652723
"tags": [

0 commit comments

Comments
 (0)