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

feat(aws-cdk): better stack dependency handling #1511

Merged
merged 2 commits into from
Jan 10, 2019

Commits on Jan 10, 2019

  1. Configuration menu
    Copy the full SHA
    2a3752c View commit details
    Browse the repository at this point in the history
  2. feat(aws-cdk): automatically include dependency stacks

    Automatically include stacks that have a dependency relationship
    with the requested stacks, unless `--exclusively` (`-e`) is
    passed on the command line.
    
    Fixes #1505.
    rix0rrr committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    29e904c View commit details
    Browse the repository at this point in the history