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

Dry Run

Pushing and pulling data is time-consuming. And need to be double-checked before transferring. Dry-run is the feature that allows listing the changeset before sending.

Push

  1. Dry run before pushing

    avc push --dry-run
    
  2. Do the actual push

    avc push
    

Pull

  1. Dry run before pulling

    avc pull -dry-run
    # or check in delete mode
    # avc pull --delete -dry-run
    
  2. Do the actual pull

    avc pull
    # avc pull --delete