get dependencies
Overview
Command: r2r eac get dependencies [module]
Purpose: Get module dependency graph in structured format
Category: get
Syntax
Examples
# Get dependency graph
r2r eac get dependencies | jq '.'
# Get dependencies for module
r2r eac get dependencies | jq '.dependencies["r2r-cli"]'
# Find modules with no dependencies
r2r eac get dependencies | jq 'to_entries[] | select(.value | length == 0) | .key'
See Also
- show dependencies - Formatted table
- get execution-order
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.