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
@@ -407,7 +408,7 @@ export async function makeConfig(): Promise<CliConfig> {
407
408
'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.'},
408
409
'from-path': {type: 'string',desc: 'Path to a local custom template directory or multi-template repository',requiresArg: true,conflicts: ['lib-version']},
409
410
'template-path': {type: 'string',desc: 'Path to a specific template within a multi-template repository',requiresArg: true},
410
-
'package-manager': {type: 'string',desc: 'The package manager to use to install dependencies. Only applicable for TypeScript and JavaScript projects.',choices: ['npm','yarn','pnpm']},
411
+
'package-manager': {type: 'string',desc: 'The package manager to use to install dependencies. Only applicable for TypeScript and JavaScript projects.',choices: JS_PACKAGE_MANAGERS},
0 commit comments