DEPRECATED: Delivery CLI now simply uses chef generate cookbook -d <cookbook_name>
to generate a delivery-ready cookbook. This is no longer used.
Here are a few places to look now if you wanna make updates to build cookbook generation:
- https://github.com/chef/chef-dk/blob/master/lib/chef-dk/command/generate.rb
- https://github.com/chef/chef-dk/blob/master/lib/chef-dk/command/generator_commands/build_cookbook.rb
- https://github.com/chef/chef-dk/blob/master/lib/chef-dk/skeletons/code_generator/recipes/build_cookbook.rb
- Author: Joshua Timberman joshua@chef.io
- Author: Jon Anderson janderson@chef.io
- Author: Stephen Lauck laucks@chef.io
Copyright:: Copyright (c) 2015, Chef Software, Inc. legal@chef.io
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.