Circle CLI
Command line tools for Circle CI
Installation
$ gem install circle-cli
Setup
- Install Circle-CLI
$ gem install circle-cli
- Add your GitHub token
$ circle github-token <github-token>
- Add your CircleCI token
$ circle token <circle-ci-token>
Usage
- Get the CI status for the HEAD of your current branch
$ circle status
- Open the results page for the latest CI run
$ circle open
Contributing
- Fork it ( http://github.com/byroot/circle-cli/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 new Pull Request