mirror of https://github.com/CrimsonTome/tldr.git
18 lines
350 B
Markdown
18 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`
|