Forrest logo
back to context overview

dvc-config

List of commands for dvc-config:

  • dvc-config:tldr:00b41 dvc-config: Unset a project level config value for a given key.
    $ dvc config --unset ${key}
    try on your machine
    explain this command
  • dvc-config:tldr:66bd8 dvc-config: Get the config value for a specified key for the current project.
    $ dvc config ${key}
    try on your machine
    explain this command
  • dvc-config:tldr:71c56 dvc-config: Unset the project's default remote.
    $ dvc config --unset core.remote
    try on your machine
    explain this command
  • dvc-config:tldr:af024 dvc-config: Set the project's default remote.
    $ dvc config core.remote ${remote_name}
    try on your machine
    explain this command
  • dvc-config:tldr:c2adf dvc-config: Set a local, global, or system level config value.
    $ dvc config --local/global/system ${key} ${value}
    try on your machine
    explain this command
  • dvc-config:tldr:c9ddb dvc-config: Set the config value for a key on a project level.
    $ dvc config ${key} ${value}
    try on your machine
    explain this command
  • dvc-config:tldr:edef5 dvc-config: Get the name of the default remote.
    $ dvc config core.remote
    try on your machine
    explain this command
back to context overview