跳到主要内容

Configuration Commands: config

bohr config reads and updates local CLI configuration.

Commands

CommandUsageDescription
getbohr config get <key> [flags]Get a configuration value.
initializebohr config initialize [flags]Interactively create the local CLI configuration
listbohr config list [flags]List all configuration values.
setbohr 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.