chef - Output Location of `knife cookbook create foo` -
where knife cookbook create <name of cookbook>
create cookbook?
c:\users\kevin\cookbooks>knife cookbook create foo ** creating cookbook foo ** creating readme cookbook: foo ** creating changelog cookbook: foo ** creating metadata cookbook: foo c:\users\kevin\cookbooks>dir 03/24/2014 10:38 <dir> . 03/24/2014 10:38 <dir> .. 0 file(s) 0 bytes 2 dir(s) 57,811,804,160 bytes free
i checked c:\users\kevin\.chef
, there's no cookbooks there either.
the knife
cli tool read , parse knife.rb
, cookbook_path
.
Comments
Post a Comment