class Chef::Knife::ConfigGetProfile

def run

def run
  Chef::Log.warn("knife config get-profiles has been deprecated in favor of knife config use. This will be removed in the major release version!")
  super
end