Modify the value of a local configuration variable, creating it if it doesn't exist

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>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

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

click the source code to copy