Circler

Circle CI

Circler is a CLI tool for Circle CI.

Installation

$ gem install circler

set the CIRCLE_CI_TOKEN environment variable. (optional)

export CIRCLE_CI_TOKEN=your-circle-ci-token

Usage

projects

list all the projects you can see.

$ circle projects

builds

list specific projects' builds.

$ circle builds

# Options:
# p, [--project=user/project]
# b, [--branch=some-branch]

build

show specific build description.

$ circle build

# Options:
# p, [--project=user/project]
# n, [--build=build-number]

browse

open Circle CI website

$ circle browse

# Options:
# p, [--project=user/project]
# n, [--build=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.