Skip to content

Tags: buildkite/cli

Tags

v3.23.1

Toggle v3.23.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Suppress PostHog logs (#635)

v3.23.0

Toggle v3.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: secrets are an array (#632)

v3.22.0

Toggle v3.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add `config` command for set/get (#623)

v3.21.0

Toggle v3.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: rename migrate to convert (#625)

v3.20.0

Toggle v3.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add `job log` command for viewing job logs (#624)

* chore: add log as an option in Job command

Signed-off-by: Ben McNicholl <git@benmcnicholl.com>

* feat: add job subcommand for logs

Signed-off-by: Ben McNicholl <git@benmcnicholl.com>

* fmt: list file formatting

Signed-off-by: Ben McNicholl <git@benmcnicholl.com>

---------

Signed-off-by: Ben McNicholl <git@benmcnicholl.com>

v3.19.0

Toggle v3.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump golang.org/x/term from 0.38.0 to 0.39.0 (#622)

Bumps [golang.org/x/term](https://github.com/golang/term) from 0.38.0 to 0.39.0.
- [Commits](golang/term@v0.38.0...v0.39.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  dependency-version: 0.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v3.18.0

Toggle v3.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Global --debug Flag for REST API Calls (#615)

* feat: allow a debug flag for verbose output

Signed-off-by: Ben McNicholl <git@benmcnicholl.com>

* bug: redact token values from output of verbose logs

Signed-off-by: Ben McNicholl <git@benmcnicholl.com>

* chore: migrate REST functions to allow debug output

Signed-off-by: Ben McNicholl <git@benmcnicholl.com>

* chore: format code

Signed-off-by: Ben McNicholl <git@benmcnicholl.com>

---------

Signed-off-by: Ben McNicholl <git@benmcnicholl.com>

v3.17.3

Toggle v3.17.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: prepend leading slash to endpoints to prevent malformed URLs (#614)

v3.17.2

Toggle v3.17.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Skip API token checks for configure commands (#612)

* Skip token check for all configure commands

* Update validation tests with configure commands

* Ensure env vars are unset for validation tests

v3.17.1

Toggle v3.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: improve help text for configure (#610)

Signed-off-by: Ben McNicholl <git@benmcnicholl.com>