mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 14:15:44 +02:00
berks: add Italian translation.
This commit is contained in:
parent
bde43a6ec1
commit
84f5ff98c9
1 changed files with 19 additions and 0 deletions
19
pages.it/common/berks.md
Normal file
19
pages.it/common/berks.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue