Configuration Commands: config
bohr config reads and updates local CLI configuration.
Commands
| Command | Usage | Description |
|---|---|---|
get | bohr config get <key> [flags] | Get a configuration value. |
initialize | bohr config initialize [flags] | Interactively create the local CLI configuration |
list | bohr config list [flags] | List all configuration values. |
set | bohr config set <key> <value> [flags] | Set a configuration value. |
For subcommands inside a command group, run bohr config <group> --help.
Examples
bohr config list -o json
bohr config get openapi_host
bohr config set output_format json
bohr config set billing_confirmation false --yes
Configuration output may contain credentials. Avoid printing the complete configuration in shared logs. Disabling billing confirmation changes a safety setting and requires explicit confirmation.