Skip to content

Commit

Permalink
brew-mas: add page (#1898)
Browse files Browse the repository at this point in the history
  • Loading branch information
cfsanderson authored and agnivade committed Jan 18, 2018
1 parent 9c03bdc commit 6dab5ae
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions pages/osx/brew-mas.md
Original file line number Diff line number Diff line change
@@ -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}}`

0 comments on commit 6dab5ae

Please sign in to comment.