Skip to content

mcgaffin/circli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Circli

Description

This is a simple cli for getting workflow build information from Circle 2 via the API. For now, it really only does that. Also, it is not currently very configurable, but that is in progress. It might be nice to be able to retry a build or something like that, but that's not today's news.

Installing

# build the script with mix, the Elixir build tool
> mix do escript.build, escript.install

# add mix scripts to your PATH
> echo "export PATH $PATH:$HOME/.mix/escripts" >> ~/.bashrc

Running

> cd /path/to/lello
> circli [-b <lello-branch-name>]

About

Circle CI build status from a terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages