Skip to content

Update apps in mac appstore from command line in osx

September 27, 2012 Terminal

This is a cool tip from cult of mac:

you can update your appstore apps from the commandline!

to show a list of the apps with available updates,

sudo softwareupdate -l

to update all apps

sudo softwareupdate -i -a

you could potentially use this in a cron job to update everything as it comes out without having to do anything :D

You must be <a href="https://jonathansblog.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fjonathansblog.co.uk%2Fupdate-apps-in-mac-appstore-from-command-line-in-osx">logged in</a> to post a comment.