Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/docwhat/buildkite-agent-tracker
https://github.com/docwhat/buildkite-agent-tracker
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/docwhat/buildkite-agent-tracker
- Owner: docwhat
- License: mit
- Created: 2024-05-21T17:49:34.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T19:17:11.000Z (6 months ago)
- Last Synced: 2024-06-19T15:12:50.200Z (5 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BuildKite Agent Tracker
> A simple program to list all your builder agents and their status
## Installation
```console
go install docwhat.org/buildkite-agent-tracker/cmd/bk-agents@latest
```## Usage
At the moment, it is primitive. Sorry.
```console
$ export BUILDKITE_AGENT_TOKEN=bkua_12345678901234567890
$ export BUILDKITE_ORG=docwhat
$ bk-agents
```