diff --git a/pages/common/berks.md b/pages/common/berks.md new file mode 100644 index 0000000000..ba9510b281 --- /dev/null +++ b/pages/common/berks.md @@ -0,0 +1,19 @@ +# berks + +> Chef cookbook dependency manager. + +- Install cookbook dependencies into a local repo: + +`berks install` + +- Update a specific cookbook and its dependencies: + +`berks update {{cookbook}}` + +- Upload a cookbook to the Chef server: + +`berks upload {{cookbook}}` + +- View the dependencies of a cookbook: + +`berks contingent {{cookbook}}`