tldr/pages.it/common/berks.md

21 lines
415 B
Markdown
Raw Normal View History

2019-01-24 21:41:49 +00:00
# berks
> Gestore di dipendenze per Chef cookbooks.
> Maggiori informazioni: <https://docs.chef.io/berkshelf.html>.
2019-01-24 21:41:49 +00:00
- 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}}`