tldr/pages/osx/softwareupdate.md

20 lines
342 B
Markdown
Raw Normal View History

2017-10-28 19:25:57 +01:00
# softwareupdate
> A tool for updating macOS App Store apps via the command-line.
2017-10-28 19:25:57 +01:00
- 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}}`