/knife-plugin-viz

Generate visualizations of your Chef roles

Primary LanguageRubyApache License 2.0Apache-2.0

#knife plugin viz

Generate dot files illustrating your Chef object relationships.

##Install gem install knife-plugin-viz

##Usage knife role viz | dot -Tpng -o roles.png && display roles.png

knife cookbook viz --with-versions | dot -Tpng -o cooks.png && display cooks.png

##Examples first example second example