puppet-debugger icon indicating copy to clipboard operation
puppet-debugger copied to clipboard

treat class containers like a file system

Open logicminds opened this issue 6 years ago • 0 comments

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.

logicminds avatar Jul 01 '19 14:07 logicminds