summaryrefslogtreecommitdiff
path: root/lib/chef/knife.rb
Commit message (Expand)AuthorAgeFilesLines
* Add support for knife commands with hyphens.Noah Kantrowitz2018-07-101-2/+6
* fix Style/MutableConstantLamont Granquist2018-07-021-1/+1
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-4/+4
* Assume ChefDK in the messagingTim Smith2018-05-311-2/+1
* Avoid some unnecessary complexityofficial_knife_pluginsTim Smith2018-05-301-3/+3
* Better errors with uninstalled official knife pluginsTim Smith2018-05-301-3/+1
* Fix up knife loggingtm/investigate_loggingThom May2018-04-111-3/+5
* Revert "Knife should give a useful error when the chef_server_url isn't a che...revert-6253-feat/5556Thom May2018-03-141-2/+0
* Merge pull request #6253 from jeunito/feat/5556Tim Smith2018-03-121-0/+2
|\
| * change messagingJose Asuncion2017-07-041-1/+1
| * format NotAChefServerException nicelyJose Asuncion2017-07-041-0/+2
* | Stop mixlib-cli default clobbering mixlib-config settingslcg/fix-default-precedenceLamont Granquist2018-02-261-1/+1
* | Link to the knife.rb docs when the knife.rb file is missingknife_rbTim Smith2018-01-221-1/+1
* | Merge pull request #6660 from chef/tm/credentialsThom May2017-12-181-2/+3
|\ \
| * | Specify a profile on the command lineThom May2017-12-181-2/+3
| |/
* | Cleanup some YARD warningsyard2Tim Smith2017-12-131-13/+13
|/
* Checking for proxy error separatelynimisha2017-06-021-2/+5
* Mofified error message to explain connectivity issue due to Proxy settingsnimisha2017-05-111-1/+2
* clean up one more CustomManifestLoader stray referencelcg/deprecated-knife-subcommand-apisLamont Granquist2017-04-021-3/+2
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-4/+4
* 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