snippetbashTip
bk — Manage Buildkite builds, pipelines, and agents. More information: <https://github.com/buildkite/cli#
Viewed 0 times
commandbuildspipelinesbuildkiteandclimanagebk
Problem
How to use the
bk command: Manage Buildkite builds, pipelines, and agents. More information: <https://github.com/buildkite/cli#usage>.Solution
bk — Manage Buildkite builds, pipelines, and agents. More information: <https://github.com/buildkite/cli#usage>.Configure the API token and organization:
bk configureSelect an organization to use:
bk use {{organization_slug}}Initialize a
pipeline.yaml file:bk initList all pipelines in the current organization:
bk pipeline listTrigger a build for a pipeline:
bk build create {{pipeline_slug}}View the status of a specific build:
bk build view {{build_number}}List all agents in the current organization:
bk agent listDisplay help:
bk {{[-h|--help]}}Code Snippets
Configure the API token and organization
bk configureSelect an organization to use
bk use {{organization_slug}}Initialize a `pipeline.yaml` file
bk initList all pipelines in the current organization
bk pipeline listTrigger a build for a pipeline
bk build create {{pipeline_slug}}Context
tldr-pages: common/bk
Revisions (0)
No revisions yet.