class Chef::Knife::ConfigGet

Public Instance Methods

run() click to toggle source
Calls superclass method
# File lib/chef/knife/config_get.rb, line 33
def run
  Chef::Log.warn("knife config get has been deprecated in favor of knife config show. This will be removed in the major release version!")
  super
end