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

Command to show sparkle trees #45

Open
luckymike opened this issue Oct 5, 2015 · 3 comments
Open

Command to show sparkle trees #45

luckymike opened this issue Oct 5, 2015 · 3 comments
Assignees

Comments

@luckymike
Copy link
Contributor

As a new engineer to a project, I'd like to have the ability to see all the components, dynamics, and registry entries used for a specific template. I suggest an sfn tree command that would return the tree for the called template, and the parent if it's not the template itself:

Components:
  * base
  * in_a_vpc
Dynamics: 
  * app
  * autoscaling_group (app)
  * elb (app)
Registry: 
  * instance_sizes (autoscaling_group)
  * stack_outputs
@chrisroberts
Copy link
Member

This will require a bit more work on the sparkle_formation side. Recent updates will allow for easier registration of items as the template is generated as well as the actual location of the item (when multiple packs are in use). Still requires some hooks to be added in sparkle_formation proper, then it should be a simple matter of inspection on the sfn side.

@luckymike
Copy link
Contributor Author

I almost dropped the issue over there, but I was so pleased with my sfn tree command name I came here!

@luckymike
Copy link
Contributor Author

Also, maybe it should be spectrum to play off the sparkles and the rainbows?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants