list | List all installed formulae |
ls | List all installed formulae |
leaves | List installed formulae that are not dependencies of another installed formula |
doctor | Check your system for potential problems |
abv, info | Display brief statistics for your Homebrew installation |
update | Fetch the newest version of Homebrew and all formulae |
outdated | List installed casks and formulae that have an updated version available |
pin | Pin formula, preventing them from being upgraded |
unpin | Unpin formula, allowing them to be upgraded |
upgrade | Upgrade outdated casks and outdated, unpinned formulae using the same options they were originally installed with, plus any appended brew formula options |
search | Perform a substring search of cask tokens and formula names |
config | Show Homebrew and system configuration info |
postinstall | Rerun the post install step for formula |
install | Install <formula> |
reinstall | Uninstall and then reinstall a formula or cask using the same options it was originally installed with, plus any appended options specific to a formula |
uninstall, remove, rm | Uninstall a formula or cask |
--prefix | Prefix of <formula> |
cask | Homebrew Cask provides a friendly CLI workflow for the administration of macOS applications distributed as binaries |
cleanup | Remove stale lock files and outdated downloads for all formulae and casks and remove old versions of installed formulae |
services | Manage background services with macOS' launchctl(1) daemon manager |
analytics | Manages analytics preferences |
autoremove | Uninstall formulae that were only installed as a dependency of another formula and are now no longer needed |
tap | Tap a formula repository |
untap | Remove a tapped formula repository |
link | Symlink all of formula's installed files into Homebrew's prefix |
unlink | Remove symlinks for formula from Homebrew's prefix |
formulae | List all available formulae |
casks | List all available casks |
edit | |
home, homepage | Open a formula, cask's homepage in a browser, or open Homebrew's own homepage if no argument is provided |
alias | Manage custom user created brew aliases |
developer | Display the current state of Homebrew's developer mode |