1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 16:18:20 +01:00
tldr/pages.it/common/berks.md

20 lines
351 B
Markdown
Raw Normal View History

2019-01-24 22:41:49 +01:00
# berks
> Gestore di dipendenze per Chef cookbooks.
- Installa dipendenze cookbook in una repo locale:
`berks install`
- Aggiorna uno specifico cookbook e le sue dipendenze:
`berks update {{cookbook}}`
- Carica un cookbook sul server di Chef:
`berks upload {{cookbook}}`
- Mostra le dipendenze di un cookbook:
`berks contingent {{cookbook}}`