Changelog
All notable changes to azd exec are documented here.
This page is auto-generated from cli/CHANGELOG.md
0.3.0
2026-01-300.2.33
2026-01-140.2.32
2026-01-130.2.31
2026-01-110.2.30
2026-01-090.2.29
2026-01-080.2.29
2026-01-08Added 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