Chef::Knife
# File lib/chef/knife/tag_list.rb, line 33 def run name = @name_args[0] if name.nil? show_usage ui.fatal("You must specify a node name.") exit 1 end node = Chef::Node.load(name) output(node.tags) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.