knife-cookbook-site
- Install and update open source cookbooks
knife cookbook site sub-command (options)
knife cookbook site
provides the following subcommands:
cookbook site install COOKBOOK [VERSION] (options)
-D
, --skip-dependencies
-o
, --cookbook-path PATH
-B
, --branch BRANCH
Uses git(1) version control in conjunction with the cookbook site to
install community contributed cookbooks to your local cookbook
repository. Running knife cookbook site install
does the following:
By installing cookbook with this process, you can locally modify the upstream cookbook in your master branch and let git maintain your changes as a separate patch. When an updated upstream version becomes available, you will be able to merge the upstream changes while maintaining your local modifications.
Unless --skip-dependencies is specified, the process is applied recursively to all the cookbooks COOKBOOK depends on (via metadata dependencies).
knife cookbook site download COOKBOOK [VERSION] (options)
-f
, --file FILE
--force
Downloads a specific cookbook from the Community site, optionally specifying a certain version.
knife cookbook site list (options)
-w
, --with-uri
Lists available cookbooks from the Community site.
knife cookbook site search QUERY (options)
Searches for available cookbooks matching the specified query.
knife cookbook site share COOKBOOK CATEGORY (options)
-k
, --key KEY
-u
, --user USER
-o
, --cookbook-path PATH:PATH
Uploads the specified cookbook using the given category to the Opscode cookbooks site. Requires a login user and certificate for the Opscode Cookbooks site. By default, knife will use the username and API key you've configured in your configuration file; otherwise you must explicitly set these values on the command line or use an alternate configuration file.
knife cookbook site unshare COOKBOOK
Stops sharing the specified cookbook on the Opscode cookbooks site.
knife cookbook site show COOKBOOK [VERSION] (options)
Shows information from the site about a particular cookbook.
The cookbook site, http://community.opscode.com/, is a cookbook distribution service operated by Opscode. This service provides users with a central location to publish cookbooks for sharing with other community members.
knife cookbook site
commands provide an interface to the cookbook
site's HTTP API. For commands that read data from the API, no account is
required. In order to upload cookbooks using the knife cookbook site
share
command, you must create an account on the cookbook site and
configure your credentials via command line option or in your knife
configuration file.
Uploading cookbooks to the Opscode cookbooks site:
knife cookbook site share example Other -k ~/.chef/USERNAME.pem -u USERNAME
knife-cookbook(1) http://community.opscode.com/cookbooks
Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.
This manual page was written by Joshua Timberman joshua@opscode.com. Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.
Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home