We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since stacks can declare dependencies on others (via the stack_output resolver), it would be nice to be able to visualize these dependencies.
stack_output
Much like bundle viz, create a command which outputs a Graphviz (or other format) visualization of stack dependencies.
bundle viz
The text was updated successfully, but these errors were encountered:
@stevehodgkiss can you point me to somewhere in the code which has knowledge of the dependencies (if there is such a place)?
Sorry, something went wrong.
@simpsora Checkout this class I created to determine stack dependencies https://github.com/envato/stack_master/blob/a8a44696b2febb38250757f928f3684a096f956b/lib/stack_master/stack_dependency.rb
simpsora
No branches or pull requests
Since stacks can declare dependencies on others (via the
stack_output
resolver), it would be nice to be able to visualize these dependencies.Much like
bundle viz
, create a command which outputs a Graphviz (or other format) visualization of stack dependencies.The text was updated successfully, but these errors were encountered: