Files
cheatsheet-tldr/tldr/berks
2025-12-20 00:20:53 +00:00

26 lines
498 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# berks
> Chef cookbook dependency manager.
> More information: <https://docs.chef.io/workstation/berkshelf/>.
- 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}}`