@@ -38,26 +38,26 @@ Detailed documentation is available via `man mas` & `mas --help`.
3838
3939<!-- markdownlint-disable line-length-->
4040<!-- editorconfig-checker-disable-->
41- | Command / Alias | Functionality | Notes |
42- | :----------------------------------------| : ----------------------------------------------| : ------------------------------------------------------------------------------------------------------------|
43- | ` search <term>… ` | Search for App Store apps | [ json] ( #json-app-output ) |
44- | ` lookup <id>… ` / ` info ` | Output App Store app details | [ json] ( #json-app-output ) |
45- | ` list [<id>…] ` | Output installed apps | [ spotlight] ( #spotlight ) , [ json] ( #json-app-output ) |
46- | ` outdated [<id>…] ` | Output outdated apps (inaccurate) | [ spotlight] ( #spotlight ) , [ json] ( #json-app-output ) |
47- | ` outdated --accurate [<id>…] ` | Output outdated apps (accurate) | [ spotlight] ( #spotlight ) , [ account] ( #app-store-apple-account-requirements ) , [ json] ( #json-app-output ) |
48- | ` get <id>… ` / ` purchase ` | [ Get free apps] ( #paid-apps ) , install any apps | [ spotlight] ( #spotlight ) , [ root] ( #root-privileges ) , [ account] ( #app-store-apple-account-requirements-for-get ) |
49- | ` install <id>… ` | Install gotten or purchased apps | [ spotlight] ( #spotlight ) , [ root] ( #root-privileges ) , [ account] ( #app-store-apple-account-requirements ) |
50- | ` lucky <term>… ` | Install first matching app | [ spotlight] ( #spotlight ) , [ root] ( #root-privileges ) , [ account] ( #app-store-apple-account-requirements ) |
51- | ` update [<id>…] ` / ` upgrade ` | Update outdated apps (inaccurate) | [ spotlight] ( #spotlight ) , [ root] ( #root-privileges ) , [ account] ( #app-store-apple-account-requirements ) |
52- | ` update --accurate [<id>…] ` / ` upgrade ` | Update outdated apps (accurate) | [ spotlight] ( #spotlight ) , [ root] ( #root-privileges ) , [ account] ( #app-store-apple-account-requirements ) |
53- | ` uninstall (<id>…\|--all) ` | Uninstall apps | [ spotlight] ( #spotlight ) , [ root] ( #root-privileges ) |
54- | ` signout ` | Sign out from App Store | |
55- | ` open [<id>] ` | Open app App Store page | |
56- | ` home <id>… ` | Open app web pages | |
57- | ` seller <id>… ` / ` vendor ` | Open seller app web pages | |
58- | ` reset ` | Reset App Store processes | |
59- | ` config ` | Output config | [ json] ( #json-config-output ) |
60- | ` version ` | Output version | |
41+ | Command | Functionality | Notes | Aliases |
42+ | :------------------------------| : ----------------------------------------------| : ------------------------------------------------------------------------------------------------------------ | : -----------|
43+ | ` search <term>… ` | Search for App Store apps | [ json] ( #json-app-output ) | |
44+ | ` lookup <id>… ` | Output App Store app details | [ json] ( #json-app-output ) | ` info ` |
45+ | ` list [<id>…] ` | Output installed apps | [ spotlight] ( #spotlight ) , [ json] ( #json-app-output ) | |
46+ | ` outdated [<id>…] ` | Output outdated apps | [ spotlight] ( #spotlight ) , [ json] ( #json-app-output ) | |
47+ | ` outdated --accurate [<id>…] ` | Output outdated apps | [ spotlight] ( #spotlight ) , [ account] ( #app-store-apple-account-requirements ) , [ json] ( #json-app-output ) | |
48+ | ` get <id>… ` | [ Get free apps] ( #paid-apps ) , install any apps | [ spotlight] ( #spotlight ) , [ root] ( #root-privileges ) , [ account] ( #app-store-apple-account-requirements-for-get ) | ` purchase ` |
49+ | ` install <id>… ` | Install gotten or purchased apps | [ spotlight] ( #spotlight ) , [ root] ( #root-privileges ) , [ account] ( #app-store-apple-account-requirements ) | |
50+ | ` lucky <term>… ` | Install first matching app | [ spotlight] ( #spotlight ) , [ root] ( #root-privileges ) , [ account] ( #app-store-apple-account-requirements ) | |
51+ | ` update [<id>…] ` | Update outdated apps | [ spotlight] ( #spotlight ) , [ root] ( #root-privileges ) , [ account] ( #app-store-apple-account-requirements ) | ` upgrade ` |
52+ | ` update --accurate [<id>…] ` | Update outdated apps | [ spotlight] ( #spotlight ) , [ root] ( #root-privileges ) , [ account] ( #app-store-apple-account-requirements ) | ` upgrade ` |
53+ | ` uninstall (<id>…\|--all) ` | Uninstall apps | [ spotlight] ( #spotlight ) , [ root] ( #root-privileges ) | |
54+ | ` signout ` | Sign out from App Store | | |
55+ | ` open [<id>] ` | Open app App Store page | | |
56+ | ` home <id>… ` | Open app web pages | | |
57+ | ` seller <id>… ` | Open seller app web pages | | ` vendor ` |
58+ | ` reset ` | Reset App Store processes | | |
59+ | ` config ` | Output config | [ json] ( #json-config-output ) | |
60+ | ` version ` | Output version | | |
6161<!-- editorconfig-checker-enable-->
6262<!-- markdownlint-enable line-length-->
6363
0 commit comments