Skip to content

chitacan/cci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

📝 useful circleci rest api shortcuts.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published