id | title | permalink | layout | category | prev | next |
---|---|---|---|---|---|---|
cli-config |
Config |
docs/cli-config.html |
docs |
CLI Reference |
cli-clear-cache.html |
cli-deprecate.html |
Manages your global Bit configuration.
bit config [list] | [get <key>] | [del <key>] | [set <key> <val>]
bit config list
bit config get user.name
Will return your bitsrc.io username.
bit config set user.name myUserName
bit config del user.name