1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-05 13:15:24 +02:00
tldr/pages/common/dvc.md
2025-04-25 14:45:48 +03:00

404 B

dvc

Data Version Control: like git for data. Some subcommands such as commit have their own usage documentation. More information: https://dvc.org/doc/command-reference.

  • Execute a DVC subcommand:

dvc {{subcommand}}

  • Display general help:

dvc {{[-h|--help]}}

  • Display help about a specific subcommand:

dvc {{subcommand}} {{[-h|--help]}}

  • Display version:

dvc --version