microsoft / scalar

Scalar: A set of tools and extensions for Git to allow very large monorepos to run on Git without a virtualization layer
MIT License
1.39k stars 63 forks source link

macOS: "scalar upgrade" should defer to homebrew #412

Closed derrickstolee closed 4 years ago

derrickstolee commented 4 years ago

The scalar upgrade command is quite complicated, and it does not need to be.

Replace the logic for this command to do the following:

brew update
<check if scalar[-azrepos] is updated>
<if --confirm, then do this:>
brew cask upgrade scalar[-azrepos]
derrickstolee commented 4 years ago

Completed by #425