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

Toolkit: automatically select stacks with dependencies during cdk deploy #1505

Closed
rix0rrr opened this issue Jan 9, 2019 · 0 comments · Fixed by #1511
Closed

Toolkit: automatically select stacks with dependencies during cdk deploy #1505

rix0rrr opened this issue Jan 9, 2019 · 0 comments · Fixed by #1511
Assignees
Labels
feature-request A feature should be added or improved. package/tools Related to AWS CDK Tools or CLI

Comments

@rix0rrr
Copy link
Contributor

rix0rrr commented Jan 9, 2019

With an option to switch off.

@rix0rrr rix0rrr added feature-request A feature should be added or improved. package/tools Related to AWS CDK Tools or CLI labels Jan 9, 2019
@rix0rrr rix0rrr self-assigned this Jan 10, 2019
rix0rrr added a commit that referenced this issue Jan 10, 2019
Automatically include stacks that have a dependency relationship
with the requested stacks, unless `--exclusively` (`-e`) is
passed on the command line.

Fixes #1505.
rix0rrr added a commit that referenced this issue Jan 10, 2019
Two improvements to stack dependency handling in the toolkit:

* Destroy stacks in reverse order. This is necessary to properly dispose of stacks that
  use exports and `Fn::ImportValue`. Fixes #1508.
* Automatically include stacks that have a dependency relationship
  with the requested stacks, unless `--exclusively` (`-e`) is
  passed on the command line. Fixes #1505.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. package/tools Related to AWS CDK Tools or CLI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant