summaryrefslogtreecommitdiff
path: root/lib/chef/knife.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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