You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gro gitops_validate # run all validation checks (analyze + plan + dry run)
100
-
gro gitops_analyze # analyze dependency graph and detect cycles
101
-
gro gitops_plan # generate publishing plan showing version changes and cascades
102
-
gro gitops_publish --dry_run # simulate publishing without side effects
99
+
gro gitops_validate # run all validation checks (analyze + plan + dry run)
100
+
gro gitops_analyze # analyze dependency graph and detect cycles
101
+
gro gitops_plan # generate publishing plan showing version changes and cascades
102
+
gro gitops_publish # simulate publishing without side effects (dry run default)
103
103
```
104
104
105
105
### Publishing packages
106
106
107
107
```bash
108
-
gro gitops_publish #publish all repos with changesets (interactive y/n prompt)
109
-
gro gitops_publish --no-plan # skip plan confirmation
108
+
gro gitops_publish --wetrun # actually publish all repos with changesets
109
+
gro gitops_publish --wetrun --no-plan # skip plan confirmation
110
110
```
111
111
112
112
**Note:** If publishing fails, simply re-run the same command. Already-published packages are automatically skipped (changesets consumed), failed packages retried naturally.
0 commit comments