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
.