summaryrefslogtreecommitdiff
path: root/lib/chef/knife/core
Commit message (Expand)AuthorAgeFilesLines
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-205-6/+6
* Convert require to require_relativeLamont Granquist2019-05-0812-25/+25
* Fix FATAL: Configuration error SyntaxError in client.rbVivek Singh2019-05-082-2/+2
* knife bootstrap should only request license when installing Chef 15knife_licensetyler-ball2019-05-072-3/+10
* Merge pull request #8354 from chef/license_acceptanceTyler Ball2019-05-061-0/+1
|\
| * Adding license acceptance support to 'knife bootstrap'tyler-ball2019-05-031-0/+1
* | Pass channel directly into the script/url to determine Chef Infra downloadmp/bootstrap/restore-prereleaseMarc A. Paradise2019-05-032-59/+13
* | `prerelease` -> `channel` in bootstrap contextsMarc A. Paradise2019-05-032-31/+45
* | Restore bootstrap pre-release supportMarc A. Paradise2019-05-032-12/+35
|/
* Update more brand names to currentTim Smith2019-05-031-8/+8
* Merge pull request #8415 from MsysTechnologiesllc/Vijay/MSYS-1005_knife_statu...Tim Smith2019-05-021-2/+9
|\
| * Fixed empty value for knife status long outputVijay Mali2019-04-301-2/+9
* | Fixed conditionVasu11052019-04-301-1/+1
* | Fixed bootstrap error while using --msi-url option with knife bootstrap winrmVasu11052019-04-301-1/+1
* | Ensure license is accepted on remote bootstrap targetMarc A. Paradise2019-04-292-1/+2
* | chef-client => Chef::Dist::CLIENTMarc Chamberland2019-04-262-2/+4
* | Remove fips version check from bootstrap client.rbMarc A. Paradise2019-04-242-15/+2
* | Drop Chef 11 support from WindowsBootstrapContextMarc A. Paradise2019-04-241-8/+1
* | Remove prerelease support. Minimum version w/ fips now 12.20.Marc A. Paradise2019-04-242-45/+16
* | Rubocop!Marc A. Paradise2019-04-242-29/+29
* | Add formatting for multi-line ui.log messages.Marc A. Paradise2019-04-241-1/+17
* | Bootstrap via chef_coreMarc A. Paradise2019-04-243-1/+420
|/
* Misc YARD updates for knifeTim Smith2019-01-255-10/+16
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-153-11/+11
* Check for an actual value, rather than the key being set.Noah Kantrowitz2018-08-211-1/+1
* Merge pull request #7455 from coderanger/config-commandsTim Smith2018-07-131-1/+2
|\
| * 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
|/
* fix Style/MutableConstantLamont Granquist2018-07-021-1/+1
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-3/+3
* fix some Style/StringLiterals introduced by the UnneededInterpolationLamont Granquist2018-07-021-1/+1
* fix Style/UnneededInterpolationLamont Granquist2018-07-021-1/+1
* fix Layout/IndentHeredocLamont Granquist2018-07-022-30/+30
* fix Style/HashSyntaxLamont Granquist2018-07-025-29/+29
* Fix up knife loggingtm/investigate_loggingThom May2018-04-111-1/+5
* mechanical conversion of most debug log statements to traceThom May2018-03-261-1/+1
* Update status lineChibuikem Amaechi2018-01-231-22/+22
* Update error handling for "knife status" #3287Chibuikem Amaechi2018-01-231-0/+5
* Fix IndentationChibuikem Amaechi2018-01-111-4/+4
* Fix knife status to show seconds when needed #5055Chibuikem Amaechi2018-01-101-2/+6
* Update the knife editor error message to point to the correct documentnew_knife_docTim Smith2018-01-021-1/+1
* Escape single-quoted strings from the contextAllan Espinosa2017-12-201-1/+1
* Link to the knife docs in both places where we error on editorknife_docTim Smith2017-08-291-1/+1
* avoid mutation attempt of node['platform']Jeremy J. Miller2017-07-171-1/+1
* If we don't have a run_list, don't send ittm/fix-policy-bootstrapThom May2017-07-051-0/+1
* remove now-unnecessary fileLamont Granquist2017-04-021-69/+0
* Chef-13: remove deprecated knife subcommand APIsLamont Granquist2017-04-011-32/+2
* Kill JSON auto inflate with firetm/remove_json_autoinflateThom May2017-03-141-2/+1
* Require chef/version when trying to read iter-478/fips_bootstrapTyler Ball2017-02-231-7/+8