1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 12:15:33 +02:00

berks: add Italian translation.

This commit is contained in:
Marco Bonelli 2019-01-24 22:41:49 +01:00 committed by Starbeamrainbowlabs
parent bde43a6ec1
commit 84f5ff98c9

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}}`