dvc config
all
Low level command to manage custom configuration options for dvc repositories. These configurations can be on project, local, global, or system level.
More info →Options (1)
-u, --unsetbooleanUnset the project's default remote
Example:
dvc config {{[-u|--unset]}} core.remoteExamples (7)
Get the name of the default remote
dvc config core.remoteSet the project's default remote
dvc config core.remote remote_nameUnset the project's default remote
dvc config [-u|--unset] core.remoteGet the configuration value for a specified key for the current project
dvc config keySet the configuration value for a key on a project level
dvc config key valueUnset a project level configuration value for a given key
dvc config [-u|--unset] keySet a local, global, or system level configuration value
dvc config --local|global|system key valuemade by @shridhargupta | data from tldr-pages