Skip to content

R2R CLI Command Reference

The R2R CLI manages containerized extensions. It provides framework commands for installing and running the EAC extension.

Command Overview

Command Description
init Initialize .r2r/r2r-cli.yml configuration
install Install the EAC extension
list List available extensions
validate Validate configuration syntax
verify Verify system prerequisites
cleanup Clean up old Docker images
interactive Open interactive shell in extension container
metadata Retrieve extension metadata
version Display R2R CLI version

Quick Start

# 1. Initialize configuration
r2r init

# 2. Install EAC extension
r2r install eac

# 3. Use EAC commands
r2r eac build
r2r eac test

R2R CLI vs EAC Extension

Aspect R2R CLI EAC Extension
Purpose Extension framework Automation tools
Commands init, install, list build, test, validate
Runs Host machine Docker container
Config .r2r/r2r-cli.yml .r2r/eac/

Configuration File

R2R CLI uses .r2r/r2r-cli.yml:

extensions:
  - name: 'eac'
    image: 'ghcr.io/ready-to-release/ext-eac:latest'

See Configuration Reference for details.

See Also


Tutorials | How-to Guides | Explanation | Reference

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