DVC is a command line tool. Here we provide the specifications, complete
descriptions, and comprehensive usage examples for dvc
commands. For a list of
commands, type dvc -h
.
๐ก To execute any DVC command in a different directory, use
dvc --cd <path> ...
before the actual command and it's options/arguments (this
does not change directories in your terminal).
dvc init
.dvc add
command.dvc.yaml
and/or the
dvc run
command, specifying further outputs that should also be
tracked by DVC after the code is executed.dvc push
to share this cache (data tracked by DVC).dvc repro
to automatically reproduce your full pipeline iteratively as
input data or source code change.