get modules
Overview
Command: r2r eac get modules
Purpose: Get all module contracts in the repository
Category: get
Syntax
Examples
# Get modules as JSON
r2r eac get modules | jq '.'
# Extract module names
r2r eac get modules | jq -r '.modules[].moniker'
# Filter by type
r2r eac get modules | jq '.modules[] | select(.type == "go-library")'
See Also
- show modules - Formatted table
- get dependencies
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.