No commit activity in last 3 years
No release in over 3 years
A CLI that will get the build status based on your current project and branch name and print it in the terminal.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
>= 0
~> 10.0

Runtime

 Project Readme

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

  1. Fork it ( https://github.com/[my-github-username]/circle_ci_build_status/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 a new Pull Request