mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-21 12:44:02 +08:00
396 B
396 B
dvc
Data Version Control: like
gitfor data. Some subcommands such ascommithave their own usage documentation. More information: https://dvc.org/doc/command-reference.
- Execute a DVC subcommand:
dvc {{subcommand}}
- Display help:
dvc {{[-h|--help]}}
- Display help about a specific subcommand:
dvc {{subcommand}} {{[-h|--help]}}
- Display version:
dvc --version