class ChefCLI::Command::GeneratorCommands::Attribute

chef generate attribute [path/to/cookbook_root] NAME

Public Instance Methods

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