This is a CLI utility built with Symfony Console to query Circle CI projects.
# Install with composer.
composer require "code-drop/circle-cli ~1.0"
# Copy the sample private file, then add your token to this file.
cp vendor/code-drop/circle-cli/circle-cli.private.yml.sample circle-cli.private.yml
wget https://code-drop.github.io/Circle-CLI/circle-cli.phar
The docs are available here.
All available commands are documented here below is some example output from the status and progress commands.
Example Status Command with Table output
Example Progress Command
- Investigate solutions for redrawing errors with Symfony progress bar.
- Create upstream PR for Table helper overrides or, remove table formatter entirely?