(CDK CLI): cdk migrate --help outputs top-level flags #27393
Labels
bug
This issue is a bug.
cli
Issues related to the CDK CLI
p2
package/tools
Related to AWS CDK Tools or CLI
Describe the bug
cdk migrate introduces a new command-line option, requiring specific parameters. But the output of "cdk migrate --help" is all the top level flags. This makes usage of cdk migrate confusing.
Expected Behavior
"cdk migrate --help" will output only the migrate flags:
Current Behavior
all top-level flags printed out:
Reproduction Steps
open terminal and run "cdk migrate --help"
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.99.0
Framework Version
No response
Node.js Version
18.16.1
OS
macOS
Language
Typescript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: