Circler

Gem Version Circle CI Code Climate Dependency Status

Circler is a CLI tool for Circle CI.

sample.gif

Installation

$ gem install circler

set the CIRCLE_CI_TOKEN environment variable. (optional)

export CIRCLE_CI_TOKEN=your-circle-ci-token

Usage

Commands:
  circle browse          # open circle ci website
  circle build           # show build description
  circle builds          # list builds
  circle help [COMMAND]  # describe available commands or one specific command
  circle projects        # list projects
  circle retry           # retry a build
  circle version         # show gem version
  circle watch           # watch a build in real time

Options:
  -p user_name/project   # specify repository
  -b branch              # specify branch name
  -n build_number        # specify build number

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/unhappychoice/circler.

License

The gem is available as open source under the terms of the MIT License.