Skip to content

r2r list

List available extensions from the registry that can be installed.

Syntax

r2r list [flags]

Description

The list command displays all extensions available in the R2R registry. Use this to discover extensions you can install.

Examples

List All Extensions

r2r list

Example output:

Available Extensions:

eac                Everything-as-Code automation framework

Check Before Installing

# See what's available
r2r list

# Install EAC
r2r install eac

EAC Extension

Full name: Everything-as-Code (EAC)

Provides:

  • Build automation
  • Test orchestration
  • Code validation
  • Security scanning
  • Release management
  • AI-powered workflows

Install:

r2r install eac

Documentation:

Registry Information

Extensions are hosted in the GitHub Container Registry (GHCR):

  • Registry URL: ghcr.io/ready-to-release/
  • Naming pattern: ext-<extension-name>
  • Access: Public read access (no authentication needed)

Example:

  • eacghcr.io/ready-to-release/ext-eac:latest

See Also


Tutorials | How-to Guides | Explanation | Reference

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