Buildkite CLI use command
The bk use command allows you to choose which Buildkite organization to work with from the command line.
Select an organization Select a configured organization.
bk use [<organization-slug>] [flags]
Arguments
| Argument | Description |
|---|---|
[<organization-slug>] |
Organization slug to use |
Flags
| Flag | Description |
|---|---|
--debug |
Enable debug output for REST API calls |
Examples
Use the 'my-cool-org' configuration:
bk use my-cool-org
Interactively select an organization:
bk use