Skip to content

Instantly share code, notes, and snippets.

@cerkut
Last active September 22, 2018 06:58
Show Gist options
  • Save cerkut/9b95356091684774dd491331f237b37b to your computer and use it in GitHub Desktop.
Save cerkut/9b95356091684774dd491331f237b37b to your computer and use it in GitHub Desktop.
How to handle Apple Store updates with CLI? :GITHUB:
# show all installed applications and their product identifiers
mas list

# list all applications with pending updates.
mas outdated

# install all pending updates
mas upgrade

For more info see:

mas -help

and for even more visit mas-cli/mas: Mac App Store command line interface

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment