@artsy/cli
v1.13.0
Published
The artsy command line tool
Downloads
402
Keywords
Readme
Artsy CLI
Install
Artsy CLI is published on npm, so installing is really easy:
$ npm install --global @artsy/cli
Setup
In order to access shared config, run these commands:
$ mkdir -p ~/.config/artsy
$ aws s3 cp s3://artsy-citadel/cli/config.json ~/.config/artsy/
Docs
Releasing
The release process happens automatically on every PR merge thanks to auto. To ensure the proper version is released for your PR please chose one of the following labels
Version: Major
Version: Minor
Version: Patch
Version: Trivial