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
Some options require arguments, but without passing `requiresArg: true`
to `yargs` it will happily accept the flag and put `undefined` or an
empty string in the value (instead of rejecting the invocation).
Add `requiresArg` to a number of options that have this property.
Fixes#2192.
Some options require arguments, but without passing `requiresArg: true`
to `yargs` it will happily accept the flag and put `undefined` or an
empty string in the value (instead of rejecting the invocation).
Add `requiresArg` to a number of options that have this property.
Fixes#2192.
cdk synth -o generates cloudformation yaml file.
If no destination is provided it create yaml file in root folder on mac.
It should either fail and ask for destination (. or ./filename.yaml etc.) or create it in the current folder instead of creating in the root folder.
The text was updated successfully, but these errors were encountered: