1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 09:53:41 +02:00
tldr/pages/common/berks.md

20 lines
338 B
Markdown
Raw Normal View History

2018-11-29 01:42:59 -08:00
# 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}}`