From 06a93a9b52ba260b7fba598f82b0e83380bffc21 Mon Sep 17 00:00:00 2001 From: Ivan Aracki Date: Thu, 16 May 2019 18:55:23 +0200 Subject: [PATCH] brew-mas: rename and edit page (#3032) Co-Authored-By: Starbeamrainbowlabs --- pages/osx/brew-mas.md | 28 ---------------------------- pages/osx/mas.md | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 28 deletions(-) delete mode 100644 pages/osx/brew-mas.md create mode 100644 pages/osx/mas.md diff --git a/pages/osx/brew-mas.md b/pages/osx/brew-mas.md deleted file mode 100644 index c7d1c4bd83..0000000000 --- a/pages/osx/brew-mas.md +++ /dev/null @@ -1,28 +0,0 @@ -# brew mas - -> Mas is a simple command line interface for the Mac App Store. -> Homepage: . - -- 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}}` diff --git a/pages/osx/mas.md b/pages/osx/mas.md new file mode 100644 index 0000000000..39ce05faaa --- /dev/null +++ b/pages/osx/mas.md @@ -0,0 +1,24 @@ +# mas + +> Command line interface for the Mac App Store. +> Homepage: . + +- Sign into the Mac App Store for the first time: + +`mas signin {{user@example.com}}` + +- Show all installed applications and their product identifiers: + +`mas list` + +- Search for an application, displaying the price alongside the results: + +`mas search {{application}} --price` + +- Install or update an application: + +`mas install {{product_identifier}}` + +- Install all pending updates: + +`mas upgrade`