Class: Chef::Knife::OrgShow

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

Instance Method Summary collapse

Instance Method Details

#runObject



25
26
27
28
# 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