Linux
Command
Library
Basics
Tips
Commands
brew-outdated
List outdated casks and formulae.
TLDR
List all outdated casks and formulae
$ brew outdated
List only outdated formulae
$ brew outdated --formula
List only outdated casks
$ brew outdated --cask
COLLAPSE ALL
Copied to clipboard