azd update: version pinning support
Open
area/core-cli
engineering item
- Dominant language
- Go
- Stars
- 569
- Forks
- 364
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 136
Description
## Problem
No `--version` flag or `.azd-version` file. `azd update` always gets "latest" for the configured channel. Teams cannot pin to a specific version for reproducibility.
## Proposed
- Add `azd update --version 1.23.5` to install a specific version
- Optionally: support `.azd-version` file in project root for team-wide pinning
- Consider interaction with auto-update (pinned version should suppress auto-update)
## Context
Raised in design review #6910 and PR #6942 code review.
Parent epic: #6721
Contributor guide
Assessment
This issue has not been assessed yet.