Skip to content

Releases: buildkite/cli

Buildkite CLI 3.32.0

05 Mar 23:02
c99b777

Choose a tag to compare

Note

Tokens will no longer be written to config files by default, instead using the system keychain. If you wish to store tokens in a config file then you will need to manually adjust your bk.yaml file for any new tokens (existing tokens will still be used as a fall back)

organizations:
  my-org:
    api_token: hunter2

Changelog

Buildkite CLI 3.31.1

04 Mar 03:28
91282f7

Choose a tag to compare

Changelog

Buildkite CLI 3.31.0

04 Mar 01:48
09d0098

Choose a tag to compare

Changelog

  • 563c940: Add auth select command to replace use (#675) (@mcncl)
  • 09d0098: Add bk auth login --org --token, alias configure, and store credentials in keychain (#678) (@scadu)

Buildkite CLI 3.30.0

03 Mar 05:34
e18554d

Choose a tag to compare

Changelog

Buildkite CLI 3.29.0

26 Feb 05:42
5467aaf

Choose a tag to compare

Changelog

  • 5467aaf: feat: users can simply set --yaml, instead of --output yaml (#668) (@mcncl)

Buildkite CLI 3.28.2

26 Feb 03:22
1962ca5

Choose a tag to compare

Changelog

  • 1962ca5: chore: add support for using flags (--version, -V) for CLI version (#666) (@mcncl)

Buildkite CLI 3.28.1

25 Feb 23:57
fa634e1

Choose a tag to compare

Changelog

Buildkite CLI 3.28.0

25 Feb 00:33
2aee830

Choose a tag to compare

Changelog

Warning

This version has adjusted the output of the pipeline view command to follow the conventions of the rest of the CLI and present the pipeline's JSON config as default.

Both --output yaml and --output text can adjust the view.

Buildkite CLI 3.27.0

24 Feb 04:56
b6131df

Choose a tag to compare

What's Changed

  • build(deps): bump github.com/mattn/go-runewidth from 0.0.19 to 0.0.20 by @dependabot[bot] in #659
  • build(deps): bump github.com/vektah/gqlparser/v2 from 2.5.31 to 2.5.32 by @dependabot[bot] in #660
  • Remove the requirement for setting --org, fixes browser bug by @mcncl in #661
  • Improve the output when non-existent command used by @mcncl in #662

Full Changelog: v3.26.0...v3.27.0

Buildkite CLI 3.26.0

20 Feb 06:00
b801708

Choose a tag to compare

Changelog