summaryrefslogtreecommitdiff
path: root/lib/chef/chef_fs/knife.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove old :local option from knife-essentials commandsJohn Keiser2013-10-141-56/+0
| | | | (superceded by global -z option)
* 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 ↵John Keiser2013-06-071-151/+23
| | | | clients
* 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
| | | | | | | | | | This will override the chef_repo_paths option in the config. When specified, the directory is assumed to contain the entire chef repo you want. This option is put in place so that testing migrations using `knife download` and `knife upload` is easier. If "override everything" is a feature request you require, then please file a bug report
* 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 ↵jkeiser2013-06-071-1/+3
| | | | "cookbooks123"
* 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
|
* Honor repo_mode in local filesystemjkeiser2013-06-071-1/+6
|
* Tests for empty and extra files/directoriesjkeiser2013-06-071-1/+1
|
* When there is no local repo, print absolute pathsjkeiser2013-06-071-1/+1
|
* Support chef_repo_path, roles_path, multiple cookbook_pathsjkeiser2013-06-071-18/+110
|
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+77
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!