mirror of https://github.com/CrimsonTome/tldr.git
342 B
342 B
softwareupdate
A tool for updating MacOS App Store apps via the command line.
- List all available updates:
softwareupdate -l
- Download and install all updates:
softwareupdate -ia
- Download and install all recommended updates:
softwareupdate -ir
- Download and install a specific app:
softwareupdate -i {{update_name}}