berks: add page (#2625)
This commit is contained in:
19
pages/common/berks.md
Normal file
19
pages/common/berks.md
Normal 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}}`
|
Reference in New Issue
Block a user