summaryrefslogtreecommitdiff
path: root/lib/chef/knife
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Warn during bootstrapping when using validation keyswarn_on_validator_bootstrapTim Smith2020-06-091-5/+2
* | Let the user know what protocol we're using in knife bootstrapTim Smith2020-06-091-1/+1
|/
* Force the bootstrap_directory to use the right separator on Windowsbtm/fix-cannot-find-the-batch-labelBryan McLellan2020-05-201-1/+16
* Add REM lines to windows bootstrap script to fix labelBryan McLellan2020-05-201-1/+3
* Get lib/ free of spelling violations.Pete Higgins2020-05-1811-15/+15
* fix windows bootstrap; replicate https://github.com/chef/chef/pull/9839 by Ch...Marc Chamberland2020-05-161-1/+1
* Fix a misspelling in knife subcommand.Pete Higgins2020-05-071-6/+6
* Align all our comments with the codeTim Smith2020-05-061-6/+6
* Chefstyle fixesTim Smith2020-05-042-2/+2
* Use inspect instead of switching on element type.fix-yaml-toolPete Higgins2020-05-011-7/+1
* Don't quote arrays in yaml conversion.Pete Higgins2020-05-011-1/+7