circleci-cli icon indicating copy to clipboard operation
circleci-cli copied to clipboard

:vertical_traffic_light: Powerful CircleCI CLI via pure bash

Results 3 circleci-cli issues
Sort by recently updated
recently updated
newest added

Spent quite a bit of time tracking this down with CircleCI. We started getting mysterious build failures with a warning like this when attempting to check out: ``` warning: refname...

This library works only with Github with the current implementation, as it uses URLs like this: `https://circleci.com/api/v1.1/project/:username/:project/tree/:branch` Following CircleCI documentation, the VCS can be specified by using URLs like: `https://circleci.com/api/v1.1/project/:vcs-type/:username/:project/tree/:branch`...

I have `export CIRCLECI_CLI_TOKEN=...` set in my `.bash_profile`, but this shows initialized false: ``` $ circleci me { "initialized": false, "outcome": "failed" } ``` If I use `circleci init`, other...