Edit on GitHub
cache
Contains a helper command to set the cache directory location: dir.
Synopsis
usage: dvc cache [-h] [-q] [-v] {dir} ...
positional arguments:
dir Configure cache directory 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
.