Skip to content

Commit 77aafc6

Browse files
chore: update registry for v0.4.0
1 parent 013f4cc commit 77aafc6

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
@@ -363,6 +363,77 @@
363363
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.3.7/jongio-azd-app-windows-arm64.zip"
364364
}
365365
}
366+
},
367+
{
368+
"version": "0.4.0",
369+
"capabilities": [
370+
"custom-commands",
371+
"lifecycle-events",
372+
"mcp-server"
373+
],
374+
"usage": "azd app \u003ccommand\u003e [options]",
375+
"examples": [
376+
{
377+
"name": "hi",
378+
"description": "Say hello and display extension info",
379+
"usage": "azd app hi"
380+
},
381+
{
382+
"name": "reqs",
383+
"description": "Verify all prerequisites are installed",
384+
"usage": "azd app reqs"
385+
}
386+
],
387+
"artifacts": {
388+
"darwin/amd64": {
389+
"checksum": {
390+
"algorithm": "sha256",
391+
"value": "8fc56dea3350b2838d7787b49079e98c8e900476dcf98e880fb2b4d772c7b852"
392+
},
393+
"entryPoint": "jongio-azd-app-darwin-amd64",
394+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.4.0/jongio-azd-app-darwin-amd64.zip"
395+
},
396+
"darwin/arm64": {
397+
"checksum": {
398+
"algorithm": "sha256",
399+
"value": "0aa5f11d477bc5416367038cbd885016b409e21a2698c5ed1d524840270c1203"
400+
},
401+
"entryPoint": "jongio-azd-app-darwin-arm64",
402+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.4.0/jongio-azd-app-darwin-arm64.zip"
403+
},
404+
"linux/amd64": {
405+
"checksum": {
406+
"algorithm": "sha256",
407+
"value": "194d2a8366e3c63c47eecb61827a824be5ca91e989a26910c3df9058016e6c33"
408+
},
409+
"entryPoint": "jongio-azd-app-linux-amd64",
410+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.4.0/jongio-azd-app-linux-amd64.tar.gz"
411+
},
412+
"linux/arm64": {
413+
"checksum": {
414+
"algorithm": "sha256",
415+
"value": "b6220b30248cb8283c8204fcfb2bff44a81f442993f6e36daff969c15679341c"
416+
},
417+
"entryPoint": "jongio-azd-app-linux-arm64",
418+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.4.0/jongio-azd-app-linux-arm64.tar.gz"
419+
},
420+
"windows/amd64": {
421+
"checksum": {
422+
"algorithm": "sha256",
423+
"value": "b979655d55f2bcb5e1e090b5327d2faa630fa8483bf0ab9cf4903e47a9b51595"
424+
},
425+
"entryPoint": "jongio-azd-app-windows-amd64.exe",
426+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.4.0/jongio-azd-app-windows-amd64.zip"
427+
},
428+
"windows/arm64": {
429+
"checksum": {
430+
"algorithm": "sha256",
431+
"value": "4495de1782c883f9cb28acf96918bb8d85aeffc99cee853c82a4554078c6e9ad"
432+
},
433+
"entryPoint": "jongio-azd-app-windows-arm64.exe",
434+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.4.0/jongio-azd-app-windows-arm64.zip"
435+
}
436+
}
366437
}
367438
],
368439
"tags": [

0 commit comments

Comments
 (0)