[chef] Re: How can we upload cookbooks from the command lines?


Chronological Thread 
  • From: Bryan McLellan < >
  • To:
  • Subject: [chef] Re: How can we upload cookbooks from the command lines?
  • Date: Tue, 12 Jan 2010 10:45:25 -0800

On Tue, Jan 12, 2010 at 7:02 AM, Dikang Gu 
< >
 wrote:
> As per subject.  for chef 0.8, using the knife.

http://wiki.opscode.com/display/chef/Knife#Knife-CookbookCommands

So something like:

sudo /var/lib/gems/1.8/bin/knife  cookbook upload apache2 -u
chef-webui -k /etc/chef/webui.pem -o cookbooks

# sudo -> because I'm using the webui key which has restrictive
permissions because I haven't created an user key yet
# /var/lib/gems/1.8/bin/knife -> path to knife since I'm using debian rubygems
# cookbook -> subcommand
# upload -> option
# apache2 -> name of cookbook
# -u chef-webui -> user to authenticate as
# -k /etc/chef/webui.pem -> users secret key
# -o cookbooks -> path to folder where I have the cookbooks on my
filesystem I want to upload.



Archive powered by MHonArc 2.6.16.

§