ArtiVC
GitHub Blogs Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage
Edit page

Partial Download

By default, ArtiVC download all files of a version. It also supports to download partial of the files in a commit.

You can download partially:

  • by specifying multiple files.
  • by specifying wildcard-like .gitignore pattern.

For more details, please check the pattern format in the git document.

Usage

# get
avc get -o output repo -- path/to/file1 path/to/file2 data/

# pull
avc pull -- path/to/partial
avc pull v0.1.0 -- path/to/partial ...

Note: if you would like to do a partial download, please put the path list after the “–” flag terminator.

SEE ALSO

  • avc get - Download data from a repository
  • avc pull - Pull data from the repository