mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 18:00:52 +00:00
Update cheatsheets
This commit is contained in:
25
berks
Normal file
25
berks
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# berks
|
||||
|
||||
> Chef cookbook dependency manager.
|
||||
> More information: <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}}`
|
||||
Reference in New Issue
Block a user