Skip to content

bj config set

Set a configuration value (validated against the schema).

Synopsis

bj config set [OPTIONS] KEY VALUE

Arguments

Argument Description
KEY Dotted key, e.g. git_protocol. (required)
VALUE New value. (required)

Examples

bj config get git_protocol
bj config set bitbucket.workspace myteam

See also