mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 20:42:23 +03:00
415 B
415 B
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}}