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.
- 
Dry run before pushing avc push --dry-run
- 
Do the actual push avc push
- 
Dry run before pulling avc pull -dry-run # or check in delete mode # avc pull --delete -dry-run
- 
Do the actual pull avc pull # avc pull --delete