summaryrefslogtreecommitdiff
path: root/lib/chef/knife
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* Use Ohai's cloud attributes in knife node / status presentersTim Smith2020-03-062-5/+5
* Update all our links to use the new docs site formatTim Smith2020-03-043-4/+4
* Replace highline.color with pastel.decorateBryan McLellan2020-03-021-1/+9
* Merge pull request #9156 from MsysTechnologiesllc/ash/Fix_no_runlist_issueTim Smith2020-02-241-2/+1
|\
| * Optimize by using Mash as per review commentsNAshwini2020-02-121-3/+2
| * Don't send empty runlist if do not pass it.NAshwini2020-02-121-1/+1
* | Merge pull request #9371 from cinc-project/dist_bootstrapTim Smith2020-02-243-19/+19
|\ \
| * | remove useless interpolation in commentsMarc Chamberland2020-02-041-2/+2
| * | Pass distro and platform specific paths into bootstrap templatesMarc Chamberland2020-02-042-17/+17
* | | Chefstyle fixes identified with Rubocop 0.80Tim Smith2020-02-181-2/+2
* | | Reflecting file_cache_path and file_backup_path value in_client.rbKapil chouhan2020-02-121-0/+8
| |/ |/|
* | Expand the path in knife cookbook upload errorsTim Smith2020-02-061-1/+1
* | Lazy load as many knife deps as possibleTim Smith2020-02-0623-30/+67
|/
* Move knife-acl gem commands into chef in their own namespacesknife_aclTim Smith2020-01-2916-0/+1006
* Update knife status --long to use cloud attributes not ec2 specific attributesstatus_done_rightTim Smith2020-01-282-5/+5
* Remove the deprecated knife cookbook site commands (#9288)Lamont Granquist2020-01-277-282/+0
|\
| * Remove the deprecated knife cookbook site commandsTim Smith2020-01-277-282/+0
* | [chef-16] Remove the data bag secret short optionVivek Singh2020-01-241-11/+3
|/
* 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
* | Fix node show non-existent attributesVivek Singh2019-10-271-1/+1
|/
* Merge pull request #8909 from MsysTechnologiesllc/VSingh/remove-secret-short-...Tim Smith2019-10-151-4/+11
|\