summaryrefslogtreecommitdiff
path: root/lib/chef/knife
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Restore bootstrap pre-release supportMarc A. Paradise2019-05-033-12/+39
|/
* Update more brand names to currentTim Smith2019-05-031-8/+8
* More periods and product constantsbrandingTim Smith2019-05-0220-75/+78
* Improve the warning message about legacy validation key regTim Smith2019-05-021-2/+2
* Provide a friendly list of supported options in helpTim Smith2019-05-021-2/+11
* Merge pull request #8415 from MsysTechnologiesllc/Vijay/MSYS-1005_knife_statu...Tim Smith2019-05-021-2/+9
|\
| * Fixed empty value for knife status long outputVijay Mali2019-04-301-2/+9
* | Merge pull request #8440 from chef/CHEF-8432/fix-default-protocolBryan McLellan2019-05-022-66/+107
|\ \
| * | Add some yard docsCHEF-8432/fix-default-protocolMarc A. Paradise2019-05-021-9/+73
| * | Require 'net/ssh' before we reference it.Marc A. Paradise2019-05-021-1/+2
| * | Ensure that requested protocol is available and correctMarc A. Paradise2019-05-021-37/+34
| * | Remove testing method TrainConnector#test_instanceMarc A. Paradise2019-05-021-21/+0
* | | Reload the changes, adapt a bitTensibai2019-05-021-1/+2
|/ /
* | Fix incorrect deprecation warningsmp/bootstrap-deprecation-fixesMarc A. Paradise2019-05-011-42/+36
* | Fixed conditionVasu11052019-04-301-1/+1
* | Fixed bootstrap error while using --msi-url option with knife bootstrap winrmVasu11052019-04-301-1/+1