File tree Expand file tree Collapse file tree
packages/@aws-cdk/cli-lib-alpha/lib Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -185,8 +185,8 @@ export class AwsCdkCli implements IAwsCdkCli {
185185 ...options . template ? [ '--template' , options . template ] : [ ] ,
186186 ...options . customPermissionsBoundary ? [ '--custom-permissions-boundary' , options . customPermissionsBoundary ] : [ ] ,
187187 ...options . qualifier ? [ '--qualifier' , options . qualifier ] : [ ] ,
188- ...options . trust ? [ '--qualifier ' , options . trust ] : [ ] ,
189- ...options . trustForLookup ? [ '--qualifier ' , options . trustForLookup ] : [ ] ,
188+ ...options . trust ? [ '--trust ' , options . trust ] : [ ] ,
189+ ...options . trustForLookup ? [ '--trust-for-lookup ' , options . trustForLookup ] : [ ] ,
190190 ...options . bootstrapKmsKeyId ? [ '--bootstrap-kms-key-id' , options . bootstrapKmsKeyId ] : [ ] ,
191191 ...options . bootstrapCustomerKey ? [ '--bootstrap-customer-key' , options . bootstrapCustomerKey ] : [ ] ,
192192 ...options . publicAccessBlockConfiguration ? [ '--public-access-block-configuration' , options . publicAccessBlockConfiguration ] : [ ] ,
You can’t perform that action at this time.
0 commit comments