Skip to content

chore(cli): feature flags in alphabetical order in cdk.json when using cdk init#1504

Open
ShadowCat567 wants to merge 2 commits into
mainfrom
alphabetical-feature-flags
Open

chore(cli): feature flags in alphabetical order in cdk.json when using cdk init#1504
ShadowCat567 wants to merge 2 commits into
mainfrom
alphabetical-feature-flags

Conversation

@ShadowCat567
Copy link
Copy Markdown
Contributor

@ShadowCat567 ShadowCat567 commented May 11, 2026

Fixes: aws/aws-cdk#35662

cdk projects generated by cdk init do not organize feature flags in alphabetical order in cdk.json (unlike running the cdk flags command) which can make looking through the list of flags a bit confusing.
Put the flags in alphabetical order in cdk.json when creating a project with cdk init.
Verified manually.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 11, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@aws-cdk-automation aws-cdk-automation requested a review from a team May 11, 2026 18:38
@ShadowCat567 ShadowCat567 changed the title chore(init): feature flags in alphabetical order in cdk.json when using cdk init chore(commands): feature flags in alphabetical order in cdk.json when using cdk init May 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sort feature flags in cdk.json

2 participants