1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-14 20:55:44 +02:00

brew-mas: add page (#1898)

This commit is contained in:
Caleb Frost Sanderson 2018-01-18 10:46:21 -05:00 committed by Agniva De Sarker
parent 9c03bdc468
commit 6dab5ae816

27
pages/osx/brew-mas.md Normal file
View file

@ -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}}`