summaryrefslogtreecommitdiff
path: root/chef/lib/chef/knife
Commit message (Expand)AuthorAgeFilesLines
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-3090-7870/+0
* Merge branch '10-stable'Bryan McLellan2012-10-1612-14/+91
|\
| * CHEF-3484: skip item if lacking the specified attributeBryan McLellan2012-10-111-2/+3
| * CHEF-3484: Modified configure_session method to skip nil items in loopMilos Gajdos2012-10-111-1/+4
| * [CHEF-3413] Protect secret files created by bootstrap templatesTeemu Matilainen2012-10-117-1/+14
| * CHEF-3455 use dashes in options parsed by mixlib-cliBryan McLellan2012-10-051-4/+4
| * Fixes CHEF-3455: Add commandline options to allow scripting of knife configur...Thomas Dudziak2012-10-051-0/+19
| * Add a note about a secret knife data bag from file featureBryan McLellan2012-10-051-1/+1
| * CHEF-1914: load all environments with one commandBryan McLellan2012-10-051-8/+41
| * CHEF-3402 fixed: knife ssh says "No nodes returned from search!" when FQDN at...Xabier de Zuazo2012-09-191-1/+10
| * CHEF-3416: Remove improper call to #raw_data when using print_afterKelley Reynolds2012-09-191-1/+1
* | [CHEF-1804] fix output of knife search with attributedanielsdeleo2012-10-151-13/+26
* | [CHEF-1804] fix knife search to not modify nodesdanielsdeleo2012-10-151-3/+3
* | Fix error message in knife deletejkeiser2012-10-121-1/+1
* | CHEF-3520: Add knife diff/upload/download/raw/show/list/delete commandsjkeiser2012-10-127-0/+422
* | Fix broken attribute selection in knife sshdanielsdeleo2012-10-112-2/+9
* | Put spaces between entries when there is an array of hashesjkeiser2012-10-041-2/+6
* | CHEF-3477: Don't print brackets when pretty printing nodesjkeiser2012-10-041-36/+18
* | [CHEF-2925] - Fully rename shef->chef-shelljtimberman2012-10-022-6/+6
* | [CHEF-2004] Add -a option to knife environment show command.Steven Danna2012-09-191-0/+7
* | load_cookbooks needs to be called explicitly, CookbookLoader class is clearerXabier de Zuazo2012-09-192-1/+4
* | CHEF-2923 Fixed with Integration Tests: Cookbook Upload Fails due to Syntax E...Xabier de Zuazo2012-09-191-2/+1
|/
* Sometimes the tests leak a leading space into this attribute, clean it up.Bryan McLellan2012-09-141-1/+1
* CHEF-3439: Ensure that a command line argument still winsBryan McLellan2012-09-131-1/+3
* CHEF-3439: Allow ssh cloud attribute to be overriden by a config fileGilles Devaux2012-09-131-2/+2
* CHEF-3433 - use item when in the cloudGilles Devaux2012-09-101-1/+1
* Fix [CHEF-3355].Sahil Muthoo2012-09-071-6/+4
* [CHEF-3288] Ensure force_encoding can be called on the string.Steven Danna2012-09-051-3/+2
* Revert "Changed find_subcommands_via_rubygems to only search latest gem versi...Bryan McLellan2012-08-271-18/+12
* Changed find_subcommands_via_rubygems to only search latest gem versionsPaul Mooring2012-08-271-12/+18
* Force encoding to binary to prevent stacktrace with unicode inputChris Parsons2012-08-271-0/+1
* [CHEF-3383] - regression in cookbook site sharejtimberman2012-08-271-1/+1
* CHEF-3362: Refacter knife bootstrap to look for templates earlyBryan McLellan2012-08-141-5/+9
* CHEF-1554: default to using a cloud attributeBryan McLellan2012-08-031-2/+10
* get FQDN on Amazon EC2takeshi2012-08-031-1/+5
* Changing initial cookbook version to 0.1.0Nathen Harvey2012-08-021-1/+1
* Making the CHANGELOG template more verbose.Nathen Harvey2012-08-021-1/+11
* reverting a change that was unrelated to CHEF-3322Nathen Harvey2012-08-021-5/+5
* Adding a CHANGELOG.md file when creating new cookbooksNathen Harvey2012-08-021-5/+18
* don't iterate over nil value in bootstrap templatesMark Roddy2012-08-027-7/+7
* Fix a typo in ssh_gatewayNoah Kantrowitz2012-07-271-1/+1
* Make output of "knife node tag delete" consistent with "knife node tag create".Tim Potter2012-07-261-1/+1
* Display node tags in "knife node show".Tim Potter2012-07-261-0/+1
* Multicookbook upload supportPhil Dibowitz2012-07-261-33/+60
* CHEF-3201: Proper exit code when client creation fails.Matthew Kent2012-07-261-0/+1
* Use ui object instead of putsJosiah Kiehl2012-07-261-1/+1
* Take knife bootstrap -j into account in the ubuntu12.04-gems templateRaf Geens2012-07-261-2/+2
* Ensure Chef::Config[:knife][:hints] in procBryan McLellan2012-07-261-3/+3
* CHEF-2627: run() and ssh_command() of Chef::Knife::Ssh should return the exit...Hui Hu2012-06-211-0/+7
* [CHEF-2731] Add a new option, -b which will just use the current branch.Phil Dibowitz2012-06-212-5/+29