
dvc-gc
List of commands for dvc-gc:
-
dvc-gc:tldr:32f15 dvc-gc: Garbage collect from the cache, keeping only versions referenced by branch, tags, and commits.$ dvc gc --all-branches --all-tags --all-commitstry on your machineexplain this command
-
dvc-gc:tldr:53784 dvc-gc: Garbage collect from the cache, including a specific cloud remote storage.$ dvc gc --all-commits --cloud --remote ${remote_name}try on your machineexplain this command
-
dvc-gc:tldr:72386 dvc-gc: Garbage collect from the cache, keeping only versions referenced by the current workspace.$ dvc gc --workspacetry on your machineexplain this command
-
dvc-gc:tldr:d91a5 dvc-gc: Garbage collect from the cache, including the default cloud remote storage (if set).$ dvc gc --all-commits --cloudtry on your machineexplain this command