Chef::Knife
# File lib/chef/knife/node_list.rb, line 37 def run env = Chef::Config[:environment] output(format_list_for_display( env ? Chef::Node.list_by_environment(env) : Chef::Node.list )) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.