diff --git a/pages/osx/softwareupdate.md b/pages/osx/softwareupdate.md new file mode 100644 index 0000000000..7cc3f0b015 --- /dev/null +++ b/pages/osx/softwareupdate.md @@ -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}}`