summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/knife.rb
Commit message (Expand)AuthorAgeFilesLines
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-151-1/+1
* merge all dist files back into dist.rbMarc Chamberland2020-09-151-1/+1
* tighten all require statements for dist implementationMarc Chamberland2020-09-151-1/+1
* move dist implementation into chef-utilsMarc Chamberland2020-09-151-2/+2
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-1/+1
* Merge pull request #8460 from cc-build/dist_solo_zeroTim Smith2019-05-271-1/+2
|\
| * more distro constants for "Chef"Marc Chamberland2019-05-231-1/+2
* | Fix for knife bootstrap inheritance issue with knife plugins (#8585)Vasundhara Jagdale2019-05-241-2/+0
|/
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-6/+6
* fix Style/HashSyntaxLamont Granquist2018-07-021-6/+6
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-1/+1
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-1/+1
* Use double quotes by defaultThom May2016-01-141-13/+13
* Use windows paths without case-sensitivity.ksubrama/path_spaceKartik Null Cating-Subramanian2015-06-301-7/+35
* Warn on using 'everything' for knife download on a hosted setup PR #1913jmink2014-08-251-1/+1
* Remove old :local option from knife-essentials commandsJohn Keiser2013-10-141-56/+0
* Fix --chef-repo-pathJohn Keiser2013-10-111-3/+3
* Add --cookbook-version to knife download and knife diffJohn Keiser2013-09-121-1/+1
* Support all chef-client options in knife convergeJohn Keiser2013-09-121-10/+13
* Support chef_server_url 'local' in all knife-essentials commandsJohn Keiser2013-09-121-7/+21
* Support chef_server_url 'local' and create knife.rb if none existsJohn Keiser2013-09-121-0/+57
* Make chef_repo_path globally accessible across knife and chef-clientJohn Keiser2013-08-281-2/+1
* Allow knife remote commands to work when chef_repo_path is not specifiedJohn Keiser2013-06-071-0/+2
* Smooth out bad cookbook_path defaults from chefJohn Keiser2013-06-071-1/+1
* Move ChefFSDataStore and config out to where they can be used by non-knife cl...John Keiser2013-06-071-151/+23
* Don't load dependencies unless you run the command!John Keiser2013-06-071-7/+20
* Fix POST (file creation) for knife serveJohn Keiser2013-06-071-2/+10
* Fix multitenant (hosted/private) detectionJohn Keiser2013-06-071-1/+1
* Add --concurrency argument to set # of threadsJohn Keiser2013-06-071-0/+8
* Parallelize knife list and knife showJohn Keiser2013-06-071-0/+3
* Turn on nodes, clients and users by default ("everything")John Keiser2013-06-071-4/+13
* Add download and diff support for aclsjkeiser2013-06-071-2/+2
* Add container support to hosted chefjkeiser2013-06-071-2/+2
* Add repo_mode=hosted_everything, /groups entryjkeiser2013-06-071-4/+7
* Allow repo_mode and chef_repo_path to be set in knife.rb againjkeiser2013-06-071-54/+53
* [CLI] Added --chef_repo_path optionHo-Sheng Hsiao2013-06-071-17/+28
* Fix issue where pwd cookbook path not detected correctly in Ruby 1.8.7jkeiser2013-06-071-1/+1
* Fix relative path printing in Ruby 1.8.7jkeiser2013-06-071-2/+2
* Make format_path take an entry, not a pathjkeiser2013-06-071-1/+2
* Print error when chef_repo_path (or a subpath) is unspecifiedjkeiser2013-06-071-5/+2
* Support multiple chef_repo_pathsjkeiser2013-06-071-19/+28
* Fix bug where it thought you were in "cookbooks1" when you were really in "co...jkeiser2013-06-071-1/+3
* Fix issue where cwd=cookbooks/cookbook1 listed everything at /jkeiser2013-06-071-4/+7
* Make cwd detection work when repo dir is a symlinkjkeiser2013-06-071-5/+7