artsy / cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Artsy CLI CircleCI

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/dev/artsy-cli-config.json ~/.config/artsy/config.json

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

About


Languages

Language:TypeScript 97.6%Language:JavaScript 1.8%Language:Dockerfile 0.3%Language:Shell 0.2%Language:Python 0.1%Language:Batchfile 0.0%