cli: diff --change-set flag not configurable via cdk.json #29232
Labels
cli
Issues related to the CDK CLI
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
package/tools
Related to AWS CDK Tools or CLI
Describe the bug
A new flag was introduced as part of #28336
This flag doesn't seem to be set to wanted default value using the cdk.json.
There's also missing documentation about this flag in the CLI reference. Arguably a different issue since it'll be a different repo? I'm not sure how to report that. Feel free to point me in the right direction.
Expected Behavior
Ability to override default value in
cdk.json
Current Behavior
Anything set in in the
cdk.json
will be ignoredReproduction Steps
change-set
flag incdk.json
to falseexpected: warning message above dissapears
actual: still seeing the warning (behaviour hasn't changed)
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.128.0
Framework Version
No response
Node.js Version
v20.11.1
OS
darwin ARM64
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: