August 2018
Intermediate to advanced
416 pages
12h 37m
English
You can install nightly versions of the CircleCI CLI at the GitHub releases page: https://github.com/CircleCI-Public/circleci-cli/releases. You will need to look at the Assets section, which looks like this:

We will pick the circleci-cli_0.1.771_darwin_amd64.tar.gz asset as we will be running the local CLI on the macOS OS.
Run the following commands in a Terminal shell session:
# Go to the Downloads Foldercd ~/Downloads# Unpack the compressed assettar -xvzf circleci-cli_0.1.771_darwin_amd64.tar.gz# Go into the uncompressed directorycd circleci-cli_0.1.771_darwin_amd64# Move ...
Read now
Unlock full access