circlecli icon indicating copy to clipboard operation
circlecli copied to clipboard

Unofficial CircleCI CLI Tool

Results 6 circlecli issues
Sort by recently updated
recently updated
newest added

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.11 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

The latest `v1` api is now `v1.1`. It would be nice to update the code to support this one since calls to `https://circleci.com/docs/api/v1` are not working anymore. Moreover, despite the...

Bumps [requests](https://github.com/psf/requests) from 2.10.0 to 2.20.0. Changelog Sourced from requests's changelog. 2.20.0 (2018-10-18) Bugfixes Content-Type header parsing is now case-insensitive (e.g. charset=utf8 v Charset=utf8). Fixed exception leak where certain redirect...

dependencies

It would be great if the `circlecli config` checker would updated to handle circleci 2.0 config files. https://discuss.circleci.com/t/getting-started-configuration/8088

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`...

Installing via pip I found that I had to manually track down and install these dependencies: * python--dateutils * pyyaml * bs4 This is on MacOS Sierra with homebrew, pip...