dolt-config

config Read and write local (per repository) and global (per…

dolt config

Read and write local (per repository) and global (per user) Dolt configuration variables. More information: https://docs.dolthub.com/interfaces/cli#dolt-config.

dolt config --list

dolt config --get {{name}}

dolt config --add {{name}} {{value}}

dolt config --global --add {{name}} {{value}}

dolt config --unset {{name}}

dolt config --global --unset {{name}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← dolt-commit dolt-fetch →