Push Module Changes
Check which modules have local changes:
gon pushPreview changes without pushing:
gon push Cart --dry-runPush a specific module:
gon push Cart -m "feat: add coupon logic"Push with a version tag:
gon push Cart --tag=v2.1.0 -m "release: v2.1.0"Push all changed modules at once:
gon push --all -m "fix: update validation"