get config
Overview
Command: r2r eac get config
Purpose: Get all EAC configuration in structured format
Category: get
Syntax
Examples
# Get full configuration
r2r eac get config | jq '.'
# Extract specific values
r2r eac get config | jq -r '.ai.provider'
r2r eac get config | jq -r '.repository.main_branch'
# Check if configured
r2r eac get config | jq -e '.ai.api_key' > /dev/null
See Also
- show config - Formatted display
- init - Configure AI provider
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.