summaryrefslogtreecommitdiff
path: root/lib/chef/knife.rb
Commit message (Expand)AuthorAgeFilesLines
...
| * remove unused block argumentslcg/chefstyle-perfLamont Granquist2016-02-231-2/+2
| * Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-231-2/+2
* | First part of fixing the rehash command, it now always loads gems from disc i...tyler-ball2016-03-041-0/+5
|/
* Be way more explicit about how we're handling datatm/missed_migrationThom May2016-02-151-2/+2
* convert MultilineOperationIndentation style to "indented"Lamont Granquist2016-02-121-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-7/+7
* Merge pull request #4481 from chef/jdm/fips-58Jay Mundrawala2016-02-031-1/+7
|\
| * Allow use of command line fips switch for knifeJay Mundrawala2016-01-281-1/+7
* | Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* | Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* | Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
|/
* Do openssl initialization from applicationsJay Mundrawala2016-01-251-0/+1
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-1/+1
* Use double quotes by defaultThom May2016-01-141-26/+26
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-6/+8
* Merge pull request #4273 from chef/jdm/default-auth-1.1Jay Mundrawala2015-12-111-6/+0
|\
| * Use signing protocol 1.1 by defaultjdm/default-auth-1.1Jay Mundrawala2015-12-101-6/+0
* | Moving the proxy export to environment varibles into Chef::Configtyler-ball2015-12-091-0/+1
|/
* 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