mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 05:22:11 +02:00

Thanks @sbrl. Will keep grammatical mistakes to minimum next time :smile Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
12 lines
251 B
Markdown
12 lines
251 B
Markdown
# 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 --force`
|