bk - The Buildkite CLI

A command line interface for Buildkite.
Full documentation is available at buildkite.com/docs/platform/cli.
Quick Start
Install
brew tap buildkite/buildkite && brew install buildkite/buildkite/bk
Or download a binary from the releases page.
bk configure
Feedback
We'd love to hear any feedback and questions you might have. Please file an issue on GitHub and let us know!
Development
Developed using Go 1.20+ with modules.
git clone git@github.com:buildkite/cli.git
cd cli/
go generate
go run main.go --help