- You need to have Docker installed in order to use the Circle CI CLI.
- We got the nightly build from GitHub Releases (https://github.com/CircleCI-Public/circleci-cli/releases).
- There are currently 6 command in the CLI but more commands may be added in the future.
- The help command is useful because it explains how to use each command what the command does.
- The workflows field is how you can run parallel jobs in Circle CI.
- We used the command circleci config validate.
- The API Endpoint is https://circleci.com/api/v1.1/.