code-drop/circle-cli

This package is abandoned and no longer maintained. No replacement package was suggested.

A CLI utility built with Symfony Console to query Circle CI projects.

1.0.0-beta3 2015-05-23 14:12 UTC

This package is not auto-updated.

Last update: 2020-09-18 23:21:25 UTC


README

Circle CI Code Coverage License

Circle CLI

This is a CLI utility built with Symfony Console to query Circle CI projects.

Installation

With Composer

# 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

Grab the Phar

wget https://code-drop.github.io/Circle-CLI/circle-cli.phar

Documentation

The docs are available here.

Commands

All available commands are documented here below is some example output from the status and progress commands.

Example Status Command with Table output

Status command - Table

Example Progress Command

Progress command - Table

TODO

Features

Improvements

  • Investigate solutions for redrawing errors with Symfony progress bar.
  • Create upstream PR for Table helper overrides or, remove table formatter entirely?