1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/brew-bundle.md
Bevan Kay fb3ee94096
brew-bundle: update more information url (#16233)
Co-authored-by: Nelson Figueroa <30811275+nelsonfigueroa@users.noreply.github.com>
2025-04-22 16:03:05 +00:00

630 B

brew bundle

Bundler for Homebrew, Homebrew Cask and the Mac App Store. More information: https://docs.brew.sh/Manpage#bundle-subcommand.

  • Install packages from a Brewfile at the current path:

brew bundle

  • Install packages from a specific Brewfile at a specific path:

brew bundle --file {{path/to/file}}

  • Create a Brewfile from all installed packages:

brew bundle dump

  • Uninstall all formulae not listed in the Brewfile:

brew bundle cleanup --force

  • Check if there is anything to install or upgrade in the Brewfile:

brew bundle check

  • List all entries in the Brewfile:

brew bundle list --all