Skip to content

Commit 5d5471f

Browse files
chore: update registry for v0.7.0
1 parent 5721546 commit 5d5471f

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
@@ -1215,6 +1215,77 @@
12151215
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.6.1/jongio-azd-app-windows-arm64.zip"
12161216
}
12171217
}
1218+
},
1219+
{
1220+
"version": "0.7.0",
1221+
"capabilities": [
1222+
"custom-commands",
1223+
"lifecycle-events",
1224+
"mcp-server"
1225+
],
1226+
"usage": "azd app \u003ccommand\u003e [options]",
1227+
"examples": [
1228+
{
1229+
"name": "hi",
1230+
"description": "Say hello and display extension info",
1231+
"usage": "azd app hi"
1232+
},
1233+
{
1234+
"name": "reqs",
1235+
"description": "Verify all prerequisites are installed",
1236+
"usage": "azd app reqs"
1237+
}
1238+
],
1239+
"artifacts": {
1240+
"darwin/amd64": {
1241+
"checksum": {
1242+
"algorithm": "sha256",
1243+
"value": "37bdbc037bfa471b97c5e02ec9e2d1a49d2f748242fd594a156e691f85449769"
1244+
},
1245+
"entryPoint": "jongio-azd-app-darwin-amd64",
1246+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.7.0/jongio-azd-app-darwin-amd64.zip"
1247+
},
1248+
"darwin/arm64": {
1249+
"checksum": {
1250+
"algorithm": "sha256",
1251+
"value": "ada0857224a7efef5f010b4685214d3014604d16e4ef95c1f8a69bb695ce98e4"
1252+
},
1253+
"entryPoint": "jongio-azd-app-darwin-arm64",
1254+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.7.0/jongio-azd-app-darwin-arm64.zip"
1255+
},
1256+
"linux/amd64": {
1257+
"checksum": {
1258+
"algorithm": "sha256",
1259+
"value": "91aa47d9bb3d6ce0b9fc665a8cabdbe3cc5f181521e77e24572c2849c9be9efb"
1260+
},
1261+
"entryPoint": "jongio-azd-app-linux-amd64",
1262+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.7.0/jongio-azd-app-linux-amd64.tar.gz"
1263+
},
1264+
"linux/arm64": {
1265+
"checksum": {
1266+
"algorithm": "sha256",
1267+
"value": "94d1b293ee3a794c2db98d04d26e563ce547c1becb7f6b6abaaafef6ddf8d6d3"
1268+
},
1269+
"entryPoint": "jongio-azd-app-linux-arm64",
1270+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.7.0/jongio-azd-app-linux-arm64.tar.gz"
1271+
},
1272+
"windows/amd64": {
1273+
"checksum": {
1274+
"algorithm": "sha256",
1275+
"value": "f9d90d668fc2f0f8a2e49745c2cc9e515c6b882f28742aa382b4ef2890bcb7d0"
1276+
},
1277+
"entryPoint": "jongio-azd-app-windows-amd64.exe",
1278+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.7.0/jongio-azd-app-windows-amd64.zip"
1279+
},
1280+
"windows/arm64": {
1281+
"checksum": {
1282+
"algorithm": "sha256",
1283+
"value": "f00ee8a9fa33c0dbeb9d724939bf519989daaad5157759ab600565653f96d37d"
1284+
},
1285+
"entryPoint": "jongio-azd-app-windows-arm64.exe",
1286+
"url": "https://github.com/jongio/azd-app/releases/download/azd-ext-jongio-azd-app_0.7.0/jongio-azd-app-windows-arm64.zip"
1287+
}
1288+
}
12181289
}
12191290
],
12201291
"tags": [

0 commit comments

Comments
 (0)