summaryrefslogtreecommitdiff
path: root/lib/chef/knife
Commit message (Expand)AuthorAgeFilesLines
* Revert "Updated rest object URL and removed api_version 1"snehaldwivedi2021-02-1610-17/+17
* Updated rest object URL and removed api_version 1snehaldwivedi2021-02-1610-17/+17
* Updated API verion back to 1 and used user_v1snehaldwivedi2021-02-161-2/+2
* Updated changes to remove userV1 and use root_rest objectsnehaldwivedi2021-02-1611-85/+23
* knife org edit NAME does not worksnehaldwivedi2021-02-161-3/+8
* Updated reviewed changessnehaldwivedi2021-02-162-5/+9
* Updated reviewed changes for copyrights and roo_restsnehaldwivedi2021-02-1613-52/+67
* Fix Typosnehaldwivedi2021-02-161-1/+1
* Updated reviewed changessnehaldwivedi2021-02-1623-784/+613
* Merge this knife plugin into Chef directlysnehaldwivedi2021-02-1613-0/+854
* Merge pull request #10410 from chef/VSingh/knife-bootstrap-with-nonroot-userTim Smith2021-01-261-4/+54
|\
| * Rescue Train::UserError and re-try with su_passwordVSingh/knife-bootstrap-with-nonroot-userVivek Singh2020-09-181-16/+17
| * Fix AIX su password match stringVivek Singh2020-09-171-1/+1
| * Passed block and limits resursive callsVivek Singh2020-09-171-16/+6
| * Fixed test case failureVivek Singh2020-09-171-1/+1
| * handles su - USER sesssion to perform bootstrapVivek Singh2020-09-171-4/+63
* | Fix chefstyle violations.Pete Higgins2020-12-281-1/+1
* | Untangle some gnarly code.Pete Higgins2020-12-281-7/+4
* | Rename a variable to get rid of a spelling exception.Pete Higgins2020-12-281-2/+2
* | Move FormattingOptions to its own file and remove duplication.Pete Higgins2020-12-286-54/+55
* | Fix knife status json output for EC2 instance with no public IP.Pete Higgins2020-12-281-1/+1
* | Windows Trusted cert path slashes fixaxelrtgs2020-12-151-1/+1
* | make rubocop happyRobert Vežnaver2020-12-111-0/+1
* | tty-prompt already required in core/ui.rbRobert Vežnaver2020-12-111-1/+0
* | Raise error and retry with PTY on sudo password promptRobert Vežnaver2020-12-101-0/+2
* | Fix for deprecation warningKapil Chouhan2020-12-091-1/+1
* | Add missing require for TTY::Prompt.Pete Higgins2020-12-021-1/+4
* | Use URI::DEFAULT_PARSER.make_regexp instead of URI.regexpTim Smith2020-11-271-1/+1
* | require net/sshVSingh/require-net-sshVivek Singh2020-11-121-0/+1
* | Don't uses regexes in splits when we don't need tono_regex_in_splitTim Smith2020-11-082-2/+2
* | Simplify regexes by removing extra character classesTim Smith2020-10-302-2/+2
* | Merge pull request #10574 from TimothyTitan/patch-1Tim Smith2020-10-291-0/+2
|\ \
| * | Update windows_bootstrap_context.rbTim Titan2020-10-291-0/+2
* | | fix secret options in windows bootstrapmwrock2020-10-292-6/+7
|/ /
* | Merge pull request #10463 from 007lva/chore/use-ruby-2.6-endless-rangeTim Smith2020-09-2511-13/+13
|\ \
| * | Use Ruby 2.6 endless Range syntax007lva2020-09-2411-13/+13
* | | Remove unnecessary require.remove-requirePete Higgins2020-09-241-1/+0
|/ /
* | Gate requires in chef-utils and chef-config as wellrequiresTim Smith2020-09-201-1/+1
|/
* Resolve Style/RedundantCondition copTim Smith2020-09-161-1/+1
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-1511-11/+11
* Move chef-config/dist to chef-utils/distLance Albertson2020-09-151-1/+1
* merge all dist files back into dist.rbMarc Chamberland2020-09-159-9/+9
* tighten all require statements for dist implementationMarc Chamberland2020-09-1511-11/+11
* move dist implementation into chef-utilsMarc Chamberland2020-09-1513-53/+53
* Use __dir__ instead of getting the dir of __FILE__Tim Smith2020-09-091-1/+1
* autoload license_acceptance/acceptor in knife loadingmwrock2020-09-091-1/+3
* use autoloading for many required gemsmwrock2020-09-082-2/+2
* Resolve RuboCop Style/RedundantInterpolation warningsTim Smith2020-09-081-1/+1
* Remove border color optionVSingh/knife-list-deprecation-updateVivek Singh2020-08-261-2/+1
* Use ||= instead of const_defined? checkVivek Singh2020-08-261-1/+1