1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 00:15:32 +02:00

brew-mas: rename and edit page (#3032)

Co-Authored-By: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
Ivan Aracki 2019-05-16 18:55:23 +02:00 committed by GitHub
parent bb1a320cfb
commit 06a93a9b52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 28 deletions

View file

@ -1,28 +0,0 @@
# brew mas
> Mas is a simple command line interface for the Mac App Store.
> Homepage: <https://github.com/mas-cli/mas>.
- 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}}`

24
pages/osx/mas.md Normal file
View file

@ -0,0 +1,24 @@
# mas
> Command line interface for the Mac App Store.
> Homepage: <https://github.com/mas-cli/mas>.
- 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`