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

Avc

avc

ArtiVC is a version control system for large files

Examples

  # 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

Options

  -h, --help   help for avc

SEE ALSO

Auto generated by spf13/cobra on 24-Mar-2022