summaryrefslogtreecommitdiff
path: root/lib/chef/knife
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix quotes for ChefstyleTim Smith2020-07-072-2/+2
* expand_path with __dir__ instead of __FILE__Tim Smith2020-07-072-2/+2
* Merge pull request #10123 from chef/assignmentTim Smith2020-07-071-2/+1
|\
| * Avoid assigning variables before returning if we don't have toTim Smith2020-07-071-2/+1
* | Add spaces after attrsTim Smith2020-07-072-0/+2
|/
* Implement ENFORCE_LICENSE dist constant for knife bootstrapLance Albertson2020-06-281-1/+1
* Inline some constants to prevent redefenition warnings in tests.Pete Higgins2020-06-231-4/+1
* Fix more typosTim Smith2020-06-232-2/+2
* spellchecklcg/config-value-aggressive-deprecationLamont Granquist2020-06-221-1/+1
* More aggressively deprecate config_valueLamont Granquist2020-06-221-3/+12
* Fix for #9686: knife config use profile doesn't validate that the profile existvasundhara/Fixes_knife_config_use_profileVasu11052020-06-181-5/+15
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-1111-11/+11
* Use /etc/chef for bootstrapping instead of ChefConfigdheerajd-msys2020-06-111-9/+9
* Merge pull request #9974 from chef/warn_on_validator_bootstrapTim Smith2020-06-091-5/+2
|\