summaryrefslogtreecommitdiff
path: root/lib/chef/knife.rb
Commit message (Expand)AuthorAgeFilesLines
* Style/NumericPredicate comparison stylelcg/numericpredicateLamont Granquist2016-12-211-1/+1
* Merge pull request #5463 from chef/tm/last_json_deprecationsThom May2016-10-191-1/+5
|\
| * Return a raw hash when creating objectstm/last_json_deprecationsThom May2016-10-181-1/+5
* | Implement `--config-option` CLI opt for knifedan/config-option-in-knifedanielsdeleo2016-10-181-1/+15
|/
* fix knife list_commands()lcg/fix-knife-list-commandsLamont Granquist2016-09-271-15/+14
* also add a big comment to the Chef::Knife codeLamont Granquist2016-09-071-0/+6
* readability improvements to options parsing codelcg/knife-options-readabilityLamont Granquist2016-09-061-20/+18
* fix private methods that weren't privateLamont Granquist2016-08-181-37/+46
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-4/+0
* update to latest chefstyle - fix casecmptm/fix_casecmpThom May2016-04-201-1/+1
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-1/+1
* Merge pull request #4617 from chef/lcg/chefstyle-perfLamont Granquist2016-03-041-4/+6
|\
| * add some @yield docsLamont Granquist2016-03-041-0/+2
| * 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