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
refactor(cli): standardize dry-run flags to --dry-run
deploy uses --plan while create and remove use --dry-run. Same concept,
different names. Now --dry-run is the primary flag on deploy. --plan is
preserved as an alias for backward compatibility.
Output message updated from 'Plan complete' to 'Dry run complete'.
Constraint: Must not break existing scripts using --plan on deploy
Rejected: Use --plan everywhere | --dry-run is the standard convention
Confidence: high
Scope-risk: narrow
0 commit comments