Global config management
$bit config
Additional Notes
For more info, visit: https://bit.dev/reference/config/bit-config
set
set a global configuration
$bit config set <key> <val>
del
delete given key from global configuration
$bit config del <key>
get
get a value from global configuration
$bit config get <key>
list
list all configuration(s)
$bit config list