Parent

Methods

Class/Module Index [+]

Quicksearch

Chef::Knife::ClientEdit

Public Instance Methods

run() click to toggle source
# File lib/chef/knife/client_edit.rb, line 32
def run
  @client_name = @name_args[0]

  if @client_name.nil?
    show_usage
    ui.fatal("You must specify a client name")
    exit 1
  end

  edit_object(Chef::ApiClient, @client_name)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.