Class: ChefCLI::ChefResource::GeneratorDesc

Inherits:
Chef::Resource
  • Object
show all
Defined in:
lib/chef-cli/command/generator_commands/chef_exts/generator_desc_resource.rb

Overview

GeneratorDesc is similar to Chef’s built-in log resource, but instead of sending output through the logger, it sends output through the output formatter, which avoids the extra formatting that the logger would add.

As the name implies, it is used to describe the steps that the generator takes to create a cookbook.