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
Generally, CLI commands run with a -h flag have a behavior expectation that the action will not take place, and that a help message will be displayed instead.
Currently, a command like cdk deploy -h will run the deployment command.
While it's very reasonable for a flag to throw an error if desired (such as "use a different command structure to see a help message"), this definitely led to customer surprise for me.
The text was updated successfully, but these errors were encountered:
Generally, CLI commands run with a
-h
flag have a behavior expectation that the action will not take place, and that a help message will be displayed instead.Currently, a command like
cdk deploy -h
will run the deployment command.While it's very reasonable for a flag to throw an error if desired (such as "use a different command structure to see a help message"), this definitely led to customer surprise for me.
The text was updated successfully, but these errors were encountered: