1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 00:55:25 +02:00
tldr/pages/common/brew-upgrade.md

381 B

brew upgrade

Upgrade outdated formulae and casks. More information: https://docs.brew.sh/Manpage#upgrade-options-installed_formulainstalled_cask-.

  • Upgrade all outdated casks and formulae:

brew upgrade

  • Upgrade a specific formula/cask:

brew upgrade {{formula|cask}}

  • Print what would be upgraded, but don't actually upgrade anything:

brew upgrade --dry-run