commands.sh

dvc

all

Data Version Control system for machine learning projects. Some subcommands such as `commit` have their own usage documentation.

More info →

Options (1)

-h, --helpboolean

Display help

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

Examples (8)

Initialize a new DVC project

Configure a remote storage location

dvc remote add storage_name url

Add one or more data files or directories to tracking

dvc add path/to/file_or_directory

Show project status

dvc status

Upload tracked files to remote storage

dvc push

Download tracked files from remote storage

dvc pull

Display help

dvc [-h|--help]

Display version

dvc --version
made by @shridhargupta | data from tldr-pages