No commit activity in last 3 years
No release in over 3 years
Generates a dependency tree of roles and cookbooks.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Knife Dependency Tree

Gem Version Build Status

Generates a dependency tree of roles and cookbooks.

Installation

Via RubyGems

gem install knife-dependency-tree

Usage

knife node dependency tree NODE

Caveats

Does not properly parse the cookbook versions in the environment. Assumes that cookbook is pinned to the version listed there with =. Any operators such as > ~> may not be handled correctly.

Cookbook dependencies are determined from the cookbook metadata. Any invalid information in them will be reflected here.

Currently only has support for nodes. Environments, cookbooks, and roles will be implemented in the future.