Skip to content

get config

Overview

Command: r2r eac get config Purpose: Get all EAC configuration in structured format Category: get

Syntax

r2r eac get config

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


Tutorials | How-to Guides | Explanation | Reference

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