update readme to use brew --cask install#7719
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates Homebrew installation instructions to use cask-based installation for azd on macOS.
Changes:
- Switch Homebrew install commands in READMEs to
brew install --cask azure/azd/azd - Update the macOS upgrade guidance text emitted by the CLI to install via cask
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| cli/installer/README.md | Updates Homebrew install command to use --cask. |
| cli/azd/main.go | Updates CLI upgrade instruction string to install via Homebrew cask. |
| README.md | Updates macOS install command to use --cask. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
jongio
left a comment
There was a problem hiding this comment.
Looks good. All three remaining brew install references (both READMEs + CLI upgrade text) now use --cask, matching the update manager code that already does brew install --cask azure/azd/azd. No stale references left.
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash: pwsh: WindowsPowerShell install MSI install Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
While implementing azd update feature, @danieljurek and I were discussing about using brew cask for azd instead of formula. Update readme and installation commend to use cask.