summaryrefslogtreecommitdiff
path: root/lib/chef/knife
Commit message (Expand)AuthorAgeFilesLines
* File.exists? -> File.exist?existTim Smith2020-08-125-8/+8
* 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
* Allow symbols in yaml conversion.Pete Higgins2020-05-011-1/+1
* OS X -> macOSTim Smith2020-04-301-1/+1
* Knife bootstrap options cleanupLamont Granquist2020-04-1718-326/+283
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-13125-125/+125
* Merge pull request #9635 from chef/VSingh/fix-sudo-password-errorTim Smith2020-04-131-2/+12
|\
| * Match reason :bad_sudo_password for wrong attemptVSingh/fix-sudo-password-errorVivek Singh2020-04-111-2/+2
| * Fixes for sudo passwordVivek Singh2020-04-091-2/+12
* | Fix knife bootstrap_version CLI option overriding config optionLamont Granquist2020-04-082-5/+6
|/
* Fix typoVivek Singh2020-04-067-8/+8
* Fix missing dist constants in bootstrap logicMarc Chamberland2020-04-032-5/+5
* revert dist constant to hardcoded in default_bootstrap_templateMarc Chamberland2020-04-031-1/+1
* Output to a file instead of stdoutbtm/knife-yamlBryan McLellan2020-03-252-20/+52
* Add a `knife yaml convert` toolBryan McLellan2020-03-251-0/+67
* Make sure the ipv4 field is actually thereTim Smith2020-03-062-2/+2