bit config list
bit config set <key> <value>
bit config get <key>
bit config del <key>
Defines the path the ssh key files that will be used to log into Bit cloud. If not set, it will default to ~/.ssh/id_rsa.
Authentication token for a Bit Cloud account. The token is auto-generated when running bit login.
The user's email. This will be used for the component version history log.
The user.email value is copied from the user's git user.email property, when running bit init.
Bit can be configured to use a proxy for outgoing http/s network requests.
A URL for a proxy to be used in both HTTP and HTTPS requests.
A URL specific for HTTPS requests (this will override the value set in proxy for HTTPS requests).
These values need to be changed only if a private server or private registry is used. Otherwise, it will be defaulted to Bit cloud server.
The domain of the default bit cloud component hub. Optional and defaulted to bit cloud hub hub.bit.dev.
The service against which the user will be authenticated. Optional and will be defaulted to https://bit.dev/bit-login
Bit npm registry url. Optional and defaulted to https://node.bit.dev.
Will determine if anonymous usage data is sent to Bit.
By default, analytics data is sent as anonymous data. Set the value to false to send unmasked data.
Send anonymous errors data to Bit. Defaulted to false.
Log errors that are output. Values are: error (least verbose), warn, info, http, verbose, debug, silly (most verbose). The default level is debug.
Path to the location of the Git executable.