Class: Chef::Knife::OrgShow
- Inherits:
-
Knife
- Object
- Knife
- Chef::Knife::OrgShow
- Defined in:
- lib/chef/knife/org_show.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
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 |