CLI tool to display some Circle CI data.
- PHP version 8.1+
- API Token from CircleCI. You can get this information from here.
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
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 |