diff options
author | Bryan McLellan <btm@opscode.com> | 2011-05-20 12:08:15 -0700 |
---|---|---|
committer | Bryan McLellan <btm@opscode.com> | 2011-05-20 12:08:15 -0700 |
commit | 83318ea1a69c0c9c291a6d95278f129318ea39c6 (patch) | |
tree | 85fe548b7958568856d7936f61e07f162593b902 /chef/distro/common/html/knife-cookbook.1.html | |
parent | 04dca9147214ffb2882183f8af6e1b371cb31895 (diff) | |
download | chef-83318ea1a69c0c9c291a6d95278f129318ea39c6.tar.gz |
add cookbook upload dependencies option to more documentation
Diffstat (limited to 'chef/distro/common/html/knife-cookbook.1.html')
-rw-r--r-- | chef/distro/common/html/knife-cookbook.1.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/chef/distro/common/html/knife-cookbook.1.html b/chef/distro/common/html/knife-cookbook.1.html index f062742922..c6ad49e1ac 100644 --- a/chef/distro/common/html/knife-cookbook.1.html +++ b/chef/distro/common/html/knife-cookbook.1.html @@ -143,6 +143,8 @@ <dl> <dt><code>-a</code>, <code>--all</code></dt><dd>upload all cookbooks, rather than just a single cookbook</dd> <dt><code>-o</code>, <code>--cookbook-path path:path</code></dt><dd>a colon-separated path to look for cookbooks in</dd> +<dt><code>-d</code>, <code>--upload-dependencies</code></dt><dd>Uploads additional cookbooks that this cookbook lists in as +dependencies in its metadata.</dd> <dt><code>-E</code>, <code>--environment ENVIRONMENT</code></dt><dd>An <em>ENVIRONMENT</em> to apply the uploaded cookbooks to. Specifying this option will cause knife to edit the <em>ENVIRONMENT</em> to place a strict version constraint on the cookbook version(s) uploaded.</dd> @@ -350,11 +352,11 @@ cookbook.</p> <h2 id="AUTHOR">AUTHOR</h2> -<p> Chef was written by Adam Jacob <a href="mailto:adam@opscode.com" data-bare-link="true">adam@opscode.com</a> with many contributions from the community.</p> +<p> Chef was written by Adam Jacob <a href="mailto:adam@opscode.com" data-bare-link="true">adam@opscode.com</a> with many contributions from the community.</p> <h2 id="DOCUMENTATION">DOCUMENTATION</h2> -<p> This manual page was written by Joshua Timberman <a href="mailto:joshua@opscode.com" data-bare-link="true">joshua@opscode.com</a>. +<p> This manual page was written by Joshua Timberman <a href="mailto:joshua@opscode.com" data-bare-link="true">joshua@opscode.com</a>. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.</p> <h2 id="CHEF">CHEF</h2> @@ -364,7 +366,7 @@ cookbook.</p> <ol class='man-decor man-foot man foot'> <li class='tl'>Chef 0.10.0</li> - <li class='tc'>April 2011</li> + <li class='tc'>May 2011</li> <li class='tr'>knife-cookbook(1)</li> </ol> |