mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-12 14:35:40 +02:00
mas: add lucky
, outdated
(#13465)
--------- Co-authored-by: spageektti <git@spageektti.cc>
This commit is contained in:
parent
3cf2ed3b59
commit
791fbb90f2
1 changed files with 14 additions and 2 deletions
|
@ -15,10 +15,22 @@
|
|||
|
||||
`mas search "{{application}}" --price`
|
||||
|
||||
- Install or update an application:
|
||||
- Install or update an application using exact numeric id:
|
||||
|
||||
`mas install {{product_identifier}}`
|
||||
`mas install {{numeric_product_id}}`
|
||||
|
||||
- Install the first application that would be returned by the respective search:
|
||||
|
||||
`mas lucky "{{search_term}}"`
|
||||
|
||||
- List all outdated apps with pending updates:
|
||||
|
||||
`mas outdated`
|
||||
|
||||
- Install all pending updates:
|
||||
|
||||
`mas upgrade`
|
||||
|
||||
- Upgrade a specific application:
|
||||
|
||||
`mas upgrade "{{numeric_product_id}}"`
|
||||
|
|
Loading…
Add table
Reference in a new issue