summaryrefslogtreecommitdiff
path: root/lib/chef/knife/show.rb
Commit message (Collapse)AuthorAgeFilesLines
* Move all ChefFS exceptions into a single filetm/combined_chef_fs_exceptionsThom May2016-04-131-1/+1
| | | | This leaves back compat requires to ensure nothing breaks.
* Use double quotes by defaultThom May2016-01-141-4/+4
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* Add ability to flatten parallel enumerableJohn Keiser2014-05-181-3/+2
|
* Add "path-based" category to essentials commands so they show up in knife ↵John Keiser2013-10-141-0/+2
| | | | help better
* Don't load dependencies unless you run the command!John Keiser2013-06-071-3/+4
|
* Parallelize knife list and knife showJohn Keiser2013-06-071-7/+14
|
* Turn list() and list_pairs() into EnumerablesJohn Keiser2013-06-071-1/+1
|
* Make knife show exit with error code on errorjkeiser2013-06-071-3/+13
|
* Move error printing from NotFoundError to callerjkeiser2013-06-071-2/+2
|
* Use knife "ui.output" instead of putsjkeiser2013-06-071-3/+3
|
* Add knife show --localjkeiser2013-06-071-1/+6
|
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+32
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!