We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de2da8 commit 47dafb0Copy full SHA for 47dafb0
packages/aws-cdk/bin/cdk.ts
@@ -67,6 +67,7 @@ async function parseCommandLineArguments() {
67
.version(VERSION)
68
.demandCommand(1, '') // just print help
69
.help()
70
+ .alias('h', 'help')
71
.epilogue([
72
'If your app has a single stack, there is no need to specify the stack name',
73
'If one of cdk.json or ~/.cdk.json exists, options specified there will be used as defaults. Settings in cdk.json take precedence.'
0 commit comments