mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 05:58:57 +00:00
Update cheatsheets
This commit is contained in:
17
dvc-destroy
Normal file
17
dvc-destroy
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user