class Chef::Knife::OrgShow
Public Instance Methods
run()
click to toggle source
# File lib/chef/knife/org_show.rb, line 25 def run org_name = @name_args[0] ui.output root_rest.get("organizations/#{org_name}") end