Files
cheatsheet-tldr/tldr/dvc
2024-10-05 00:16:51 +00:00

27 lines
458 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# dvc
> Data Version Control: like `git` for data.
> Some subcommands such as `commit` have their own usage documentation.
> More information: <https://dvc.org/>.
- Execute a DVC subcommand:
`dvc {{subcommand}}`
- Display general help:
`dvc --help`
- Display help about a specific subcommand:
`dvc {{subcommand}} --help`
- Display version:
`dvc --version`