berks: add Italian translation.

italian
Marco Bonelli 2019-01-24 22:41:49 +01:00 committed by Starbeamrainbowlabs
parent bde43a6ec1
commit 84f5ff98c9
1 changed files with 19 additions and 0 deletions

19
pages.it/common/berks.md Normal file
View File

@ -0,0 +1,19 @@
# 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}}`