1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-28 20:04:54 +02:00
tldr/pages.it/common/berks.md

20 lines
415 B
Markdown

# berks
> Gestore di dipendenze per Chef cookbooks.
> Maggiori informazioni: <https://docs.chef.io/berkshelf.html>.
- 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}}`