We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve & standardize help output:
.
help
mas help
Specify what Apple IDs are used for each subcommand:
An Apple ID is associated with the current macOS user in System Settings/Preferences.
(UserDefaults.standard.persistentDomain(forName: "MobileMeAccounts")?["Accounts"] as? [[String: Any]])?.first?["AccountID"]
defaults read MobileMeAccounts | plutil -extract "Accounts".0."AccountID" raw -o - -
You can sign in to an Apple ID in the Mac App Store.
ISStoreAccount.primaryAccount.identifier
Not sure…
Currently, I think that the subcommands, when working, have the following interactions with the macOS & MAS Apple IDs:
The text was updated successfully, but these errors were encountered:
Improve help output.
52a0638
Make fish shell completions more consistent with the help output. Resolve mas-cli#543 Signed-off-by: Ross Goldberg <[email protected]>
rgoldberg
Successfully merging a pull request may close this issue.
Improve & standardize help output:
.
.help
inmas help
output.Apple IDs
Specify what Apple IDs are used for each subcommand:
macOS Apple ID
An Apple ID is associated with the current macOS user in System Settings/Preferences.
Swift
Command Line
Mac App Store Apple ID
You can sign in to an Apple ID in the Mac App Store.
Swift (macOs <= 10.12.x)
Command Line
Not sure…
Apple IDs Used by Commands
Currently, I think that the subcommands, when working, have the following interactions with the macOS & MAS Apple IDs:
The text was updated successfully, but these errors were encountered: