Skip to content

Commit c882bc2

Browse files
author
github-actions
committed
chore: self mutation
Signed-off-by: github-actions <[email protected]>
1 parent dd5139e commit c882bc2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/aws-cdk/lib/cli/cli-type-registry.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,10 @@
835835
"from-path": {
836836
"type": "string",
837837
"desc": "Path to a local custom template directory",
838-
"requiresArg": true
838+
"requiresArg": true,
839+
"conflicts": [
840+
"lib-version"
841+
]
839842
}
840843
}
841844
},

packages/aws-cdk/lib/cli/parse-command-line-arguments.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@ export function parseCommandLineArguments(args: Array<string>): any {
830830
type: 'string',
831831
desc: 'Path to a local custom template directory',
832832
requiresArg: true,
833+
conflicts: ['lib-version'],
833834
}),
834835
)
835836
.command('migrate', 'Migrate existing AWS resources into a CDK app', (yargs: Argv) =>

0 commit comments

Comments
 (0)