A command-line tool for interacting with Buildkite, designed to streamline and automate your CI/CD workflows.
- Trigger and manage Buildkite builds from the terminal
- Query build and pipeline status
- Manage artifacts and logs
- Written in Go for speed and portability
go install github.com/theist/buildkitool@latestOr clone and build manually:
git clone https://github.com/theist/buildkitool.git
cd buildkitool
go build -o buildkitoolbuildkitool [command] [flags]Example commands:
buildkitool trigger --pipeline my-pipeline
buildkitool status --build 12345For a full list of commands and options:
buildkitool --helpSet your Buildkite API token as an environment variable:
export BUILDKITE_API_TOKEN=your_token_hereContributions, issues, and feature requests are welcome! Please open an issue or submit a pull request.
MIT License