Skip to content

Commit 0f7db99

Browse files
committed
Merge branch 'main' of https://github.com/jongio/azd-exec
2 parents eb287e5 + ba390dc commit 0f7db99

3 files changed

Lines changed: 81 additions & 1 deletion

File tree

cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.2.25] - 2026-01-08
2+
3+
- Merge branch 'main' of https://github.com/jongio/azd-exec (540fd09)
4+
- chore: update release workflow for Go setup and versioning process; enhance documentation for CLI reference (4ffb145)
5+
- chore: update registry for v0.2.24 (7807f9a)
6+
17
## [0.2.24] - 2026-01-08
28

39
- refactor: remove dashboard build steps from build scripts (4ca2e2f)

cli/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace: exec
33
displayName: Exec Extension
44
description: Execute commands and scripts with Azure Developer CLI context and environment variables
55
usage: azd exec <command> [options]
6-
version: 0.2.24
6+
version: 0.2.25
77
language: go
88
capabilities:
99
- custom-commands

registry.json

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,80 @@
174174
"url": "/home/runner/.azd/registry/jongio.azd.exec/0.2.24/jongio-azd-exec-windows-arm64.zip"
175175
}
176176
}
177+
},
178+
{
179+
"version": "0.2.25",
180+
"capabilities": [
181+
"custom-commands"
182+
],
183+
"usage": "azd exec \u003ccommand\u003e [options]",
184+
"examples": [
185+
{
186+
"name": "execute script",
187+
"description": "Execute a script file with azd context",
188+
"usage": "azd exec ./my-script.sh"
189+
},
190+
{
191+
"name": "with shell",
192+
"description": "Execute with specific shell",
193+
"usage": "azd exec ./deploy.ps1 --shell pwsh"
194+
},
195+
{
196+
"name": "version",
197+
"description": "Display extension version",
198+
"usage": "azd exec version"
199+
}
200+
],
201+
"artifacts": {
202+
"darwin/amd64": {
203+
"checksum": {
204+
"algorithm": "sha256",
205+
"value": "6f5f9b2755cefe6dfef6d3b42466dc1d45725f9b63037c7354e9cb2fb7429fcb"
206+
},
207+
"entryPoint": "jongio-azd-exec-darwin-amd64",
208+
"url": "/home/runner/.azd/registry/jongio.azd.exec/0.2.25/jongio-azd-exec-darwin-amd64.zip"
209+
},
210+
"darwin/arm64": {
211+
"checksum": {
212+
"algorithm": "sha256",
213+
"value": "b4559cf2620cc9c856b040a95a23855aaefd7589cc3eefeb348d8e54620f7864"
214+
},
215+
"entryPoint": "jongio-azd-exec-darwin-arm64",
216+
"url": "/home/runner/.azd/registry/jongio.azd.exec/0.2.25/jongio-azd-exec-darwin-arm64.zip"
217+
},
218+
"linux/amd64": {
219+
"checksum": {
220+
"algorithm": "sha256",
221+
"value": "3ec68940c9fe3a3944cdaf5ffe08e79b3f950038405477990100250c09985d05"
222+
},
223+
"entryPoint": "jongio-azd-exec-linux-amd64",
224+
"url": "/home/runner/.azd/registry/jongio.azd.exec/0.2.25/jongio-azd-exec-linux-amd64.tar.gz"
225+
},
226+
"linux/arm64": {
227+
"checksum": {
228+
"algorithm": "sha256",
229+
"value": "3a32a04ca39c2309182468bd076c86657aba19a76b200e2f8e8a357af2dd41a6"
230+
},
231+
"entryPoint": "jongio-azd-exec-linux-arm64",
232+
"url": "/home/runner/.azd/registry/jongio.azd.exec/0.2.25/jongio-azd-exec-linux-arm64.tar.gz"
233+
},
234+
"windows/amd64": {
235+
"checksum": {
236+
"algorithm": "sha256",
237+
"value": "8a396b36a73799b4ccf907b5eb12bf3f49d5fc8ddab87a66d9a61f62af07838c"
238+
},
239+
"entryPoint": "jongio-azd-exec-windows-amd64.exe",
240+
"url": "/home/runner/.azd/registry/jongio.azd.exec/0.2.25/jongio-azd-exec-windows-amd64.zip"
241+
},
242+
"windows/arm64": {
243+
"checksum": {
244+
"algorithm": "sha256",
245+
"value": "9ad383bfaf334fa69222b834c8d61a1732b85cbc237719b668756e2fdbcaaddc"
246+
},
247+
"entryPoint": "jongio-azd-exec-windows-arm64.exe",
248+
"url": "/home/runner/.azd/registry/jongio.azd.exec/0.2.25/jongio-azd-exec-windows-arm64.zip"
249+
}
250+
}
177251
}
178252
],
179253
"tags": [

0 commit comments

Comments
 (0)