summaryrefslogtreecommitdiff
path: root/lib/chef/knife
Commit message (Expand)AuthorAgeFilesLines
* Verify data bag exists before trying to create itSalim Afiune2017-03-071-4/+6
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-1312-72/+64
* Require net-ssh-multi 1.2.1 and remove our monkeypatchTim Smith2017-02-101-1/+0
* Ensure ssh search paginates correctlytm/fix_ssh_searchThom May2017-01-231-25/+36
* pass true as 2nd args for Net::SSH.configuration_for by default.sawanoboly2017-01-161-1/+1
* fix Style/VariableInterpolationLamont Granquist2016-12-061-1/+1
* fix Style/DefWithParenthesesLamont Granquist2016-12-061-1/+1
* fix Style/SelfAssignmentLamont Granquist2016-12-061-1/+1
* Modify `knife configure` example `chef_server_url`Jerry Aldrich III2016-12-011-1/+1
* remove trailing whitespaceJose Asuncion2016-11-291-1/+1
* update banners to reflect usageJose Asuncion2016-11-292-2/+2
* extract delete steps to its own methodJose Asuncion2016-11-291-9/+12
* add multiple node deleteJose Asuncion2016-11-291-6/+6
* knife client delete should delete multiple nodesJose Asuncion2016-11-291-11/+11
* Merge pull request #5502 from MsysTechnologiesllc/dheeraj/configurable_log_de...Bryan McLellan2016-11-231-1/+25
|\
| * Added specs for config_log_locationdheerajd-msys2016-11-221-7/+5
| * Handling remaining values of config_log_locationdheerajd-msys2016-11-181-2/+27
| * Passing config_log_level and config_log_location in client.rb and fixed specs...dheerajd-msys2016-11-091-1/+2
* | Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-162-4/+4
|/
* Updating knife ssl fetch to correctly store certificates when it does not con...2919/ssl_fetch_no_cntyler-ball2016-10-311-5/+9
* Add the `--field-separator` flag to knife show commandsTom Duffield2016-10-281-1/+13
* Make includers of MultiAttributeReturnOption consistentTom Duffield2016-10-283-9/+5
* use the command line prompt for sudo if setlcg/cmdline-password-for-sudoLamont Granquist2016-10-061-0/+1
* add another spec for chef_environmentLamont Granquist2016-09-201-1/+1
* fix method_access and array handling in node presenterLamont Granquist2016-09-201-16/+12
* Stop using obsolete URI.escape; use Addressable::URI instead.John Keiser2016-08-221-2/+2
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-173-6/+6
* fix some Style/ExtraSpacing that crept into this patchLamont Granquist2016-08-161-1/+1
* fixing Style/MultilineTernaryOperator copLamont Granquist2016-08-161-3/+1
* "fix" Lint/NestedMethodDefinition copsLamont Granquist2016-08-161-1/+1
* auotfixing Style/SpaceAfterSemicolon copLamont Granquist2016-08-161-1/+1
* autofixing Style/MultilineIfThen copLamont Granquist2016-08-161-1/+1
* autofixing Style/IndentAssignment copLamont Granquist2016-08-161-18/+18
* Merge pull request #4059 from yossigo/bootstrap_proxy_authLamont Granquist2016-08-022-0/+18
|\
| * Clean up knife options handling.Yossi Gottlieb2015-10-281-4/+2
| * Add bootstrap proxy authentication support.Yossi Gottlieb2015-10-142-0/+20
* | Merge pull request #5091 from chef/tm/fix_supermarket_share_errorThom May2016-07-151-13/+7
|\ \
| * | We don't care so much about categories on the supermarkettm/fix_supermarket_share_errorThom May2016-07-141-13/+7
* | | Ensure that the valid option is given back to the option parserChristo De Lange2016-07-141-0/+1
|/ /
* | Use Mixlib::Archive to extract tarballsThom May2016-07-071-11/+2
* | correct typo in knife bootstrap contextAndre Elizondo2016-06-231-1/+1
* | Merge pull request #4896 from chef/tm/include_knife_supermarketThom May2016-06-2214-8/+293
|\ \
| * | Deprecate knife-supermarket gemtm/include_knife_supermarketThom May2016-05-0514-8/+293
* | | Deprecate `knife cookbook create` in favor of `chef generate cookbook`.tc/deprecate-chef-cookbook-generateTyler Cloke2016-06-101-0/+4
* | | Load cookbook versions correctly for knifetm/fix_cb_showThom May2016-05-161-10/+6
* | | Merge pull request #4867 from willoucom/untar-under-windowsThom May2016-05-101-2/+7
|\ \ \
| * | | messages in log.debugWilfried JEANNIARD2016-05-041-2/+2
| * | | code cleanupWilfried JEANNIARD2016-05-031-4/+3
| * | | fixes matchesWilfried JEANNIARD2016-04-291-3/+3
| * | | use shell_out instead of backticksWilfried JEANNIARD2016-04-281-1/+1