Tags: buildkite/cli
Tags
Infer analytics endpoints by path (#912) Currently all analytics (AKA Test Engine) API calls must be made with `bk api --analytics`. Almost all Test Engine endpoints begin with `/suites` so in those cases we can infer `isAnalytics` from the path.
fix(auth): persist auth outside of repo (#900) * fix(auth): persist auth outside of repo * test(auth): add regression test for auth status * Update cmd/auth/login_test.go Co-authored-by: buildsworth-bk-app[bot] <265670805+buildsworth-bk-app[bot]@users.noreply.github.com> --------- Co-authored-by: buildsworth-bk-app[bot] <265670805+buildsworth-bk-app[bot]@users.noreply.github.com>
Adds an `--agent` flag to `job log` for the robots (#885) * feat(config): add an --agent flag to job log cmd * feat: strip ansi chars * feat(logs): deduplicate and add clear headers * test(logs): implement some testing to ensure fmt * chore(fmt): fix carriage returns format * refactor(output): extend ansi for --no-timestamps * chore(fmt): remove additional whitespace * chore(logic): use package for llm output * chore(options): add an `llm` alias for `--agent`
PreviousNext