puppet-debugger
puppet-debugger copied to clipboard
treat class containers like a file system
Now that ls will show the resource parameters we can add the ability to "walk" the tree of containers and give the ability to show all of the parameters inside each container resource.
Example:
include profile::base cd profile::base/ ls
- show variables
- show other classes and resources defined
This might be similar to the graph output but more interactive.