System Grab Bag

View all TLDR pages from common (or from all pages)

berks

Chef cookbook dependency manager. More information: https://docs.chef.io/berkshelf.html.
  • Install cookbook dependencies into a local repo:
    berks install
  • Update a specific cookbook and its dependencies:
    berks update {{cookbook}}
  • Upload a cookbook to the Chef server:
    berks upload {{cookbook}}
  • View the dependencies of a cookbook:
    berks contingent {{cookbook}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.