mirror of https://github.com/CrimsonTome/tldr.git
21 lines
389 B
Markdown
21 lines
389 B
Markdown
# berks
|
|
|
|
> Chef cookbook dependency manager.
|
|
> Homepage: <https://docs.chef.io/berkshelf.html>.
|
|
|
|
- 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}}`
|