DVC: add page including sub-commands destroy, diff and fetch

This commit is contained in:
Puneetha Pai
2020-07-23 13:34:38 +05:30
committed by Starbeamrainbowlabs
parent e94e07d26d
commit ca9b1f104e
3 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# dvc destroy
> Remove all DVC files and directories from a DVC project.
> More information: <https://dvc.org/doc/command-reference/destroy>.
- Destroy:
`dvc destroy`
- Force Destroy:
`dvc destroy --force`