dvc Command Examples
Data Version Control: like
git
for data. Some subcommands such ascommit
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