Low level command to manage custom configuration options for dvc repositories.
These configurations can be on project, local, global, or system level.
More information.
- Get the name of the default remote:
- Set the project's default remote:
dvc config core.remote {remote_name}
- Unset the project's default remote:
dvc config --unset core.remote
- Get the config value for a specified key for the current project:
- Set the config value for a key on a project level:
- Unset a project level config value for a given key:
- Set a local, global, or system level config value:
dvc config --local/global/system {key} {value}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
CC-BY