mas: add `lucky`, `outdated` (#13465)

---------

Co-authored-by: spageektti <git@spageektti.cc>
pull/28/head
Cornelius Roemer 2024-08-19 19:11:17 +02:00 committed by GitHub
parent 3cf2ed3b59
commit 791fbb90f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 2 deletions

View File

@ -15,10 +15,22 @@
`mas search "{{application}}" --price` `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: - Install all pending updates:
`mas upgrade` `mas upgrade`
- Upgrade a specific application:
`mas upgrade "{{numeric_product_id}}"`