I built a CLI tool for Buildkite. If you run the CLI from a Git repo, it can:
- automatically find the Buildkite build that’s running the current Git commit
- wait for that build to finish
- Open the build in your browser
- if the build fails, download error logs and display them in the console
- if the build passes, display timing information for each phase of the build
- Display information about pull requests or any annotations that are configured.
The best way to see how cool it is is to try it out. Please give it a try!
Download at: GitHub - kevinburke/buildkite: Buildkite CLI tool