Skip to content

Commit 55ca088

Browse files
chore: update registry for v0.3.3
1 parent 53fdcc5 commit 55ca088

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
@@ -221,6 +221,77 @@
221221
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.3.2/jongio-azd-app-windows-arm64.zip"
222222
}
223223
}
224+
},
225+
{
226+
"version": "0.3.3",
227+
"capabilities": [
228+
"custom-commands",
229+
"lifecycle-events",
230+
"mcp-server"
231+
],
232+
"usage": "azd app \u003ccommand\u003e [options]",
233+
"examples": [
234+
{
235+
"name": "hi",
236+
"description": "Say hello and display extension info",
237+
"usage": "azd app hi"
238+
},
239+
{
240+
"name": "reqs",
241+
"description": "Verify all prerequisites are installed",
242+
"usage": "azd app reqs"
243+
}
244+
],
245+
"artifacts": {
246+
"darwin/amd64": {
247+
"checksum": {
248+
"algorithm": "sha256",
249+
"value": "1448ea38e73912049a63ad967d15a6311d006c9fb329f920734ee2bbed8a3138"
250+
},
251+
"entryPoint": "jongio-azd-app-darwin-amd64",
252+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.3.3/jongio-azd-app-darwin-amd64.zip"
253+
},
254+
"darwin/arm64": {
255+
"checksum": {
256+
"algorithm": "sha256",
257+
"value": "f89024d1bd33945e4fd5d120debe2496590a2ff1d2e88181dd56e57111ee08a8"
258+
},
259+
"entryPoint": "jongio-azd-app-darwin-arm64",
260+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.3.3/jongio-azd-app-darwin-arm64.zip"
261+
},
262+
"linux/amd64": {
263+
"checksum": {
264+
"algorithm": "sha256",
265+
"value": "b6feaef3e7e287cb34e3e33c7d3f98f5c3b70ae6984a3f5ae1ad95f58040d325"
266+
},
267+
"entryPoint": "jongio-azd-app-linux-amd64",
268+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.3.3/jongio-azd-app-linux-amd64.tar.gz"
269+
},
270+
"linux/arm64": {
271+
"checksum": {
272+
"algorithm": "sha256",
273+
"value": "14501a90da1df691e6230d69214e0dd30cd790e572864f28e34c6645f3245bb9"
274+
},
275+
"entryPoint": "jongio-azd-app-linux-arm64",
276+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.3.3/jongio-azd-app-linux-arm64.tar.gz"
277+
},
278+
"windows/amd64": {
279+
"checksum": {
280+
"algorithm": "sha256",
281+
"value": "a5dba0c4132590bbb1d96096ab46ad1ffc32f1420ca3331600c2e2273b2ecf49"
282+
},
283+
"entryPoint": "jongio-azd-app-windows-amd64.exe",
284+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.3.3/jongio-azd-app-windows-amd64.zip"
285+
},
286+
"windows/arm64": {
287+
"checksum": {
288+
"algorithm": "sha256",
289+
"value": "7d09b9827c380a9047d312180fa84793401d178cc274b0d41ca1ae5a2062b1ab"
290+
},
291+
"entryPoint": "jongio-azd-app-windows-arm64.exe",
292+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.3.3/jongio-azd-app-windows-arm64.zip"
293+
}
294+
}
224295
}
225296
],
226297
"tags": [

0 commit comments

Comments
 (0)