logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Manage Cookbooks - Control Chef Cookbooks with Berks | Online Free DevTools by Hexmos

Control Chef cookbooks efficiently with Berks, a powerful dependency manager. Install, update, and upload cookbooks easily. Free online tool, no registration required.

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

See Also