summaryrefslogtreecommitdiff
path: root/lib/chef/knife
Commit message (Expand)AuthorAgeFilesLines
...
* | fix some Style/StringLiterals introduced by the UnneededInterpolationLamont Granquist2018-07-022-2/+2
* | fix Style/UnneededInterpolationLamont Granquist2018-07-023-3/+3
* | fix Layout/LeadingCommentSpaceLamont Granquist2018-07-024-6/+6
* | clean up whitespace againLamont Granquist2018-07-023-19/+19
* | fix Layout/IndentHeredocLamont Granquist2018-07-0214-154/+154
* | fix Style/HashSyntaxLamont Granquist2018-07-0267-756/+756
* | Merge pull request #7400 from chef/missing_knife_requireTim Smith2018-06-271-0/+2
|\ \
| * | Add missing require knifeTim Smith2018-06-261-0/+2
| |/
* | Add missing knife license headersTim Smith2018-06-2622-3/+185
|/
* Merge pull request #7324 from coderanger/ssh-agentNoah Kantrowitz2018-05-311-1/+6
|\
| * Add support for signing requests using ssh-agent.Noah Kantrowitz2018-05-301-1/+6
* | Properly print path to config file to the screen in knife configureTim Smith2018-05-301-8/+12
|/
* Remove redundant "?" in knife configureAlexy Mikhailichenko2018-05-091-1/+1
* 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