summaryrefslogtreecommitdiff
path: root/lib/chef/knife/core
Commit message (Expand)AuthorAgeFilesLines
* Finishing tests for https://github.com/chef/chef/pull/2338, fixes https://git...tball/complete-2338tyler-ball2015-02-111-2/+5
* Add Knife::Core::UI#edit_hashSteven Danna2015-02-091-1/+9
* Add comments to trusted_certs_contentBryan McLellan2015-01-271-0/+5
* knife-windows bootstrap context inherits from Chef::Knife::Core::BootstrapCon...Serdar Sutay2014-12-081-1/+1
* Merge branch 'master' into tball/contrib-passtyler-ball2014-11-251-1/+1
|\
| * Fix installer_version_string to be an array on prerelease parameter.Yulian Kuncheff2014-11-241-1/+1
* | Merge branch 'typofixes-vlajos-20141107' of github.com:vlajos/chef into tball...tyler-ball2014-11-251-1/+1
|\ \ | |/ |/|
| * typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-1/+1
* | Merge branch 'chef-dk-227' into 11-stabledanielsdeleo2014-11-131-0/+24
* | File.exists? is deprecated in favor of File.exist?Anshul Sharma2014-10-311-1/+1
|/
* aesthetics: that trailing space missing makes me uncomfortableNicolas Szalay2014-10-171-3/+3
* Merge pull request #2170 from vaxvms/knife-status-json-outputSerdar Sutay2014-10-101-0/+156
|\
| * Remove commented codeNicolas DUPEUX2014-10-071-3/+0
| * Add JSON output to knife status commandNicolas Dupeux2014-10-061-0/+159
* | Stop ignoring colored knife output config on Windowsadamedx2014-10-091-1/+1
|/
* Finishing UX spec - storing CL options in different config values so we can c...tyler-ball2014-09-291-10/+3
* Remove requires path_helper from knife class, add to knife subclasses using P...Claire McQuin2014-09-242-0/+3
* Excape path for globbing.Claire McQuin2014-09-221-4/+4
* Escape path for globbing.Claire McQuin2014-09-221-5/+6
* Escape path for globbing.Claire McQuin2014-09-221-3/+2
* Escape path for globbing.Claire McQuin2014-09-221-1/+1
* Merge pull request #2003 from opscode/mcquin/transfer_trusted_certsClaire McQuin2014-09-151-0/+20
|\
| * 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-081-9/+13
| * Use :trusted_certs_dir from Chef::Config, only grab .crt and .pem filesClaire McQuin2014-09-081-2/+2
| * add trusted_certs_dir to generated configClaire McQuin2014-09-081-0/+4
| * Transfer trusted certs during bootstrapClaire McQuin2014-09-081-0/+10
* | rebaseKirill Shirinkin2014-09-101-2/+4
|/
* Use existing Chef::Config values for verify_api_cert and ssl_verify_mode duri...Serdar Sutay2014-08-261-3/+25
* Add --ssl-verify-mode and --[no-]verify-api-cert options.Claire McQuin2014-08-261-0/+8
* Specs for bootstrap cleanup.Serdar Sutay2014-08-261-3/+7
* Fixes based on the PR comments.Serdar Sutay2014-08-261-7/+8
* Remove encrypted_data_bag_secret distribution via Chef::Config and enable dis...Serdar Sutay2014-08-261-2/+2
* Remove the bootstrap templates that does chef install via gems.Serdar Sutay2014-08-261-17/+1
* remove some uses of from_jsonLamont Granquist2014-08-122-5/+4
* Make knife info messages go to stderr (for CHEF-4760).Chris Jerdonek2014-07-211-7/+8
* convert to using ffi_yajlLamont Granquist2014-06-231-1/+3
* Use the :bootstrap_version if set by the user.sersut2014-05-121-1/+14
* Change chef-full bootstrap template to install the current latest version of ...sersut2014-05-121-1/+12
* [CHEF-3610] Set log_level for chef-client when '-VV' is specified in the knif...Hui Hu2014-03-281-0/+1
* Remove should_exit out of parameters and make ui.confirm less ugly.sersut2014-03-191-15/+38
* [CHEF-5057] Add default choice option to confirm promptEric Sigler2014-03-191-2/+12
* CHEF-3698: Do not set log_level by defaultBryan McLellan2014-03-191-1/+0
* Logic proposal for --force flag to delete the validators during client bulk d...sersut2014-03-171-2/+6
* Add support for loading a static list of plugin files.danielsdeleo2013-12-271-3/+49
* Merge pull request #1099 from opscode/lcg/knife-subcommand-prereleaselamont-granquist2013-11-261-2/+2
|\
| * search prerelease gems for subcommandsLamont Granquist2013-10-291-2/+2
* | port node_editor to use ui.edit_data()Lamont Granquist2013-10-231-32/+15
* | Use Tempfile.open to take a blockLamont Granquist2013-10-232-3/+3
* | fix insecure tempfilesLamont Granquist2013-10-232-25/+18
|/