Buildkite CLI configure command
The bk configure command allows you to configure your Buildkite CLI settings from the command line.
Commands
| Command | Description |
|---|---|
bk configure add |
Add configuration for a new organization |
Add a new organization
Add configuration for a new organization
bk configure add [flags]
Flags
| Flag | Description |
|---|---|
--debug |
Enable debug output for REST API calls |
--force |
Force setting a new token |
--org=STRING |
Organization slug |
--token=STRING |
API token |
Examples
Interactively configure a new organization:
bk configure add
Configure a new organization non-interactively:
bk configure add --org my-org --token my-token