2025-03-14 21:59:59 -06:00
|
|
|
# berks
|
|
|
|
|
|
|
|
|
|
> Chef cookbook dependency manager.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://docs.chef.io/workstation/berkshelf/>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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}}`
|