Skip to content

get environments

Overview

Command: r2r eac get environments Purpose: Get all environment contracts Category: get

Syntax

r2r eac get environments

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


Tutorials | How-to Guides | Explanation | Reference

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