Avc
ArtiVC is a version control system for large files
# Push data to the repository
cd /path/to/my/data
avc init s3://mybucket/path/to/repo
avc push -m "my first commit"
# Pull data from the repository
cd /path/to/download
avc init s3://mybucket/path/to/repo
avc pull
# Download by quick command
avc get -o /path/to/download s3://mybucket/path/to/repo
# Show command help
avc <command> -h
For more information, please check https://github.com/infuseai/artivc
-h, --help help for avc
- avc clone - Clone a workspace
- avc completion - Generate the autocompletion script for the specified shell
- avc config - Configure the workspace
- avc diff - Diff workspace/commits/references
- avc docs - Generate docs
- avc get - Download data from a repository
- avc init - Initiate a workspace
- avc list - List files of a commit
- avc log - Log commits
- avc pull - Pull data from the repository
- avc push - Push data to the repository
- avc put - Upload data to a repository
- avc status - Show the status of the workspace
- avc tag - List or manage tags
- avc version - Print the version information