Sha256: 88640e0facd2dbb5268325b6ec99222b1fd949adb3d423916951f106b95a5aec
Contents?: true
Size: 783 Bytes
Versions: 1
Compression:
Stored size: 783 Bytes
Contents
# Circle CLI Command line tools for Circle CI ## Installation $ gem install circle-cli ## Setup 1. Install Circle-CLI ``` $ gem install circle-cli ``` 2. Add your GitHub token ``` $ circle github-token <github-token> ``` 3. 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 1. Fork it ( http://github.com/byroot/circle-cli/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
circle-cli-0.0.2 | README.md |