1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 21:15:32 +02:00

berks: add page (#2625)

This commit is contained in:
Justin Hao 2018-11-29 01:42:59 -08:00 committed by Owen Voke
parent 571e44e3e1
commit 615a155f72

19
pages/common/berks.md Normal file
View file

@ -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}}`