class ChefCLI::Command::GeneratorCommands::CookbookFile
chef generate file [path/to/cookbook_root] name –source=source_file
def recipe
def recipe "cookbook_file" end
def setup_context
def setup_context super Generator.add_attr_to_context(:content_source, config[:source]) end