class Chef::Knife::OrgShow

def run

def run
  org_name = @name_args[0]
  ui.output root_rest.get("organizations/#{org_name}")
end