nwops / puppet-debugger

A interactive live debugger and REPL for the puppet language
https://gitlab.com/puppet-debugger/puppet-debugger
MIT License
121 stars 11 forks source link

treat class containers like a file system #64

Open logicminds opened 5 years ago

logicminds commented 5 years ago

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

This might be similar to the graph output but more interactive.