class Chef::Knife::CookbookSiteShow

Public Instance Methods

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