class ChefCLI::Command::GeneratorCommands::Resource

chef generate resource [path/to/cookbook_root] NAME

Public Instance Methods

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