Global config management
$bit config
Copiedcopy
Additional Notes

set

set a global configuration

$bit config set <key> <val>
Copiedcopy

del

delete given key from global configuration

$bit config del <key>
Copiedcopy

get

get a value from global configuration

$bit config get <key>
Copiedcopy

list

list all configuration(s)

$bit config list
Copiedcopy

Related Commands