CLI workflow for the administration of macOS applications distributed as binaries. This command was previously called
brew cask
, it has been deprecated in favor of thebrew --cask
flag. More information: https://github.com/Homebrew/homebrew-cask.
brew search {{text}}
brew install --cask {{cask_name}}
brew list --cask
brew outdated --cask
brew upgrade --cask {{cask_name}}
brew uninstall --cask {{cask_name}}
brew zap --cask {{cask_name}}
brew info --cask {{cask_name}}