Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-cdk-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: aws-cdk@v2.1026.0
Choose a base ref
...
head repository: aws/aws-cdk-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: aws-cdk@v2.1027.0
Choose a head ref
  • 2 commits
  • 15 files changed
  • 5 contributors

Commits on Aug 26, 2025

  1. fix(cli): flags command shows unnecessary flags, not all table rows h…

    …ave vertical lines (#796)
    
    When a user runs `cdk flags`, a table is displayed with information
    about their feature flags. This PR omits the intentionally unconfigured
    feature flags from the table and makes the table more visually
    appealing.
    
    ---
    By submitting this pull request, I confirm that my contribution is made
    under the terms of the Apache-2.0 license
    
    ---------
    
    Co-authored-by: Rico Hermans <rix0rrr@gmail.com>
    vivian12300 and rix0rrr authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    5128946 View commit details
    Browse the repository at this point in the history
  2. feat: add local template support with --from-path option (#763)

    This PR adds local template support through the new `--from-path` CLI
    option. Users can initialize CDK projects from local custom templates,
    copying the template as is without placeholder processing.
    
    The feature includes language auto-detection when templates contain a
    single language option and error handling for invalid paths. 3 new test
    cases covering basic local template functionality, language
    auto-detection, and error handling scenarios were added.
    
    Fixes #
    
    ---
    By submitting this pull request, I confirm that my contribution is made
    under the terms of the Apache-2.0 license
    
    ---------
    
    Signed-off-by: github-actions <github-actions@github.com>
    Co-authored-by: github-actions <github-actions@github.com>
    Co-authored-by: Ian Hou <45278651+iankhou@users.noreply.github.com>
    3 people authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    5fc1b13 View commit details
    Browse the repository at this point in the history
Loading