Circle CLI
Command line tools for Circle CI
Installation
$ gem install circle-cli
Setup
- Install Circle-CLI
$ gem install circle-cli
- Add your CircleCI token
$ circle token <your token>
Usage
-
Get the CI status for the HEAD of your current branch
$ circle
-
Start a new CI build for the HEAD of your current branch
$ circle build
-
Watch the most recent CI build for your current branch
$ circle --watch
-
Cancel the most recent CI build for your current branch
$ circle cancel
-
Open the results page for the latest CI run
$ circle open
-
For additional help
$ circle help
Contributing
- Fork it ( http://github.com/circle-cli/circle-cli/fork )
- Create your feature branch with your initials (
git checkout -b dsk/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