cci

0.0.1 • Public • Published

cci

useful circleci rest api shortcuts.

install

$ npm install -g cci

commands

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' branch 

insight

output recent build results.

open

open circleci dashboard in default browser.

see how it works

demo

License

MIT © Kyungyeol Kim

Readme

Keywords

none

Package Sidebar

Install

npm i cci

Weekly Downloads

7

Version

0.0.1

License

MIT

Last publish

Collaborators

  • chitacan