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 bapTo list the available agents, run:
bap list-remoteYou 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.1You'll then be able to run that version:
bap run 3.74.1