← Package directory
Available on winget

Install Buildkite CLI

A command line interface for Buildkite.

Install with winget
winget install --id Buildkite.CLI
Upgrade
winget upgrade --id Buildkite.CLI
Uninstall
winget uninstall --id Buildkite.CLI

About Buildkite CLI

The Buildkite CLI is a command-line interface (CLI) tool for interacting directly with the Buildkite platform itself. This tool provides command line/terminal access to work with a subset of the Buildkite platform's features, as you normally would through its web interface. Using the Buildkite CLI, you can manage Buildkite agents and their configuration, work with a Buildkite pipeline's builds, control job execution, and manipulate its artifacts, along with several other actions.

What's new in 3.42.0

Changelog Added - bdd4eb6: Add OAuth refresh token support (#773) (@catkins) Dependencies - fec84b6: chore(deps): update dependency golangci-lint to v2.12.2 (#824) (@renovate[bot]) - df7a611: fix(deps): update go-minor-patch (#825) (@renovate[bot])

Read release notes

Version history

Version Updated Notes
3.42.0 Unknown Changelog Added - bdd4eb6: Add OAuth refresh token support (#773) (@catkins) Dependencies - fec84b6: chore(deps): update dependency golangci-lint to v2.12.2 (#824) (@renovate[bot]) - df7a611: fix(deps): update go-minor-p...
3.41.1 Unknown Changelog Fixes - 5204303: fix: cancel git context when snapshot cancelled (#817) (@mcncl) Dependencies - f9b3bce: chore(deps): update dependency aqua:mvdan/gofumpt to v0.10.0 (#821) (@renovate[bot])
3.40.0 Unknown Changelog Added - feat: add skills command group for use with LLMs by @mcncl in #810