summaryrefslogtreecommitdiff
path: root/lib/chef/knife
Commit message (Expand)AuthorAgeFilesLines
* Implemented `knife user key show` and `knife client key show`.tylercloke2015-04-308-58/+209
* Implemented `knife user key edit` and `knife client key edit`.tylercloke2015-04-306-1/+384
* Implemented `knife user key delete` and `knife client key delete`.tylercloke2015-04-293-0/+207
* Implemented `knife user key list` and `knife client key list`.tc/key-listtylercloke2015-04-294-0/+271
* Implemented `knife user key create` and `knife client key create`.tylercloke2015-04-284-0/+294
* Address review comments from @btmJulian C. Dunn2015-04-201-7/+3
* Address review comment https://github.com/chef/chef/pull/2877#discussion_r263...Julian C. Dunn2015-04-201-18/+0
* Several bugs found during testing:Julian C. Dunn2015-04-201-2/+3
* Gotta do something with that stderr we so carefully captured.Julian C. Dunn2015-04-201-0/+5
* Copy more robust routines from Omnitruck installer.Julian C. Dunn2015-04-201-31/+86
* Rebase and resolve conflicts.Julian C. Dunn2015-04-201-22/+126
* explicitly require node presentertm/fix_presenter_includeThom May2015-04-131-0/+1
* Merge pull request #3067 from chef/tm/knife_status_environmentThom May2015-04-092-18/+43
|\
| * Deal with the case where we're not partial searchThom May2015-04-091-2/+3
| * use partial searchThom May2015-04-082-12/+23
| * Ensure valid lucene queriesThom May2015-03-161-2/+4
| * Allow knife status to filter by environmentThom May2015-03-121-7/+18
* | Merge pull request #3131 from evertrue/evertrue/eherot/add_empty_check_for_ss...Thom May2015-04-081-1/+3
|\ \
| * | Check to make sure that item[:cloud][:public_hostname] is not empty before us...Eric Herot2015-03-241-1/+3
* | | Reset $HOME to user running chef-client when running via sudoTim Sogard2015-03-271-1/+1
|/ /
* | Merge pull request #3118 from chef/ssd/opscode-lives-foreverBryan McLellan2015-03-231-1/+1
|\ \
| * | Use opscode.com rather than chef.io in the bootstrap script.ssd/opscode-lives-foreverSteven Danna2015-03-201-1/+1
| |/
* | Deprecate things instead of removing them outright.Kartik Null Cating-Subramanian2015-03-201-1/+7
* | Fixup all specs to reference PathHelper.home.Kartik Null Cating-Subramanian2015-03-201-2/+2
* | Modify accesses to HOME to use path_helper instead.Kartik Null Cating-Subramanian2015-03-204-7/+14
|/
* Merge pull request #3019 from ranjib/fix_searchJay Mundrawala2015-03-061-2/+1
|\
| * fix data fetching when explicit attributes are passedRanjib Dey2015-03-031-2/+1
* | Add --exit-on-error option to knife sshryan/knife_ssh_on_errorRyan Cragun2015-03-031-0/+7
|/
* Merge pull request #2999 from chef/pr-2988Jay Mundrawala2015-03-021-1/+2
|\
| * Add parens to highlight precedencepr-2988Jay Mundrawala2015-03-021-1/+2
| * avoid case Chef::Config[:validation_key] is nil.sawanoboly2015-02-271-1/+1
* | Move tar_cmdjdm/osx-fixJay Mundrawala2015-02-271-14/+14
* | Use tar_cmd instead of tar directlyJay Mundrawala2015-02-271-1/+1
* | Refactor tar_cmdJay Mundrawala2015-02-271-8/+14
|/
* Send search count to stderrdanielsdeleo2015-02-261-2/+2
* whitespaces fixesLamont Granquist2015-02-181-27/+27
* fix Lint/LiteralInConditionLamont Granquist2015-02-181-1/+1
* Move supermarket.getchef.com to supermarket.chef.ioJulian C. Dunn2015-02-166-8/+8
* Merge pull request #2030 from chef/lcg/1923Lamont Granquist2015-02-138-16/+473
|\
| * fixed a bug in --bootstrap-vault-itemLamont Granquist2015-02-131-3/+4
| * add logging of where the validation key isLamont Granquist2015-02-131-1/+1
| * prepend bootstrap_ to all CLI argslcg/1923Lamont Granquist2015-02-112-28/+28
| * validatorless bootstraps and chef-vault integrationLamont Granquist2015-02-117-15/+471
| * moving bootstrap templates directoryLamont Granquist2015-02-115-1/+1
* | Merge pull request #2893 from chef/tball/complete-2338Tyler Ball2015-02-131-2/+5
|\ \
| * | Finishing tests for https://github.com/chef/chef/pull/2338, fixes https://git...tball/complete-2338tyler-ball2015-02-111-2/+5
| |/
* | CHEF-4591: Knife commands to manipulate env_run_list on nodesWilliam Albenzi2015-02-1210-0/+654
* | Deprecate 'knife cookbook test'Julian C. Dunn2015-02-121-0/+1
|/
* Use ApiClient#from_hash rather than relying on json_class in return dataSteven Danna2015-02-091-7/+8
* Add Knife::Core::UI#edit_hashSteven Danna2015-02-091-1/+9