summaryrefslogtreecommitdiff
path: root/lib/chef/knife/supermarket_list.rb
Commit message (Collapse)AuthorAgeFilesLines
* Make sure knife descriptions all have periodsknife_sentences_2Tim Smith2018-07-161-2/+2
| | | | | | Some did. Some didn't. Looks weird that way. Signed-off-by: Tim Smith <tsmith@chef.io>
* Move all plugin logic into knife supermarketknife_supermarketTim Smith2018-07-131-6/+38
| | | | | | | | We want to deprecate knife cookbook site. This moves all the logic into the knife supermarket plugins and has the legacy knife cookbook site plugins inherit from that. Signed-off-by: Tim Smith <tsmith@chef.io>
* Deprecate knife-supermarket gemtm/include_knife_supermarketThom May2016-05-051-0/+33
Include all knife supermarket sub commands here, and allow all knife cookbook site commands to have a configurable supermarket URL. Signed-off-by: Thom May <thom@may.lt>