mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-05 08:15:24 +02:00
260 B
260 B
dvc destroy
Remove all DVC files and directories from a DVC project. More information: https://dvc.org/doc/command-reference/destroy.
- Destroy the current project:
dvc destroy
- Force destroy the current project:
dvc destroy {{[-f|--force]}}