0.3.0

2026-01-30

0.2.33

2026-01-14

0.2.32

2026-01-13

0.2.31

2026-01-11

0.2.30

2026-01-09

0.2.29

2026-01-08

0.2.29

2026-01-08

Added New Features

  • Initial public release of azd exec
  • Execute scripts and commands with full access to azd environment variables
  • Azure Key Vault reference resolution (`@keyvault(vaultName, secretName)` and `@akvs(secretId)` formats)
  • Automatic shell detection (bash, sh, zsh, pwsh, powershell, cmd)
  • Script argument support with `--` separator
  • Working directory control with `--cwd` flag
  • Interactive mode for scripts requiring user input
  • Multi-platform support (Windows, macOS, Linux, ARM64)
  • Comprehensive test coverage with unit and integration tests
  • Security scanning with CodeQL and gosec
  • Automated release workflow and package distribution
  • Complete documentation website with examples
  • Backward compatibility alias (`azd script` continues to work)
  • `azd exec <script>` - Execute script files with azd context
  • `azd exec version` - Display extension version
  • `--cwd <path>` - Set working directory for script execution
  • `--stop-on-keyvault-error` - Fail fast on Key Vault resolution errors (default: continue)
  • `-- <args>` - Pass arguments to your scripts