show dependencies
Overview
Command: r2r eac show dependencies [module]
Purpose: Show module dependency graph in a human-readable table
Category: show
Syntax
Examples
# Show all dependencies
r2r eac show dependencies
# Show specific module dependencies
r2r eac show dependencies r2r-cli
# Find leaf modules
r2r eac show dependencies | grep "(none)"
See Also
- get dependencies - JSON dependency graph
- get execution-order - Build order
- validate dependencies
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.