summaryrefslogtreecommitdiff
path: root/lib/chef/knife
Commit message (Expand)AuthorAgeFilesLines
* Support SNI in 'knife ssl check'.Julian C. Dunn2015-07-131-2/+3
* Remove all the stupid json magic from Chef::ApiClientV1.tylercloke2015-07-062-3/+11
* Move ApiClient V1 supported code to Chef::ApiClientV1 and restore Chef::ApiCl...tylercloke2015-07-067-15/+15
* Move Chef::OscUser back to Chef::User namespace and new user code to Chef::Us...tylercloke2015-07-0612-30/+30
* The wording seemed odd.jjasghar/needed_theJJ Asghar2015-06-261-1/+1
* correcting minor typo in user_edit knife actionNell Shamrell2015-06-261-2/+1
* Fix some errant bashismstm/fix_bashismsThom May2015-06-251-4/+4
* Better API version error handling helper code.tylercloke2015-06-055-24/+15
* Backwards compatible support for OSC 11 in knife user commands.tylercloke2015-06-0513-83/+275
* API V1 support for client creation.tylercloke2015-06-052-39/+64
* Move old Chef::*User and related commands to Chef::Osc*User for backwards com...tylercloke2015-06-056-0/+377
* Added V1 support to Chef::User.update and removed admin field.tylercloke2015-06-051-8/+0
* Added versioned Chef Object API support code and repaired Chef::User.create.tylercloke2015-06-051-27/+47
* Allow knife sub-command loader to match platform specific gems.Torben Knerr2015-05-291-1/+1
* follow comment https://github.com/chef/chef/pull/3195#discussion_r28006205sawanoboly2015-05-261-2/+2
* recover regression of #2338sawanoboly2015-05-261-1/+1
* Merge pull request #3325 from chef/ryan/validatorless_bootstrapThom May2015-05-201-0/+6
|\
| * Enforce passing a node name when bootstrapping with chef-vault or userryan/validatorless_bootstrapRyan Cragun2015-05-011-0/+6
* | Merge pull request #2851 from Igorshp/ssh_attributeThom May2015-05-131-28/+26
|\ \ | |/ |/|
| * Fix ssh attribute precedence orderIgor Shpakov2015-05-071-28/+26
* | 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