class ChefCLI::Command::GeneratorCommands::Recipe

chef generate recipe [path/to/cookbook/root] name

Public Instance Methods

recipe() click to toggle source
# File lib/chef-cli/command/generator_commands/recipe.rb, line 38
def recipe
  "recipe"
end