circleci-cli is a CLI tool for Circle CI.
$ gem install circleci-cli
set the CIRCLE_CI_TOKEN
environment variable. (optional)
export CIRCLE_CI_TOKEN=your-circle-ci-token
Commands:
circleci-cli browse # Open CircleCI website
circleci-cli build # Show the build result
circleci-cli builds # List builds
circleci-cli cancel # Cancel a build
circleci-cli help [COMMAND] # Describe available commands or one specific command
circleci-cli projects # List projects
circleci-cli retry # Retry a build
circleci-cli version # Show gem version
circleci-cli watch # Watch builds in real time
Options:
-p user_name/project # Specify repository
# Default to the Git remote of current directory
-b branch # Specify branch name
# Default to the current Git branch
-a, --all, --no-all # Ignore the branch option and stop being filtered by the branch
# Default to false
-n build_number # Specify build number.
-l last # Get or retry last failed build.
-v verbose # Show all the logs if applied to watch command.
--pretty=true/false, --no-pretty # Make outputs pretty or not
# Default to true
$ circleci-cli watch
$ circleci-cli watch -v
$ circleci-cli build --last
$ circleci-cli retry --last
$ circleci-cli browse
Bug reports and pull requests are welcome on GitHub at https://github.com/circleci-tools/circleci-cli.
The gem is available as open source under the terms of the MIT License.
Thanks goes to these wonderful people (emoji key):
Yuji Ueki 💻 |
Matt Brictson 💻 |
Fletcher Fowler 🐛 🤔 💻 |
Marco Costa 🤔 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!