summaryrefslogtreecommitdiff
path: root/lib/chef/knife/bootstrap.rb
Commit message (Expand)AuthorAgeFilesLines
* More periods and product constantsbrandingTim Smith2019-05-021-39/+39
* 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 #8440 from chef/CHEF-8432/fix-default-protocolBryan McLellan2019-05-021-1/+2
|\
| * Require 'net/ssh' before we reference it.Marc A. Paradise2019-05-021-1/+2
* | Reload the changes, adapt a bitTensibai2019-05-021-1/+2
|/
* Fix incorrect deprecation warningsmp/bootstrap-deprecation-fixesMarc A. Paradise2019-05-011-42/+36
* Move most bootstrap requires into deps()Marc A. Paradise2019-04-291-7/+6
* Switch bootstrap to use TrainConnector.Marc A. Paradise2019-04-291-57/+38
* chef-client => Chef::Dist::CLIENTMarc Chamberland2019-04-261-7/+8
* RubocopMarc A. Paradise2019-04-241-6/+6
* Make deprecations more robustMarc A. Paradise2019-04-241-28/+50
* deprecate old version of changed CLI flags.Marc A. Paradise2019-04-241-8/+53
* Move bootstrap CLI options back into BootstrapMarc A. Paradise2019-04-241-4/+308
* Rubocop!Marc A. Paradise2019-04-241-33/+23
* Bootstrap via chef_coreMarc A. Paradise2019-04-241-286/+441
* Add misc YARD commentsyard3Tim Smith2019-03-111-0/+1
* Merge pull request #7489 from chef/bootstrap_identity_fileTim Smith2018-10-261-5/+1
|\
| * Remove the deprecated knife bootstrap --identity-file flagbootstrap_identity_fileTim Smith2018-08-131-5/+1
* | better docs for Chef::Knife::Bootstrap#validate_options!Alexandre IGNJATOVIC2018-10-041-1/+7
|/
* Improve the error message when knife bootstrap windows isn't installedknife_cleanupTim Smith2018-07-131-1/+1
* Add some yard / commentsTim Smith2018-07-131-0/+10
* fix Style/HashSyntaxLamont Granquist2018-07-021-116/+116
* mechanical conversion of most debug log statements to traceThom May2018-03-261-3/+3
* Pull in updates from jdunn's PRTim Smith2018-03-121-1/+1
* Remove deprecated bootstrap optionsTim Smith2018-03-121-23/+3
* Add support for knife bootstrap-preinstall-commandS.Cavallo2018-02-151-0/+5
* change to boolean in bootstrap as wellSarkis Varozian2017-11-131-1/+1
* CHEF-4538 - add an option for gateway_identity_file that will allow key-based...brettcave2017-02-211-0/+6
* Merge pull request #4059 from yossigo/bootstrap_proxy_authLamont Granquist2016-08-021-0/+8
|\
| * Clean up knife options handling.Yossi Gottlieb2015-10-281-4/+2
| * Add bootstrap proxy authentication support.Yossi Gottlieb2015-10-141-0/+10
* | Ensure that the valid option is given back to the option parserChristo De Lange2016-07-141-0/+1
* | Single space after periodsTim Smith2016-03-051-1/+1
* | flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-3/+3
* | convert MultilineOperationIndentation style to "indented"Lamont Granquist2016-02-121-1/+1
* | autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-1/+1
* | auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* | autofixing whitespace copsLamont Granquist2016-02-051-6/+6
* | Merge pull request #4481 from chef/jdm/fips-58Jay Mundrawala2016-02-031-5/+0
|\ \
| * | Allow use of command line fips switch for knifeJay Mundrawala2016-01-281-5/+0
* | | Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* | | Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* | | Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
|/ /
* | Rename openssl-fips to fips and add messagesJay Mundrawala2016-01-251-2/+2
* | Add --openssl-fips to knife bootstrapJay Mundrawala2016-01-251-0/+5
* | Use double quotes by defaultThom May2016-01-141-22/+22
* | autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-2/+2
* | no longer wait on node search to refresh vault but pass created ApiClient ins...Matt Wrock2015-12-221-1/+1
* | DTRT re: identity_fileJeff Blaine2015-11-231-3/+1