Edit on GitHub

cache

Contains a helper commands to manage the cache directory: dir, migrate.

Synopsis

usage: dvc cache [-h] [-q] [-v] {dir,migrate} ...

positional arguments:
    dir          Configure cache directory location.
    migrate      Migrate cached files to the DVC 3.0 cache location.

Description

Tracked files and directories visible in the workspace are links* to the ones in the project's cache.

* Or copies. Refer to File link types for more information on supported linking on different platforms.

For cache configuration options, refer to dvc config cache.

Options

  • -h, --help - prints the usage/help message, and exit.

  • -q, --quiet - do not write anything to standard output. Exit with 0 if no problems arise, otherwise 1.

  • -v, --verbose - displays detailed tracing information.

Content

๐Ÿ› Found an issue? Let us know! Or fix it:

Edit on GitHub

โ“ Have a question? Join our chat, we will help you:

Discord Chat