class Chef::Knife::CookbookSiteList
Public Instance Methods
run()
click to toggle source
Calls superclass method
Chef::Knife::SupermarketList#run
# File lib/chef/knife/cookbook_site_list.rb, line 33 def run Chef::Log.warn("knife cookbook site list has been deprecated in favor of knife supermarket list. In #{Chef::Dist::PRODUCT} 16 (April 2020) this will result in an error!") super end