brew-mas: rename and edit page (#3032)
Co-Authored-By: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
@@ -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
24
pages/osx/mas.md
Normal 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`
|
Reference in New Issue
Block a user