summaryrefslogtreecommitdiff
path: root/lib/chef/knife
Commit message (Expand)AuthorAgeFilesLines
* Convert File.exists to File.exist in many placesTim Smith2020-08-175-8/+8
* Apply chefstyle fixes from Infra Client 16Tim Smith2020-07-154-2/+4
* Support legacy DSS host keys with knife-sshTim Smith2020-07-151-0/+4
* Implement ENFORCE_LICENSE dist constant for knife bootstrapLance Albertson2020-07-061-1/+1
* Use /etc/chef for bootstrapping instead of ChefConfigdheerajd-msys2020-06-231-9/+9
* Merge pull request #10041 from chef/validatorless_bootstrap_15Tim Smith2020-06-231-5/+2
|\
| * Warn during bootstrapping when using validation keysTim Smith2020-06-231-5/+2
* | Let the user know what protocol we're using in knife bootstrapTim Smith2020-06-231-1/+1
|/
* Chef-16 API compatibilityLamont Granquist2020-05-271-1/+2
* Force the bootstrap_directory to use the right separator on WindowsBryan McLellan2020-05-221-1/+16
* Add REM lines to windows bootstrap script to fix labelBryan McLellan2020-05-221-1/+3
* fix windows bootstrap; replicate https://github.com/chef/chef/pull/9839 by Ch...Marc Chamberland2020-05-221-2/+2
* Fix chefstyle warnings (spacing on comments)Tim Smith2020-05-214-10/+10
* add additional comment about config_valueLamont Granquist2020-05-071-6/+8
* Chef 15 backport of Chef 16 knife cleanupLamont Granquist2020-05-074-36/+43
* Match reason :bad_sudo_password for wrong attemptVivek Singh2020-04-151-2/+2
* Fixes for sudo passwordVivek Singh2020-04-151-2/+12
* Chef-15: Remove copyright dateslcg/remove-copyright-dates-chef-15Lamont Granquist2020-04-13115-115/+115
* Fix knife bootstrap_version CLI option overriding config optionLamont Granquist2020-04-102-5/+6
* Fix typoVivek Singh2020-04-087-8/+8
* Update all our links to use the new docs site formatTim Smith2020-03-313-4/+4
* Update cop names for the latest Rubocop engineTim Smith2020-03-162-2/+2
* Chefstyle fixes identified with Rubocop 0.80Tim Smith2020-03-161-2/+2
* remove useless interpolation in commentsMarc Chamberland2020-02-261-2/+2
* Pass distro and platform specific paths into bootstrap templatesMarc Chamberland2020-02-262-17/+17
* Merge pull request #9351 from chef/knife_15Tim Smith2020-02-0623-30/+67
|\
| * Lazy load as many knife deps as possibleTim Smith2020-02-0623-30/+67
* | Expand the path in knife cookbook upload errorsTim Smith2020-02-061-1/+1
|/
* Deprecated the load method in cookbook_version_loader and added deprecation ...Vasu11052020-01-221-2/+1
* MSYS-1142 Fixed nil class error and added check to not call upload for the bl...Vasu11052020-01-221-1/+0
* Merge pull request #9073 from MsysTechnologiesllc/vasundhara/generate_metadat...Tim Smith2020-01-161-44/+76
|\
| * Added client side validation to validate presence of metadata files and valid...Vasu11052019-12-201-1/+8
| * Updated code to make sure temporary directory gets deleted after the uploadVasu11052019-12-181-51/+61
| * Updated knife cookbook upload and knife upload code to create temporary direc...Vasu11052019-12-161-51/+32
| * Fixed chefstyleVasu11052019-12-161-1/+0
| * Genrates metadata.json if not present and uploads it to chef server and delet...Vasu11052019-12-161-8/+43
* | Windows Path on Bootstrap (#8669)Xorima2020-01-161-1/+1
* | Use /etc/chef for bootstrapping instead of CONF_DIR (#9226)Lamont Granquist2020-01-162-15/+15
|\ \
| * | Use /etc/chef for bootstrapping instead of CONF_DIRmp/CHEF-9224Marc A. Paradise2020-01-162-15/+15
* | | Use the right class in knife supermarket installlsupermarket_fixTim Smith2020-01-141-1/+1
|/ /
* | /bootstrap_project/bootstrap_product/sawanoboly2019-12-112-5/+4
* | use @config to picks up default.sawanoboly2019-12-101-1/+1
* | add bootstrap_project for install cincsawanoboly2019-11-212-1/+7
|/
* Revert "Validate name argument for knife list"Tim Smith2019-11-121-7/+2
* Validate name argument for knife listVivek Singh2019-11-051-2/+7
* Updates for Chefstyle with Rubocop 0.75.1Tim Smith2019-11-042-2/+2
* Fix TypeError: no implicit conversion of nil into StringVivek Singh2019-11-031-1/+2
* Fix knife cookbook metadata from file name argsVivek Singh2019-10-291-0/+6
* Merge pull request #9028 from MsysTechnologiesllc/VSingh/fix-knife-ssh-name-argsTim Smith2019-10-271-0/+6
|\
| * Fix Exception: NoMethodError: undefined method join for nil:NilClassVivek Singh2019-10-271-0/+6