The dewey graph command loads all the components and runtime resources that are discovered during start up.
The graph is described using the DOT graph description language and saved into the working directory as graph.gv.
Given the -r command argument, dewey will attempt to render the graph using the GraphViz dot.exe dependency.
From the dependency information described in each component manifest, a dependency graph is built up. Each node can be on of the following:
- A component.
- A runtime resources.
The type and sub-type of the component or runtime resource is used render an appropriate image in the node from a set of predefined icons listed in the icons folder.
The context value set on components or runtime resources is used to group nodes into sub graphs.