Update CLI installer to auto-upgrade
Open
enhancement
- Dominant language
- Bicep
- Stars
- 3.6k
- Forks
- 830
- Avg merge
- 1d 21m
- Merged PRs (30d)
- 79
Description
When you run the `az bicep install` command, if Bicep is already installed, it doesn't take any action. This includes when an older version of Bicep is installed and a newer version is available.
This means that for scripts, and for documentation instructions, we need to have instructions along the lines of "Run `az bicep install` and then `az bicep upgrade`" to ensure the user has the latest version.
It would be nice if we could issue a single command that would both install the latest Bicep version, and upgrade an existing version.
Contributor guide
Assessment
This issue has not been assessed yet.