Skip to content

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

Notifications You must be signed in to change notification settings

benmatselby/ringli

Repository files navigation

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 |

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published