-
Notifications
You must be signed in to change notification settings - Fork 313
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
Add option to output dependency graph of resources for environment/stack #201
Labels
Comments
cbosss
added a commit
to cbosss/sceptre
that referenced
this issue
Sep 29, 2017
…endencies within an environment This commit also allows users to output their dependencies using the DOT language, which can be used to graph the dependencies using programs like Graphwiz.
cbosss
added a commit
to cbosss/sceptre
that referenced
this issue
Sep 29, 2017
…tack dependencies within an environment This commit also allows users to output their dependencies using the DOT language, which can be used to graph the dependencies using programs like Graphwiz.
cbosss
added a commit
to cbosss/sceptre
that referenced
this issue
Sep 29, 2017
…tack dependencies within an environment This commit also allows users to output their dependencies using the DOT language, which can be used to graph the dependencies using programs like Graphwiz.
cbosss
added a commit
to cbosss/sceptre
that referenced
this issue
Sep 29, 2017
…tack dependencies within an environment This commit also allows users to output their dependencies using the DOT language, which can be used to graph the dependencies using programs like Graphwiz.
b-t-g
changed the title
Add option to output dependency graph for environment/stack
Add option to output dependency graph of resources for environment/stack
Oct 2, 2017
cbosss
added a commit
to cbosss/sceptre
that referenced
this issue
Oct 16, 2017
… the stack dependencies within an environment This commit also allows users to output their dependencies using the DOT language, which can be used to graph the dependencies using programs like Graphwiz.
Closing because it is outside the scope of Sceptres core functionality. Whilst it is a cool feature it adds too much maintenance burden. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation: Some stacks and environments can take a long time to fully launch (I'm looking at you, anything that has RDS). If a mistake is made, the feedback loop can be longer than it should be (and sometimes mistakes can remain hidden for a while). Having a comparatively shorter operation to get a fairly nice visualization of a stack/environment would help greatly to quickly write a functional Sceptre project. I'm thinking of this as basically the inverse of CloudFormation Designer.
The text was updated successfully, but these errors were encountered: