summaryrefslogtreecommitdiff
path: root/lib/chef/knife
Commit message (Expand)AuthorAgeFilesLines
* Fix up knife loggingtm/investigate_loggingThom May2018-04-112-2/+6
* mechanical conversion of most debug log statements to traceThom May2018-03-2611-22/+22
* rubocop fixes from engine bump to 0.54.0lcg/rubocop-fixesLamont Granquist2018-03-211-1/+1
* Remove knife help which used the manpagesTim Smith2018-03-142-105/+0
* Pull in updates from jdunn's PRTim Smith2018-03-121-1/+1
* Remove deprecated bootstrap optionsTim Smith2018-03-121-23/+3
* also not a hashLamont Granquist2018-02-281-1/+1
* not actually a hashLamont Granquist2018-02-281-1/+1
* fix for master of chefstylelcg/fix-chefstyleLamont Granquist2018-02-282-2/+2
* Merge pull request #6781 from linyows/notice-duplicated-ipThom May2018-02-271-0/+16
|\
| * :police_car:linyows2018-02-271-1/+1
| * support behavior for duplicated_fqdns optionlinyows2018-02-131-8/+10
| * use skip_on_duplicated_fqdns as command optionlinyows2018-01-251-5/+13
| * to warning instead of fatal errorlinyows2018-01-251-3/+2
| * rename variable to fqdnslinyows2018-01-241-5/+5
| * ui.fatal if ssh nodes are duplicatedlinyows2018-01-231-0/+7
* | Merge pull request #6861 from smcavallo/bootstrap_preinstall_commandThom May2018-02-272-0/+11
|\ \
| * | Add support for knife bootstrap-preinstall-commandS.Cavallo2018-02-152-0/+11
* | | [knife] Don't crash when a deprecated cookbook has no replacement (#6853)rlyders2018-02-271-2/+7
* | | Added Flag to distinguish between gateway and host key to fix issue #6210 (#6...Erik Parra2018-02-271-7/+8
* | | updating paranoid to verify_host_key for net-ssh for 4.2 greater and updating...Vern Burton2018-02-191-1/+1
* | | fix ohai tests after require_plugin removaltm/fix_ohai_testsThom May2018-02-191-3/+1
|/ /
* | Ignore user SSH key authentication if password is givenChibuikem Amaechi2018-02-011-7/+7
* | Fix "knife ssh" authentication scheme #4342Chibuikem Amaechi2018-02-011-0/+5
* | Merge pull request #6582 from sarkis/6581-fix-knife-ssh-on-error-behaviorThom May2018-01-292-8/+6
|\ \
| * | change to boolean in bootstrap as wellSarkis Varozian2017-11-131-1/+1
| * | refactor on_error optionSarkis Varozian2017-11-111-8/+6
| * | use a stricter comparison here so knife ssh only fails ifSarkis Varozian2017-11-101-1/+1
* | | Merge pull request #6756 from cramaechi/CHEF-3287Thom May2018-01-291-17/+22
|\ \ \
| * | | Update status lineChibuikem Amaechi2018-01-231-22/+22
| * | | Update error handling for "knife status" #3287Chibuikem Amaechi2018-01-231-0/+5
| | |/ | |/|
* | | Added support for setting node policy name and group from knifepiyushawasthi2018-01-231-0/+79
|/ /
* | Merge pull request #6742 from zanecodes/fix_knife_id_only_formattingThom May2018-01-221-1/+3
|\ \
| * | Change single quotes to double quotes to appease the Style GodsZane Geiger2018-01-151-1/+1
| * | Prevent knife search --id-only from outputting IDs in the same format as an e...Zane Geiger2018-01-151-1/+3
* | | Merge pull request #6445 from chef/knife_ssh_identity_fileTim Smith2018-01-221-6/+1
|\ \ \
| * | | Remove deprecated knife ssh --identity-file optionknife_ssh_identity_fileTim Smith2017-09-261-6/+1
* | | | Merge pull request #6444 from chef/knife_ssh_csshxThom May2018-01-221-4/+0
|\ \ \ \
| * | | | Remove deprecated knife ssh csshx commandknife_ssh_csshxTim Smith2017-09-261-4/+0
| |/ / /
* | | | Merge pull request #6728 from chef/reindexThom May2018-01-221-133/+0
|\ \ \ \
| * | | | Remove knife index rebuild command that requires Chef < 11reindexTim Smith2018-01-041-133/+0
* | | | | Merge pull request #6749 from chef/lcg/rubocop-0.52.1Thom May2018-01-217-14/+14
|\ \ \ \ \
| * | | | | prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-177-14/+14
* | | | | | Merge pull request #6725 from chef/osc_11Thom May2018-01-185-0/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add a warning that Chef 11 server support in knife user is deprecatedosc_11Tim Smith2018-01-035-0/+10
* | | | | | Fix IndentationChibuikem Amaechi2018-01-111-4/+4
* | | | | | Fix knife status to show seconds when needed #5055Chibuikem Amaechi2018-01-101-2/+6
| |/ / / / |/| | | |
* | | | | Update the knife editor error message to point to the correct documentnew_knife_docTim Smith2018-01-022-2/+2
|/ / / /
* | | | Escape single-quoted strings from the contextAllan Espinosa2017-12-201-1/+1
* | | | Merge pull request #6552 from anoadragon453/masterThom May2017-12-201-4/+4
|\ \ \ \