summaryrefslogtreecommitdiff
path: root/lib/chef/knife
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2003 from opscode/mcquin/transfer_trusted_certsClaire McQuin2014-09-154-0/+35
|\
| * Look for certs only if :trusted_certs_dir is not nilClaire McQuin2014-09-081-3/+5
| * Fetch certs in bootstrap_context.rb, not in templates to avoid copypasta.Claire McQuin2014-09-084-27/+19
| * Use :trusted_certs_dir from Chef::Config, only grab .crt and .pem filesClaire McQuin2014-09-082-3/+3
| * add trusted_certs_dir to generated configClaire McQuin2014-09-081-0/+4
| * Transfer trusted certs during bootstrapClaire McQuin2014-09-084-0/+37
* | rebaseKirill Shirinkin2014-09-101-2/+4
|/
* Added logic to enable -a to utilize search filtering, for performances's sakeScott Hain2014-09-041-6/+6
* Modified -a ATTR search to use search filtering natively. Feels sort of hack-yScott Hain2014-09-041-11/+21
* wordingScott Hain2014-09-041-1/+1
* Updated based on awesome feedbackScott Hain2014-09-041-8/+13
* Finished up search with filteringScott Hain2014-09-041-3/+32
* Use existing Chef::Config values for verify_api_cert and ssl_verify_mode duri...Serdar Sutay2014-08-262-13/+33
* Add --ssl-verify-mode and --[no-]verify-api-cert options.Claire McQuin2014-08-262-0/+26
* Fixes based on PR comments.Serdar Sutay2014-08-261-13/+21
* Specs for bootstrap cleanup.Serdar Sutay2014-08-262-18/+15
* Fixes based on the PR comments.Serdar Sutay2014-08-263-8/+78
* Remove encrypted_data_bag_secret distribution via Chef::Config and enable dis...Serdar Sutay2014-08-262-25/+2
* Deprecate --distro and --template-file options in favor of --template.Serdar Sutay2014-08-261-22/+39
* Remove the bootstrap templates that does chef install via gems.Serdar Sutay2014-08-269-337/+1
* Update to chef-zero 3John Keiser2014-08-221-1/+1
* Switches to https://supermarket.getchef.comChristopher Webber2014-08-206-8/+8
* remove some uses of from_jsonLamont Granquist2014-08-122-5/+4
* remove JSON gem usageLamont Granquist2014-08-113-6/+5
* Revert "remove #to_json Monkeytpatching"Lamont Granquist2014-08-091-1/+1
* remove #to_json MonkeypatchingLamont Granquist2014-08-091-1/+1
* Merge pull request #1667 from parabuzzle/fix_force_flagClaire McQuin2014-08-071-1/+1
|\
| * change syntax of error message to reflect the correct flagMike Heijmans2014-07-191-1/+1
* | Remove unused argument to CookbookUploader#initializedanielsdeleo2014-07-302-2/+2
* | Make FileVendor configuration specific to the two implementationsdanielsdeleo2014-07-301-1/+1
* | Make knife info messages go to stderr (for CHEF-4760).Chris Jerdonek2014-07-211-7/+8
|/
* Move local-mode server connectivity code to Chef::LocalModeJohn Keiser2014-07-071-1/+2
* Merge pull request #1565 from jmink/CHEF-4994Bryan McLellan2014-06-301-1/+4
|\
| * Include the shell_out mixin in cookbook_site_sharejmink2014-06-271-1/+3
| * Fix cookbook_site_share testsjmink2014-06-261-3/+1
| * Switch knife site share from command to shell_outjmink2014-06-261-1/+4
* | Merge pull request #1520 from curiositycasualty/knife-ssh-identity-fileSerdar Sutay2014-06-251-0/+5
|\ \
| * | Allow csshX to respect identity_filecuriositycasualty2014-06-191-0/+5
* | | convert to using ffi_yajlLamont Granquist2014-06-231-1/+3
| |/ |/|
* | CHEF-5158: Add some debugging information for knife ssh attributeBryan McLellan2014-06-201-0/+3
* | CHEF-5158: Make the former override_attribute's purpose a bit more clearBryan McLellan2014-06-201-5/+6
* | [CHEF-5158] knife[:attribute] in knife.rb should not override --attribute in ...Hui Hu2014-06-201-3/+1
|/
* Install on ArchLinux as a system gem explicitlyAllan Espinosa2014-06-121-2/+2
* Merge pull request #1364 from opscode/bootstrap-winrm-warningClaire McQuin2014-06-091-0/+2
|\
| * .first instead of .includecuriositycasualty2014-04-231-1/+1
| * warning if host resembles winrm commandcuriositycasualty2014-04-081-0/+2
* | Add more description to help for --repo-modejk/knife_serveJohn Keiser2014-05-271-1/+1
* | Ensure server is stopped when knife is doneJohn Keiser2014-05-261-5/+8
* | Add "knife serve" to serve up chef repo in chef-zeroJohn Keiser2014-05-261-0/+41
* | Merge pull request #1032 from ClogenyTechnologies/kd/aix-bootstrapSerdar Sutay2014-05-201-0/+58
|\ \