Skip to content

get dependencies

Overview

Command: r2r eac get dependencies [module] Purpose: Get module dependency graph in structured format Category: get

Syntax

r2r eac get dependencies [module]

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


Tutorials | How-to Guides | Explanation | Reference

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