CircleCiBuildStatus
A CLI that will get the build status of your project.
Installation
Install the gem
gem install circle_ci_build_status
Export your Circle CI token and your Github handle in your .bash_profile
export CIRCLE_CI_TOKEN=<token value>
export GITHUB_USER=<github user> #i.e. the name of the user or organisation that the repo is under.
Usage
Run build status
in the root of your project.
Contributing
- Fork it ( https://github.com/[my-github-username]/circle_ci_build_status/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request