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
Benefit/Result/Outcome
Catch typos and mistakes before execution and resource creation.
Description
Today, if I supply an invalid argument say src/deploy.sh -s {my_sub_id} --foo bar nothing goes wrong -- but I should be informed ahead of time that foo is an unsupported argument
Acceptance Criteria
When users pass unexpected arguments show the usage and exit with error
The text was updated successfully, but these errors were encountered:
Benefit/Result/Outcome
Catch typos and mistakes before execution and resource creation.
Description
Today, if I supply an invalid argument say
src/deploy.sh -s {my_sub_id} --foo bar
nothing goes wrong -- but I should be informed ahead of time thatfoo
is an unsupported argumentAcceptance Criteria
The text was updated successfully, but these errors were encountered: