get environments
Overview
Command: r2r eac get environments
Purpose: Get all environment contracts
Category: get
Syntax
Examples
# Get all environments
r2r eac get environments | jq '.'
# Filter by type
r2r eac get environments | jq '.environments[] | select(.type == "production")'
# Extract configuration
r2r eac get environments | jq -r '.environments[] | select(.name == "production") | .configuration.api_endpoint'
See Also
- show environments - Formatted table
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.