From 713a0d0c39c5f8cf761dbd171dac4f8b5ffda672 Mon Sep 17 00:00:00 2001 From: Ian Oxborrow 3 Date: Sun, 29 Oct 2017 05:25:57 +1100 Subject: [PATCH] softwareupdate: add page (#1573) --- pages/osx/softwareupdate.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pages/osx/softwareupdate.md 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}}`