Avc Get
Download data from a repository
avc get [-o <output>] <repository>[@<commit>|<tag>] [--] <pathspec>...
# Download the latest version. The data go to "mydataset" folder.
avc get s3://bucket/mydataset
# Download the specific version
avc get s3://mybucket/path/to/mydataset@v1.0.0
# Download to a specific folder
avc get -o /tmp/mydataset s3://bucket/mydataset
# Download partial files
avc get -o /tmp/mydataset s3://bucket/mydataset -- path/to/file1 path/to/file2 data/
--delete Delete extra files which are not listed in commit
-h, --help help for get
-o, --output string Output directory
- avc - ArtiVC is a version control system for large files