Skip to content

Commit fb0fdd5

Browse files
chore: update registry for v0.5.1
1 parent 4f1a367 commit fb0fdd5

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
@@ -505,6 +505,77 @@
505505
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.5.0/jongio-azd-app-windows-arm64.zip"
506506
}
507507
}
508+
},
509+
{
510+
"version": "0.5.1",
511+
"capabilities": [
512+
"custom-commands",
513+
"lifecycle-events",
514+
"mcp-server"
515+
],
516+
"usage": "azd app \u003ccommand\u003e [options]",
517+
"examples": [
518+
{
519+
"name": "hi",
520+
"description": "Say hello and display extension info",
521+
"usage": "azd app hi"
522+
},
523+
{
524+
"name": "reqs",
525+
"description": "Verify all prerequisites are installed",
526+
"usage": "azd app reqs"
527+
}
528+
],
529+
"artifacts": {
530+
"darwin/amd64": {
531+
"checksum": {
532+
"algorithm": "sha256",
533+
"value": "ceb83a6c586b807d9dabffe82a84d753d02999c706b5a618ef99eb647c80765b"
534+
},
535+
"entryPoint": "jongio-azd-app-darwin-amd64",
536+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.5.1/jongio-azd-app-darwin-amd64.zip"
537+
},
538+
"darwin/arm64": {
539+
"checksum": {
540+
"algorithm": "sha256",
541+
"value": "7e9ed31f0b3322d474f811fc52a9fb1fff723979b1821ffb7cb01fb643a66e8d"
542+
},
543+
"entryPoint": "jongio-azd-app-darwin-arm64",
544+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.5.1/jongio-azd-app-darwin-arm64.zip"
545+
},
546+
"linux/amd64": {
547+
"checksum": {
548+
"algorithm": "sha256",
549+
"value": "54e71fe0df79a52ddbfb56d59f1a66d69c3ce7d372ac33585be3004dd4b940e6"
550+
},
551+
"entryPoint": "jongio-azd-app-linux-amd64",
552+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.5.1/jongio-azd-app-linux-amd64.tar.gz"
553+
},
554+
"linux/arm64": {
555+
"checksum": {
556+
"algorithm": "sha256",
557+
"value": "994eeae8a9999704f0999be32d6b59b5bb2e3c16c5ee9ba8c4fa6c5a022c7565"
558+
},
559+
"entryPoint": "jongio-azd-app-linux-arm64",
560+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.5.1/jongio-azd-app-linux-arm64.tar.gz"
561+
},
562+
"windows/amd64": {
563+
"checksum": {
564+
"algorithm": "sha256",
565+
"value": "01f34442e5de8e130b74e4dcc3b27b643dfc7c548152cd89209eb60fae477905"
566+
},
567+
"entryPoint": "jongio-azd-app-windows-amd64.exe",
568+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.5.1/jongio-azd-app-windows-amd64.zip"
569+
},
570+
"windows/arm64": {
571+
"checksum": {
572+
"algorithm": "sha256",
573+
"value": "79b22978f7f6b197252a253f47f68a9de2bf63260494049e773b85a5d61a6a99"
574+
},
575+
"entryPoint": "jongio-azd-app-windows-arm64.exe",
576+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.5.1/jongio-azd-app-windows-arm64.zip"
577+
}
578+
}
508579
}
509580
],
510581
"tags": [

0 commit comments

Comments
 (0)