1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 17:22:10 +02:00
tldr/pages/common/brew-outdated.md
Lena bf375279fc
brew-{update,upgrade,list,outdated,search}: add page (#11389)
* brew-update: add page

* brew-upgrade: add page

* brew-list: add page

* brew-outdated: add page

* brew-search: add page
2023-11-06 14:02:33 +05:30

17 lines
350 B
Markdown

# brew outdated
> List outdated casks and formulae.
> To upgrade everything, use `brew upgrade`.
> More information: <https://docs.brew.sh/Manpage#outdated-options-formulacask->.
- List all outdated casks and formulae:
`brew outdated`
- List only outdated formulae:
`brew outdated --formula`
- List only outdated casks:
`brew outdated --cask`