dolt config
all
Read and write local (per repository) and global (per user) Dolt configuration variables.
More info →Examples (6)
List all local and global configuration options and their values
dolt config --listDisplay the value of a local or global configuration variable
dolt config --get nameModify the value of a local configuration variable, creating it if it doesn't exist
dolt config --add name valueModify the value of a global configuration variable, creating it if it doesn't exist
dolt config --global --add name valueDelete a local configuration variable
dolt config --unset nameDelete a global configuration variable
dolt config --global --unset namemade by @shridhargupta | data from tldr-pages