Skip to content

Commit a776022

Browse files
chore: update registry for v0.3.7
1 parent cb0fe96 commit a776022

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
@@ -292,6 +292,77 @@
292292
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.3.3/jongio-azd-app-windows-arm64.zip"
293293
}
294294
}
295+
},
296+
{
297+
"version": "0.3.7",
298+
"capabilities": [
299+
"custom-commands",
300+
"lifecycle-events",
301+
"mcp-server"
302+
],
303+
"usage": "azd app \u003ccommand\u003e [options]",
304+
"examples": [
305+
{
306+
"name": "hi",
307+
"description": "Say hello and display extension info",
308+
"usage": "azd app hi"
309+
},
310+
{
311+
"name": "reqs",
312+
"description": "Verify all prerequisites are installed",
313+
"usage": "azd app reqs"
314+
}
315+
],
316+
"artifacts": {
317+
"darwin/amd64": {
318+
"checksum": {
319+
"algorithm": "sha256",
320+
"value": "4f497f1ab9734efc2aefe3ac387c5c888e1c4f280b72b92df3d75ec1f1ed2853"
321+
},
322+
"entryPoint": "jongio-azd-app-darwin-amd64",
323+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.3.7/jongio-azd-app-darwin-amd64.zip"
324+
},
325+
"darwin/arm64": {
326+
"checksum": {
327+
"algorithm": "sha256",
328+
"value": "a730c26a05e04a6f7ffe3ce4c07b286f6b05f4b0513275f69376cbe922855b35"
329+
},
330+
"entryPoint": "jongio-azd-app-darwin-arm64",
331+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.3.7/jongio-azd-app-darwin-arm64.zip"
332+
},
333+
"linux/amd64": {
334+
"checksum": {
335+
"algorithm": "sha256",
336+
"value": "d1e99326c0561b2a140d7e3853fcfe92ac5f4a58068201e8401c670110c40a89"
337+
},
338+
"entryPoint": "jongio-azd-app-linux-amd64",
339+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.3.7/jongio-azd-app-linux-amd64.tar.gz"
340+
},
341+
"linux/arm64": {
342+
"checksum": {
343+
"algorithm": "sha256",
344+
"value": "bd1a96659b58377da59c720b326030a2455efeff86896dc42eb9948155861b57"
345+
},
346+
"entryPoint": "jongio-azd-app-linux-arm64",
347+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.3.7/jongio-azd-app-linux-arm64.tar.gz"
348+
},
349+
"windows/amd64": {
350+
"checksum": {
351+
"algorithm": "sha256",
352+
"value": "7b4e15601b399acb9f2c474f3e601c4cb31d2eabb2b78960dcd7e4624415c38a"
353+
},
354+
"entryPoint": "jongio-azd-app-windows-amd64.exe",
355+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.3.7/jongio-azd-app-windows-amd64.zip"
356+
},
357+
"windows/arm64": {
358+
"checksum": {
359+
"algorithm": "sha256",
360+
"value": "4c5d097d7b18b1e71cd54dd27dfe32aaaf31eb1b79ccc6effe246d77e1f818c0"
361+
},
362+
"entryPoint": "jongio-azd-app-windows-arm64.exe",
363+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.3.7/jongio-azd-app-windows-arm64.zip"
364+
}
365+
}
295366
}
296367
],
297368
"tags": [

0 commit comments

Comments
 (0)