Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 356 Bytes

File metadata and controls

22 lines (13 loc) · 356 Bytes
id config
title bolt config

bolt config delete <key>

Removes the given key from the config.

bolt config list

Displays the current configuration.

bolt config get <key>

Prints the value for a given key.

bolt config set <key> <value> [-g|--global]

Sets the config key to the given value.