Skip to content

Commit 7cceee0

Browse files
chore: update registry for v0.2.30
1 parent c7c6a2e commit 7cceee0

1 file changed

Lines changed: 74 additions & 0 deletions

File tree

registry.json

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,80 @@
544544
"url": "https://github.com/jongio/azd-exec/releases/download/azd-ext-jongio-azd-exec_0.2.29/jongio-azd-exec-windows-arm64.zip"
545545
}
546546
}
547+
},
548+
{
549+
"version": "0.2.30",
550+
"capabilities": [
551+
"custom-commands"
552+
],
553+
"usage": "azd exec \u003ccommand\u003e [options]",
554+
"examples": [
555+
{
556+
"name": "execute script",
557+
"description": "Execute a script file with azd context",
558+
"usage": "azd exec ./my-script.sh"
559+
},
560+
{
561+
"name": "with shell",
562+
"description": "Execute with specific shell",
563+
"usage": "azd exec ./deploy.ps1 --shell pwsh"
564+
},
565+
{
566+
"name": "version",
567+
"description": "Display extension version",
568+
"usage": "azd exec version"
569+
}
570+
],
571+
"artifacts": {
572+
"darwin/amd64": {
573+
"checksum": {
574+
"algorithm": "sha256",
575+
"value": "ead03d4dd39d1cbcf82cc7dfc2561c0f520250ce0cf6cc9b1117b3a9e51d9066"
576+
},
577+
"entryPoint": "jongio-azd-exec-darwin-amd64",
578+
"url": "https://github.com/jongio/azd-exec/releases/download/azd-ext-jongio-azd-exec_0.2.30/jongio-azd-exec-darwin-amd64.zip"
579+
},
580+
"darwin/arm64": {
581+
"checksum": {
582+
"algorithm": "sha256",
583+
"value": "d36586d84d3c68a1b47f8ac2f76ce7479ec832c329db7ac1879d2e6dbf89158d"
584+
},
585+
"entryPoint": "jongio-azd-exec-darwin-arm64",
586+
"url": "https://github.com/jongio/azd-exec/releases/download/azd-ext-jongio-azd-exec_0.2.30/jongio-azd-exec-darwin-arm64.zip"
587+
},
588+
"linux/amd64": {
589+
"checksum": {
590+
"algorithm": "sha256",
591+
"value": "fdd5c17dfbe9a0ebd8d42a7cbe517bb52d66565099e17c5fd899e96b4750a0eb"
592+
},
593+
"entryPoint": "jongio-azd-exec-linux-amd64",
594+
"url": "https://github.com/jongio/azd-exec/releases/download/azd-ext-jongio-azd-exec_0.2.30/jongio-azd-exec-linux-amd64.tar.gz"
595+
},
596+
"linux/arm64": {
597+
"checksum": {
598+
"algorithm": "sha256",
599+
"value": "da51ad16ef7d0e256ec284595ac1bd5b68e7fa4e8cf604ed952c2ee996d344e7"
600+
},
601+
"entryPoint": "jongio-azd-exec-linux-arm64",
602+
"url": "https://github.com/jongio/azd-exec/releases/download/azd-ext-jongio-azd-exec_0.2.30/jongio-azd-exec-linux-arm64.tar.gz"
603+
},
604+
"windows/amd64": {
605+
"checksum": {
606+
"algorithm": "sha256",
607+
"value": "715e49eee99aed3ec731935eee883677e157a0ac047a5b56be65dc1dcbc1c925"
608+
},
609+
"entryPoint": "jongio-azd-exec-windows-amd64.exe",
610+
"url": "https://github.com/jongio/azd-exec/releases/download/azd-ext-jongio-azd-exec_0.2.30/jongio-azd-exec-windows-amd64.zip"
611+
},
612+
"windows/arm64": {
613+
"checksum": {
614+
"algorithm": "sha256",
615+
"value": "55cfeb8dd3493464b5476f7e8b689911e0861c38973a7e1d5c3f49672ead9d37"
616+
},
617+
"entryPoint": "jongio-azd-exec-windows-arm64.exe",
618+
"url": "https://github.com/jongio/azd-exec/releases/download/azd-ext-jongio-azd-exec_0.2.30/jongio-azd-exec-windows-arm64.zip"
619+
}
620+
}
547621
}
548622
],
549623
"tags": [

0 commit comments

Comments
 (0)