A simple, occasionally fast Buildkite agent manager, built in Rust.
✨ Easy to use, instant start up of agents
🚀 Continued focus on speed
📁 Supports local agent versions and global
brew tap mcncl/bap
brew install bap
To list the available agents, run:
bap list-remote
You can then choose to install any of the available agent versions by selecting it (Enter
).
Once installed, you'll need to get an agent token from Buildkite, copy it to your clipboard and run:
bap auth <version>
For example:
bap auth 3.74.1
You'll then be able to run
that version:
bap run 3.74.1