summaryrefslogtreecommitdiff
path: root/lib/chef/knife.rb
Commit message (Expand)AuthorAgeFilesLines
* Add sign v1.3jdm/sign-v1.3Jay Mundrawala2015-11-191-6/+0
* Avoid squashing/humanizing the exception when config[:verbosity] == 2btm/knife-backtraceBryan McLellan2015-11-061-1/+1
* Improve detection of ChefFS-based commands in `knife rehash`ssd/rehash-cheffsSteven Danna2015-10-291-1/+14
* Be explicit about 'knife rehash' in subcommand_not_foundAlex Pop2015-08-251-1/+1
* Make subcommand_not_found message loader-specific to give more helpful error ...Alex Pop2015-08-251-1/+7
* Add knife-rehash command for subcommand location hashingSteven Danna2015-08-251-54/+28
* Added versioned Chef Object API support code and repaired Chef::User.create.tylercloke2015-06-051-4/+16
* change default log_location + log_level for knifeLamont Granquist2015-05-151-1/+3
* Nice error formatting for unsupported API version in Knife.tylercloke2015-05-041-0/+8
* Add --no-listen option to disable zero binding to portdanielsdeleo2015-04-011-0/+3
* Add Knife::Core::UI#edit_hashSteven Danna2015-02-091-0/+1
* Merge pull request #2760 from troyready/msng_plug_msgLamont Granquist2015-01-281-1/+2
|\
| * update knife missing gem message for chefdkTroy Ready2015-01-151-1/+2
* | Fix typo cab to candrag00n2015-01-111-1/+1
|/
* Add specific error messaging for SSL errors to knifedanielsdeleo2014-12-151-0/+7
* Fix knife plugin path searchingLamont Granquist2014-12-031-3/+11
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-1/+1
* print the path to the configuration file usedAlex Pop2014-10-041-1/+2
* Add debug/info logging for knife config file findingdanielsdeleo2014-09-031-1/+13
* Extract Knife config file find/load to a reusable componentdanielsdeleo2014-09-031-121/+24
* Refactor caller decorations into with_server_connectivityJohn Keiser2014-07-071-4/+1
* Move local-mode server connectivity code to Chef::LocalModeJohn Keiser2014-07-071-3/+3
* making the chef-zero host configurable for knife and chef-clientLuke Amdor2014-06-051-0/+1
* Add SSL check and certificate fetching commands to knifedanielsdeleo2014-03-191-0/+1
* remove debugging putsLamont Granquist2013-12-131-1/+0
* Check for ENV['CD'] instead of ENV['PWD'] on windows.sersut2013-11-051-1/+8
* Fixup specs to handle config jail featuredanielsdeleo2013-10-161-1/+5
* Flip config_missing? to return true when missingJohn Keiser2013-10-161-1/+1
* Load client/solo config via ConfigFetcherdanielsdeleo2013-10-161-17/+19
* Add --config-file-jail to avoid loading user knife.rb in testsJohn Keiser2013-10-151-4/+8
* Pick up knife config instead of /etc/chef/client.rb if local mode is specifiedJohn Keiser2013-10-091-6/+7
* Make --local-mode option so that local user can run local recipesJohn Keiser2013-10-091-1/+4
* Add -z and --chef-zero-port options to knife and chef-clientJohn Keiser2013-10-021-0/+3
* Add tests for start_chef_zero parameter in knifeJohn Keiser2013-10-021-5/+8
* Support start_chef_zero parameter in knife and chef-clientJohn Keiser2013-10-021-0/+2
* sorting subcommands, this will display all subcommands in the order a..zSander Botman2013-05-301-1/+1
* [CHEF-3932] Support multiple calls of `Knife.deps`Teemu Matilainen2013-04-111-2/+8
* [CHEF-2682] raise exception on non-GET/HEAD redirectsLoic ANTOINE-GOMBEAUD2013-03-061-0/+3
* [CHEF-3497] apply config in the desired orderdanielsdeleo2013-01-141-29/+52
* [CHEF-3497] don't configure in Knife#initializedanielsdeleo2013-01-141-2/+2
* Update stubbing order within config specChris Roberts2013-01-141-1/+1
* Isolate knife config file location methodology. Use new locate method when co...Chris Roberts2013-01-111-27/+38
* Allow knife.rb configuration file to provide any options for knife pluginsChris Roberts2013-01-111-1/+10
* [CHEF-3663] Search for .chef in ENV[PWD] if setdanielsdeleo2012-12-051-2/+11
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+537