mas/README.md

44 lines
1,015 B
Markdown
Raw Normal View History

2015-09-20 23:47:42 +00:00
# mas-cli
2015-09-20 23:55:58 +00:00
A simple command line interface for the Mac App Store. Designed for scripting
and automation.
2015-09-20 23:47:42 +00:00
## Install
[Homebrew](hb) is the preferred way to install:
brew install argon/mas/mas
Alternatively binaries are available in the [GitHub Releases](ghreleases)
## Usage
Each application in the Mac App Store has a product identifier which is also
2015-09-20 23:55:58 +00:00
used for mas-cli commands. Using `mas list` will show all installed
applications and their product identifiers.
2015-09-20 23:47:42 +00:00
$ mas list
446107677 Screens
407963104 Pixelmator
497799835 Xcode
2015-09-20 23:55:58 +00:00
To install or update an application simply run `mas install`:
2015-09-20 23:47:42 +00:00
$ mas install 808809998
==> Downloading PaintCode 2
==> Installed PaintCode 2
Use `mas outdated` to list all applications with pending updates.
$ mas outdated
497799835 Xcode (7.0)
446107677 Screens VNC - Access Your Computer From Anywhere (3.6.7)
## License
Code is under the MIT license.
[hb]: https://brew.sh
[ghreleases]: https://github.com/argon/mas/releases