LinuxCommandLibrary

berks

berks

TLDR

Install cookbook dependencies into a local repo

$ berks install
copy


Update a specific cookbook and its dependencies
$ berks update [cookbook]
copy


Upload a cookbook to the Chef server
$ berks upload [cookbook]
copy


View the dependencies of a cookbook
$ berks contingent [cookbook]
copy

Copied to clipboard