summaryrefslogtreecommitdiff
path: root/lib/chef/knife/config_list_profiles.rb
Commit message (Collapse)AuthorAgeFilesLines
* Make knife command banners consistentknife_descriptionsTim Smith2018-11-041-1/+1
| | | | | | Add (options) everywhere you can pass in options. Signed-off-by: Tim Smith <tsmith@chef.io>
* Make sure knife descriptions all have periodsknife_sentences_2Tim Smith2018-07-161-1/+1
| | | | | | Some did. Some didn't. Looks weird that way. Signed-off-by: Tim Smith <tsmith@chef.io>
* Feed the rubocop.Noah Kantrowitz2018-07-111-5/+5
| | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* New `knife config list-profiles` command to show available profiles.Noah Kantrowitz2018-07-111-0/+121
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>