Class: BuckKnife::ProjectList

Inherits:
Chef::Knife
  • Object
show all
Defined in:
lib/chef/knife/project_list.rb

Instance Method Summary collapse

Instance Method Details

#runObject



11
12
13
14
15
# File 'lib/chef/knife/project_list.rb', line 11

def run
  BuckKnife::Project.all.each do |project|
    ui.output "  #{project.name}"
  end
end