summaryrefslogtreecommitdiff
path: root/lib/chef/knife
Commit message (Expand)AuthorAgeFilesLines
* Update knife bootstrap template to use up to date omnitruck URLMark Harrison2019-01-291-1/+1
* Merge pull request #8135 from f9n/clean_up_the_knife_cookbook_upload_commandTim Smith2019-01-281-17/+3
|\
| * Remove unnessary code blocks in the knife cookbook upload commandf9n2019-01-181-17/+3
* | Merge pull request #8166 from chef/knife_depsTim Smith2019-01-282-11/+5
|\ \
| * | Cleanup requires / includes in knife supermarketknife_depsTim Smith2019-01-242-11/+5
* | | Misc YARD updates for knifeTim Smith2019-01-255-10/+16
|/ /
* | Add a deprecation warning to knife cookbook sitedeprecate_knife_cookbook_siteTim Smith2019-01-227-7/+43
* | Hide knife cookbook site & null by setting them to deprecated categoryTim Smith2019-01-228-7/+10
|/
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-1510-20/+20
* change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-038-8/+8
* Merge pull request #7852 from chef/cookbook_createTim Smith2018-11-051-29/+0
|\
| * Fully remove knife cookbook create commandcookbook_createTim Smith2018-11-021-29/+0
* | Merge pull request #7869 from chef/knife_descriptionsTim Smith2018-11-0514-14/+14
|\ \
| * | Make knife command banners consistentknife_descriptionsTim Smith2018-11-0414-14/+14
* | | Remove the remaining OSC 11 knife user commandsknife_osc_11Tim Smith2018-11-045-267/+0
|/ /
* | Remove knife user support for open source Chef Server < 12Tim Smith2018-11-048-344/+50
|/
* Remove knife cookbook test featureTim Smith2018-11-011-95/+0
* Remove deprecated knife status --hide-healthy flaghide_healthyTim Smith2018-10-291-13/+0
* Remove cookbook merging/shadowing from the cookbooker loaderLamont Granquist2018-10-261-23/+2
* Merge pull request #7489 from chef/bootstrap_identity_fileTim Smith2018-10-261-5/+1
|\
| * Remove the deprecated knife bootstrap --identity-file flagbootstrap_identity_fileTim Smith2018-08-131-5/+1
* | better docs for Chef::Knife::Bootstrap#validate_options!Alexandre IGNJATOVIC2018-10-041-1/+7
* | replace some instances of to_hash with to_hlcg/to-h-cleanupLamont Granquist2018-09-264-8/+8
* | Check for an actual value, rather than the key being set.Noah Kantrowitz2018-08-211-1/+1
|/
* Merge pull request #7473 from chef/knife_sentences_2Tim Smith2018-07-2341-96/+98
|\
| * Make sure knife descriptions all have periodsknife_sentences_2Tim Smith2018-07-1641-96/+98
* | @returns should be @return in yardyard_fixesTim Smith2018-07-161-1/+1
* | Merge pull request #7472 from chef/json_cleanupTim Smith2018-07-1522-23/+1
|\ \ | |/ |/|
| * This plugin needs role not node.json_cleanupTim Smith2018-07-151-1/+1
| * Remove require json_compat where note usedTim Smith2018-07-1522-22/+0
* | Improve the error message when knife bootstrap windows isn't installedknife_cleanupTim Smith2018-07-131-1/+1
* | Add some yard / commentsTim Smith2018-07-131-0/+10
|/
* Move all plugin logic into knife supermarketknife_supermarketTim Smith2018-07-1314-575/+585
* Merge pull request #7455 from coderanger/config-commandsTim Smith2018-07-134-1/+210
|\
| * Feed the rubocop.Noah Kantrowitz2018-07-111-5/+5
| * New `knife config list-profiles` command to show available profiles.Noah Kantrowitz2018-07-111-0/+121
| * Add two new knife commands for getting and setting the credentials profile name.Noah Kantrowitz2018-07-102-0/+87
| * Add support for knife commands with hyphens.Noah Kantrowitz2018-07-101-1/+1
| * Don't mutate the argument because that makes debugging weird.Noah Kantrowitz2018-07-101-0/+1
* | Provide a better error when knife plugins are missing from the cachebetter_rehash_errorTim Smith2018-07-111-1/+1
|/
* Merge pull request #7390 from coderanger/yet-more-credsLamont Granquist2018-07-031-0/+126
|\
| * Merge branch 'master' into yet-more-credsNoah Kantrowitz2018-07-025-12/+12
| |\
| * \ Merge branch 'master' into yet-more-credsNoah Kantrowitz2018-07-0280-903/+1087
| |\ \
| * | | Rename the command to `knife config get`.Noah Kantrowitz2018-06-281-2/+2
| * | | Add fallback when asking for a specific key that isn't in the non-all data.Noah Kantrowitz2018-06-231-6/+7
| * | | Show nicer labels for STDOUT/ERR.Noah Kantrowitz2018-06-231-0/+9
| * | | Add a new `knife config` command.Noah Kantrowitz2018-06-231-0/+116
* | | | fix Style/MutableConstantLamont Granquist2018-07-022-2/+2
| |_|/ |/| |
* | | fix Style/PreferredHashMethodsLamont Granquist2018-07-025-12/+12
| |/ |/|
* | fix some Style/StringLiterals introduced by the UnneededInterpolationLamont Granquist2018-07-022-2/+2