summaryrefslogtreecommitdiff
path: root/lib/chef/knife
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10463 from 007lva/chore/use-ruby-2.6-endless-rangeTim Smith2020-09-2511-13/+13
|\
| * Use Ruby 2.6 endless Range syntax007lva2020-09-2411-13/+13
* | Remove unnecessary require.remove-requirePete Higgins2020-09-241-1/+0
|/
* Gate requires in chef-utils and chef-config as wellrequiresTim Smith2020-09-201-1/+1
* Resolve Style/RedundantCondition copTim Smith2020-09-161-1/+1
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-1511-11/+11
* Move chef-config/dist to chef-utils/distLance Albertson2020-09-151-1/+1
* merge all dist files back into dist.rbMarc Chamberland2020-09-159-9/+9
* tighten all require statements for dist implementationMarc Chamberland2020-09-1511-11/+11
* move dist implementation into chef-utilsMarc Chamberland2020-09-1513-53/+53
* Use __dir__ instead of getting the dir of __FILE__Tim Smith2020-09-091-1/+1
* autoload license_acceptance/acceptor in knife loadingmwrock2020-09-091-1/+3
* use autoloading for many required gemsmwrock2020-09-082-2/+2
* Resolve RuboCop Style/RedundantInterpolation warningsTim Smith2020-09-081-1/+1
* Remove border color optionVSingh/knife-list-deprecation-updateVivek Singh2020-08-261-2/+1
* Use ||= instead of const_defined? checkVivek Singh2020-08-261-1/+1
* remove duplication of deprecated optionsVivek Singh2020-08-265-248/+29
* more config specs cleanupVivek Singh2020-08-261-1/+0
* Update `knife config list` with new behavior and fix tests.Pete Higgins2020-08-251-28/+41
* Merge pull request #10341 from chef/VSingh/add-tty-tableTim Smith2020-08-251-26/+39
|\
| * require tty-screenVSingh/add-tty-tableVivek Singh2020-08-251-0/+1
| * Remove to_s operation to every itemVivek Singh2020-08-241-1/+1
| * Fix failing specsVivek Singh2020-08-241-3/+2
| * Add tty-table & render config listVivek Singh2020-08-241-25/+38
* | Fix warn message typosVSingh/knife-config-optionsVivek Singh2020-08-254-4/+4
* | Add deprecation warningVivek Singh2020-08-254-0/+12
* | Added config list use & show sub commandVivek Singh2020-08-253-0/+316
|/
* Merge pull request #9482 from MsysTechnologiesllc/dh/Fix-knife-ssh-hang-win2k16Tim Smith2020-08-211-1/+16
|\
| * inserted rescuedheerajd-msys2020-08-191-2/+5
| * remove --ssh-pty with updatedheerajd-msys2020-08-191-11/+13
| * Fix knife ssh freeze on windowsdheerajd-msys2020-08-191-1/+11
* | Add missing requires for knife configure commandTim Smith2020-08-191-0/+2
|/
* fix to render file_cache_path more "windows-native"Lamont Granquist2020-08-171-3/+3
* comment the crazinessLamont Granquist2020-08-141-0/+9
* see if this worksLamont Granquist2020-08-141-3/+3
* fix the real issueLamont Granquist2020-08-141-1/+13
* Fix bootstrapping windows-from-linuxLamont Granquist2020-08-141-24/+11
* Merge pull request #10284 from chef/existTim Smith2020-08-145-8/+8
|\
| * File.exists? -> File.exist?existTim Smith2020-08-125-8/+8
* | Optimize requires for non-omnibus installsrequire_optimizationTim Smith2020-08-122-2/+2
|/
* Update RuboCop config to Ruby 2.6Tim Smith2020-08-034-63/+63
* Convert to default_paths APIlcg/default-pathsLamont Granquist2020-07-221-0/+1
* Remove global state from cookbook uploader.fix-cookbook-uploader-global-statePete Higgins2020-07-211-6/+1
* Replace highline gem with tty-promptVivek Singh2020-07-214-13/+13
* Merge pull request #10162 from MsysTechnologiesllc/dh/dont-check-list-profile...Tim Smith2020-07-201-1/+4
|\
| * don't check list-profiles for already selected bad profiledheerajd-msys2020-07-151-1/+4
* | Move the rehash methods into the subcommand loaderrehash_to_loaderTim Smith2020-07-142-21/+22
|/
* PR review comment changesantima-gupta2020-07-141-3/+1
* Fixed windows cookbooks upload issue.antima-gupta2020-07-131-4/+6
* Support legacy DSS host keys with knife-sshTim Smith2020-07-081-0/+4