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
fix(cli): don't nag for flags that don't need configuring
The flags nag message is too pessimistic, showing 18 unconfigured flags
on a newly cdk inited project.
* Part of that is the CDK library emitting info for flags that don't
exist anymore, fixed here: aws/aws-cdk#35227
* Part of that is we are alarming on unconfigured flags, even if the
behavior of unconfigured flags is the same as recommended behavior.
We shouldn't alarm on the latter, so filter them out.
0 commit comments