Update all your taps, formulas, casks and Applications from Apple Store and save your software list (with descriptions) into a Brewfile. Learn more about what a Brewfile in https://docs.brew.sh/Brew-Bundle-and-Brewfile.
- Added
update-if-needed
. From the command help itself:
Runs
brew update --auto-update
only if needed. This is a good replacement for brew update in scripts where you want the no-op case to be both possible and really fast.
- homebrew: https://brew.sh/
- homebrew tap: buo/cask-upgrade - https://github.com/buo/homebrew-cask-upgrade
- homebrew mas (Mac App Store command-line interface - https://github.com/mas-cli/mas)
brew tap buo/cask-upgrade && brew install mas
Thanks for help!