Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure all CLI options can always be configured as CLI option and in cdk.json #32474

Open
mrgrain opened this issue Dec 11, 2024 · 0 comments
Open
Assignees

Comments

@mrgrain
Copy link
Contributor

mrgrain commented Dec 11, 2024

Refactor the code so that we can never fail to have an option that is only supported in cdk.json but not as CLI option or vice versa.

We do NOT have to support all variations of cli options, i.e. rollback: bool in cdk.json is fine to represent --rollback, --no-rollback or --rollback=false

@kaizencc kaizencc self-assigned this Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants