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
* Source of truth for all CDK CLI commands. `user-input-gen` translates this into:
13
20
*
@@ -406,8 +413,22 @@ export async function makeConfig(): Promise<CliConfig> {
406
413
'lib-version': {type: 'string',alias: 'V',default: undefined,desc: 'The version of the CDK library (aws-cdk-lib) to initialize built-in templates with. Defaults to the version that was current when this CLI was built.'},
407
414
'from-path': {type: 'string',desc: 'Path to a local custom template directory or multi-template repository',requiresArg: true,conflicts: ['lib-version']},
408
415
'template-path': {type: 'string',desc: 'Path to a specific template within a multi-template repository',requiresArg: true},
thrownewToolkitError('Unstable feature use: \'init\' with custom templates is unstable. It must be opted in via \'--unstable\', e.g. \'cdk init --from-path=./my-template --unstable=init\'');
0 commit comments