/ringli

⚙️ A CLI tool to get some data from Circle CI

Primary LanguagePHP

Ringli

CLI tool to display some Circle CI data.

Requirements

Environment variables

In order to connect to Circle CI you require the following variables.

export CIRCLE_CI_TOKEN=""
export CIRCLE_CI_ORG="" # vcs-slug/org-name e.g. gh/benmatselby

Installation via Git

git clone https://github.com/benmatselby/ringli.git
cd ringli
make clean install
./bin/ringli
+-------------------------------+-------+----------+
| Project                       | Build | Status   |
+-------------------------------+-------+----------+
| gh/[github-org]/[github-repo] | 14183 | on_hold  |
| gh/[github-org]/[github-repo] | 14182 | success  |
| gh/[github-org]/[github-repo] | 14181 | success  |
| gh/[github-org]/[github-repo] | 14180 | success  |
| gh/[github-org]/[github-repo] | 14179 | canceled |