Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

knife-draw Knife Plugin

Generates pictures of your Chef environment using Graphviz.

Install & Usage Instructions

Installation

$ gem install knife-draw

Usage

knife draw nodes               # creates output.png image of all environments
knife draw nodes -E production # only nodes in production environment
knife draw nodes output.dot    # creates output in DOT format
knife draw roles              # creates output.png image
knife draw roles myroles.jpg  # creates myroles.jpg image

The output file format is inferred based on the file extension.
Supports all formatted supported by the Graphviz dot command.

All commands also support the command line options:

-V    verbose output. Output the Chef data used to build the drawing.
--color     Use color in the generated image (default)
--no-color  Do not use color in the generated image