0.0.1 • Published 8 years ago
cci v0.0.1
cci
useful circleci rest api shortcuts.
install
$ npm install -g ccicommands
login
add api token for this app.
logout
delete api token.
show
output circleci status related branch. without branch, cci will resolve it with current working directory or branch.
$ cci show working-1
# cci will print recent build result in 'working-1' branch$ pwd
.../working-2
$ cci show
# cci will print recent build result in 'working-2' branch$ git branch
* working-3
$ cci show
# cci will print recent build result in 'working-3' branchinsight
output recent build results.
open
open circleci dashboard in default browser.
see how it works

License
MIT © Kyungyeol Kim
0.0.1
8 years ago