Skip to content

Nodejs script to recursively download all cookbook dependencies for a given chef cookbook

Notifications You must be signed in to change notification settings

codesplicer/chef-cookbook-dependency-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chef Cookbook Dependency Downloader

nodejs script to recursively download all dependency cookbooks for a given target cookbook.

Requirements

This script has been tested with:

  • node v0.6.x and newer

Installation

Assuming you already have node and npm installed:

  1. cd /path/to/chef-cookbook-dependency-downloader
  2. npm install -d

Usage

The script requires you pass the path to your target cookbook when invoked as follows:

node downloader.js -c test-cookbook/

Example

Included in the project, in the test-cookbook folder, is a metadata.json file taken from the chef-graphite cookbook created by Heavy Water

License and Author

About

Nodejs script to recursively download all cookbook dependencies for a given chef cookbook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published