Forrest logo
back to context overview

brew-bundle

List of commands for brew-bundle:

  • brew-bundle:tldr:3cec8 brew-bundle: Create a Brewfile from all installed packages.
    $ brew bundle dump
    try on your machine
    explain this command
  • brew-bundle:tldr:697eb brew-bundle: Install packages from a Brewfile at the current path.
    $ brew bundle
    try on your machine
    explain this command
  • brew-bundle:tldr:8df65 brew-bundle: Install packages from a specific Brewfile at a specific path.
    $ brew bundle --file=${filename}
    try on your machine
    explain this command
  • brew-bundle:tldr:ab3f5 brew-bundle: Check if there is anything to install or upgrade in the Brewfile.
    $ brew bundle check
    try on your machine
    explain this command
  • brew-bundle:tldr:f90a3 brew-bundle: Uninstall all formulae not listed in the Brewfile.
    $ brew bundle cleanup --force
    try on your machine
    explain this command
  • brew-bundle:tldr:fd65d brew-bundle: Output a list of all entries in the Brewfile.
    $ brew bundle list --all
    try on your machine
    explain this command
back to context overview