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 confirmation skip flags to -y/--yes
deploy uses -y, --yes while remove uses --force. These mean the same
thing (skip interactive confirmation) but used different names.
Now -y/--yes is the primary flag everywhere. --force is preserved as
an alias on remove commands for backward compatibility.
Constraint: Must not break existing scripts using --force on remove
Rejected: Use --force everywhere | --yes is the conventional flag name for confirmation skip
Confidence: high
Scope-risk: narrow
0 commit comments