This project is the seed for CircleCI's new command-line application.
Download the latest release from GitHub for your operating system. If you're on a Mac, this would be circleci-cli_0.1.XXX_darwin_amd64.tar.gz
.
$ tar -xvzf circleci-cli_0.1.XXX_darwin_amd64.tar.gz
$ mv circleci /usr/local/bin
$ circleci help
You may first need to generate a CircleCI API Token from the Personal API Token tab.
$ circleci configure
If you are using this tool on .com
. accept the provided default CircleCI API End Point
. If you are using it on Server, change the value to your Server address (i.e. circleci.my-org.com
).
To ensure that the tool is installed, you can use it to validate a build config file.
$ circleci config validate
Config file at .circleci/config.yml is valid