softwareupdate: add page (#1573)

coverage
Ian Oxborrow 3 2017-10-29 05:25:57 +11:00 committed by Agniva De Sarker
parent a7c936e3ec
commit 713a0d0c39
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# 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}}`