class Chef::Knife::SupermarketDownload

Public Instance Methods

cookbooks_api_url() click to toggle source
# File lib/chef/knife/supermarket_download.rb, line 45
def cookbooks_api_url
  "#{config[:supermarket_site]}/api/v1/cookbooks"
end
run() click to toggle source
Calls superclass method
# File lib/chef/knife/supermarket_download.rb, line 38
      def run
        Chef::Log.deprecation <<EOF
The `knife-supermarket` gem has been deprecated and the `knife supermarket` subcommands have been moved in to core Chef. Please ensure you have Chef 12.12 or newer, and then uninstall this gem.
EOF
        super
      end