Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 649 Bytes

cli-config.md

File metadata and controls

45 lines (32 loc) · 649 Bytes
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.

Synopsis

bit config [list] | [get <key>] | [del <key>] | [set <key> <val>]

Examples

List all configurations

bit config list

Get a specific configuration value

bit config get user.name

Will return your bitsrc.io username.

Set a configuration value

bit config set user.name myUserName

Delete a configuration value

bit config del user.name