summaryrefslogtreecommitdiff
path: root/lib/chef/knife
Commit message (Expand)AuthorAgeFilesLines
* Chef-15: Adding short argument's deprecation check (#8626)Nimesh2019-06-051-16/+37
* Merge pull request #8630 from cc-build/dist_shellTim Smith2019-06-043-19/+20
|\
| * more distro constantsMarc Chamberland2019-06-033-19/+20
* | Create bootstrap template in binmode to fix line endingsBryan McLellan2019-06-041-0/+1
|/
* Add hooks for plugins in knife bootstrapBryan McLellan2019-06-031-0/+38
* Merge pull request #8619 from chef/btm/knife-bootstrap-log-templateTim Smith2019-05-301-1/+1
|\
| * Trace output the actual bootstrap template filenameBryan McLellan2019-05-301-1/+1
* | Fix ssh user set from cli (#8558)dheerajd-msys2019-05-281-2/+2
* | Merge pull request #8460 from cc-build/dist_solo_zeroTim Smith2019-05-2714-16/+27
|\ \
| * | more distro constants for "Chef"Marc Chamberland2019-05-234-6/+6
| * | More distro constant applicationsMarc Chamberland2019-05-2312-12/+22
| * | distro constants for solo, zero and automateMarc Chamberland2019-05-231-1/+2
| |/
* | fix shellout require idempotency and bump gemsLamont Granquist2019-05-241-1/+0
* | Chef-15: Add missing deprecated options (#8573)Vivek Kumar Singh2019-05-241-1/+7
* | fix order of connection before register node (#8574)dheerajd-msys2019-05-241-1/+1
* | Fix for knife bootstrap inheritance issue with knife plugins (#8585)Vasundhara Jagdale2019-05-247-7/+0
|/
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-2018-30/+30
* Only set client_pem in bootstrap_context when validatorlessbtm/client_key_validator_fixBryan McLellan2019-05-171-3/+2
* Enable pty for bootstrap sshbootstrap-uses-ptyMarc A. Paradise2019-05-161-0/+1
* Bootstrap updatesmp/bootstrap-updatesMarc A. Paradise2019-05-141-25/+32
* Merge pull request #8521 from MsysTechnologiesllc/VSingh/bootstrap-session-ti...Bryan McLellan2019-05-131-6/+29
|\
| * Add a warning when session-timeout is too shortMarc A. Paradise2019-05-131-0/+19
| * Revert "Revert default session timeout value"Marc A. Paradise2019-05-131-3/+4
| * Revert default session timeout valueVivek Singh2019-05-141-4/+3
| * Set session timeout default valueVivek Singh2019-05-141-4/+5
| * Add --session-timeout bootstrap option for both ssh & winrmVivek Singh2019-05-131-6/+9
* | Merge pull request #8524 from chef/btm/retry-fingerprintBryan McLellan2019-05-131-19/+29
|\ \
| * | move retry into #connect!Bryan McLellan2019-05-131-21/+19
| * | Update RELEASE NOTES and trim out friendly_opt_listbtm/retry-fingerprintBryan McLellan2019-05-131-10/+2
| * | Use new Net:SSH host key verify valuesBryan McLellan2019-05-131-10/+30
| |/
* | Winrm check code refactorVivek Singh2019-05-131-4/+4
|/
* Merge pull request #8507 from MarkGibbons/solaris_bootstrapTim Smith2019-05-101-1/+2
|\
| * Use exports compatibile with /bin/sh in the bootstrap scriptmarkgibbons2019-05-081-1/+2
* | Merge pull request #8489 from MsysTechnologiesllc/VSingh/bootstrap-parse-max-...Bryan McLellan2019-05-101-1/+1
|\ \
| * | Use #to_f instead of #to_i for the max_wait option.Vivek Singh2019-05-081-1/+1
| * | Fixes for bootstrap ssh connection option max-waitVivek Singh2019-05-081-1/+1
* | | fix a bunch of weirdly mangled require linesLamont Granquist2019-05-08107-107/+107
* | | Convert require to require_relativeLamont Granquist2019-05-08135-359/+359
| |/ |/|
* | Fix FATAL: Configuration error SyntaxError in client.rbVivek Singh2019-05-082-2/+2
|/
* knife bootstrap should only request license when installing Chef 15knife_licensetyler-ball2019-05-073-11/+32
* Check for directories on Windows before creatingMarc A. Paradise2019-05-071-3/+12
* Update a few more knife.rb references to include config.rbTim Smith2019-05-071-1/+1
* Remove the Chef 11 admin flag from knife client createTim Smith2019-05-071-12/+2
* Fix win create temp dirVivek Singh2019-05-071-2/+1
* Merge pull request #8354 from chef/license_acceptanceTyler Ball2019-05-062-0/+5
|\
| * Adding license acceptance support to 'knife bootstrap'tyler-ball2019-05-032-1/+3
| * knife bootstrap is only knife command to have license acceptance flowtyler-ball2019-05-031-0/+3
* | Pass channel directly into the script/url to determine Chef Infra downloadmp/bootstrap/restore-prereleaseMarc A. Paradise2019-05-034-63/+17
* | `prerelease` -> `channel` in bootstrap contextsMarc A. Paradise2019-05-032-31/+45
* | Change 'prerelease' to 'channel'.Marc A. Paradise2019-05-031-40/+47