Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.53 KB

File metadata and controls

44 lines (28 loc) · 1.53 KB

Dependencies Analyzer

DX module that provides an extensible service to analyze the missing declared dependencies

How to use?

Basic usage

The dependencies analyzer service is available through the Karaf console.

Use utils:graph-missing-dependencies to create a graph of the missing declared dependencies

jahia@dx()> utils:graph-missing-dependencies

Commands

utils:graph-missing-dependencies

Create a graph of the missing declared dependencies. The files are generated in the JCR with the path "/sites/systemsite/files/dependencies-analyzer"

Options:

Name alias Mandatory Value Description
-s --skip Skip modules created by Jahia

Example:

utils:graph-missing-dependencies -s  

utils:print-missing-dependencies

Print a graph of the missing declared dependencies.

Options:

Name alias Mandatory Value Description
-s --skip Skip modules created by Jahia

Example:

utils:print-missing-dependencies -s