Skip to content

Commit 1c76011

Browse files
chore: update registry for v0.5.0
1 parent c19e7cd commit 1c76011

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
@@ -434,6 +434,77 @@
434434
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.4.0/jongio-azd-app-windows-arm64.zip"
435435
}
436436
}
437+
},
438+
{
439+
"version": "0.5.0",
440+
"capabilities": [
441+
"custom-commands",
442+
"lifecycle-events",
443+
"mcp-server"
444+
],
445+
"usage": "azd app \u003ccommand\u003e [options]",
446+
"examples": [
447+
{
448+
"name": "hi",
449+
"description": "Say hello and display extension info",
450+
"usage": "azd app hi"
451+
},
452+
{
453+
"name": "reqs",
454+
"description": "Verify all prerequisites are installed",
455+
"usage": "azd app reqs"
456+
}
457+
],
458+
"artifacts": {
459+
"darwin/amd64": {
460+
"checksum": {
461+
"algorithm": "sha256",
462+
"value": "3106ebc1ae05217ee843f29e2b6cc35208668d238e1d25a686e6055c6b2fea60"
463+
},
464+
"entryPoint": "jongio-azd-app-darwin-amd64",
465+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.5.0/jongio-azd-app-darwin-amd64.zip"
466+
},
467+
"darwin/arm64": {
468+
"checksum": {
469+
"algorithm": "sha256",
470+
"value": "4a393520e48e0407b8d2a9d1f3a4b1f41c60ea26a90a4624c8fd8338e06e5ce9"
471+
},
472+
"entryPoint": "jongio-azd-app-darwin-arm64",
473+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.5.0/jongio-azd-app-darwin-arm64.zip"
474+
},
475+
"linux/amd64": {
476+
"checksum": {
477+
"algorithm": "sha256",
478+
"value": "ed3907e1c4d05506f121c0af72eaf666efd61f8f360a2efc262f33df67dfcdb6"
479+
},
480+
"entryPoint": "jongio-azd-app-linux-amd64",
481+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.5.0/jongio-azd-app-linux-amd64.tar.gz"
482+
},
483+
"linux/arm64": {
484+
"checksum": {
485+
"algorithm": "sha256",
486+
"value": "e800ae44422f9443fe03cd73e9bf3a19ce8b3d1065e9966c872ca4293b60892f"
487+
},
488+
"entryPoint": "jongio-azd-app-linux-arm64",
489+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.5.0/jongio-azd-app-linux-arm64.tar.gz"
490+
},
491+
"windows/amd64": {
492+
"checksum": {
493+
"algorithm": "sha256",
494+
"value": "c4343ef749b9ff8240b56f078145e7748914c80ab95512d8436399c99c304584"
495+
},
496+
"entryPoint": "jongio-azd-app-windows-amd64.exe",
497+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.5.0/jongio-azd-app-windows-amd64.zip"
498+
},
499+
"windows/arm64": {
500+
"checksum": {
501+
"algorithm": "sha256",
502+
"value": "07b278024a9f3252730d3fe0e8787081569d97c6bc7975fe6ba7437efb943b6f"
503+
},
504+
"entryPoint": "jongio-azd-app-windows-arm64.exe",
505+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.5.0/jongio-azd-app-windows-arm64.zip"
506+
}
507+
}
437508
}
438509
],
439510
"tags": [

0 commit comments

Comments
 (0)