Skip to content

get Commands

Retrieve repository data in structured JSON format for automation and scripting.

Commands in this Category

Command Purpose
get Base get command
get artifacts Get resolved artifacts for a module
get build-deps Get build dependencies for a module
get build-times Get build timing information
get changed-modules Get modules affected by changed files
get changed-modules-ci Get modules requiring rebuild since last CI
get commands Retrieve repository data in structured format
get config Get all EAC configuration
get dependencies Get module dependency graph
get environments Get all environment contracts
get execution-order Get execution order for specific modules
get files Get repository files with module ownership
get modules Get all module contracts
get specs-unused-steps Detect unused godog step definitions
get suite Get test suite information
get test-timings Get test timing information
get tests Get all tests in the repository
get valid-commands Get all valid commands

Quick Examples

# Get modules as JSON
r2r eac get modules | jq '.modules[].moniker'

# Get changed modules for CI
r2r eac get changed-modules-ci

See Also


Tutorials | How-to Guides | Explanation | Reference

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