Skip to content

Show dependencies

show dependencies - Show module dependency graph in a human-readable table format

Show module dependency graph in a human-readable table format.

This command displays the dependency relationships between modules in the repository. The output shows which modules depend on which other modules, helping you understand the module architecture and plan changes that respect dependencies.

The table format makes it easy to see the full dependency graph at a glance.

Notes

Expected Output:

  • Markdown table showing module dependencies with columns: Module, Depends On, Used By
  • Statistics table with metrics like total modules, total dependencies, root/leaf modules
  • Execution order table showing layers of modules that can run in parallel

Examples

show dependencies

See Also


Tutorials | How-to Guides | Explanation | Reference

You are here: Reference — information-oriented technical descriptions of the system.