Skip to content

A command line tool for upgrading every outdated app installed by Homebrew Cask

License

Notifications You must be signed in to change notification settings

mxl/homebrew-cask-upgrade

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brew-cask-upgrade

brew-cask-upgrade is a command-line tool for upgrading every outdated app installed by Homebrew Cask.

Homebrew Cask extends Homebrew and brings its elegance, simplicity, and speed to the installation and management of GUI macOS applications and large binaries alike, but it lacks a sub-command like brew upgrade to upgrade installed apps, so if you want to upgrade the installed apps, you have to delete the previous versions and re-install the latest version manually for every single app.

With brew-cask-upgrade, you just need to type one command to upgrade all the apps installed by Homebrew Cask.

Installation

brew tap buo/cask-upgrade

Usage

Fetch the newest version of Homebrew Cask and all casks:

brew update

Upgrade outdated apps:

brew cu

Options:

Usage: brew cu [options]
    -a, --all      Force upgrade outdated apps including the ones marked as latest
        --dry-run  Print outdated apps without upgrading them
        --h        Show this message

asciicast

About

A command line tool for upgrading every outdated app installed by Homebrew Cask

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 97.6%
  • Shell 2.4%