Skip to content

Instantly share code, notes, and snippets.

@e10a
Last active November 28, 2024 03:30
Show Gist options
  • Save e10a/7a498a6b35d89bbb452cde9dd8a0990c to your computer and use it in GitHub Desktop.
Save e10a/7a498a6b35d89bbb452cde9dd8a0990c to your computer and use it in GitHub Desktop.
_brew
source: https://stackoverflow.com/questions/31968664/upgrade-all-the-casks-installed-via-homebrew-cask
brew upgrade --cask
# However this will not update casks that do not have versioning information (version :latest) or applications that have a built-in upgrade mechanism (auto_updates true). To reinstall these casks (and consequently upgrade them if upgrades are available), run the upgrade command with the --greedy flag like this:
brew upgrade --cask --greedy
# To get outdated:
brew outdated --cask --greedy --verbose
## to update all packages
brew upgrade
## searching for a cask
brew search --cask firefox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment