From 6dab5ae81697fc93c9479e787629996f704f7ceb Mon Sep 17 00:00:00 2001 From: Caleb Frost Sanderson Date: Thu, 18 Jan 2018 10:46:21 -0500 Subject: [PATCH] brew-mas: add page (#1898) --- pages/osx/brew-mas.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 pages/osx/brew-mas.md diff --git a/pages/osx/brew-mas.md b/pages/osx/brew-mas.md new file mode 100644 index 0000000000..876989b79e --- /dev/null +++ b/pages/osx/brew-mas.md @@ -0,0 +1,27 @@ +# brew mas + +> Mas is a simple command line interface for the Mac App Store. + +- Search the Mac App Store by app name and return matching identifiers: + +`mas search {{app_name}}` + +- Install or update a previously purchased application: + +`mas install {{app_name}} {{app_identifier}}` + +- Show all installed applications and their product identifiers: + +`mas list` + +- List installed apps with pending updates: + +`mas outdated` + +- Install all pending updates: + +`mas upgrade` + +- Install updates for a specific app: + +`mas upgrade {{app_identifier}}`