class Chef::Knife::ConfigListProfiles

Public Instance Methods

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