Class: Chef::Knife::ZeroChefClient

Inherits:
ZeroConverge show all
Defined in:
lib/chef/knife/zero_chef_client.rb

Instance Method Summary collapse

Methods inherited from ZeroConverge

#fetch_json_from_url, #initialize, #json_attribs_given?, #json_attribs_without_override_given?, #named_run_list_given?, #override_and_named_given?, #override_runlist_given?, #start_chef_client, #validate_options!

Methods included from ZeroBase

included

Methods inherited from BootstrapSsh

#build_client_json, #ssh_command

Constructor Details

This class inherits a constructor from Chef::Knife::ZeroConverge

Instance Method Details

#runObject



14
15
16
17
# File 'lib/chef/knife/zero_chef_client.rb', line 14

def run
  Chef::Log.warn '`zero chef_client` was renamed. use `zero converge`.'
  super
end