The Berksfile is the file that specifies the cookbook dependencies for a Berkshelf
What's the difference between adding cookbooks to Berksfile using 'cookbook' and adding cookbooks to metadata.rb using 'depends'? For example, …
chef-infra berkshelf berksfileAccording to "berks help update", the command is supposed to: "Update the cookbooks (and dependencies) specified in the Berksfile" (Yes ... …
chef-infra berkshelf berksfile