git clone git@github.com:artsy/cli.git
cd cli
yarn install
yarn lint
yarn test
./bin/run
oclif generate command myawesomecommand
yarn mocha test/commands/myawesomecommand.test.ts
./bin/run myawesomecommand arg1 arg2
git clone git@github.com:artsy/cli.git
cd cli
yarn install
yarn lint
yarn test
./bin/run
oclif generate command myawesomecommand
yarn mocha test/commands/myawesomecommand.test.ts
./bin/run myawesomecommand arg1 arg2