R2R
Guides for working with the r2r (Ready to Release) command-line interface. Learn how to extend the CLI with custom commands packaged as Docker containers.
In This Section
| Guide | Description |
|---|---|
| Creating Extensions | Build production-ready extensions: project structure, metadata, testing, Dockerfile optimization, and EAC integration |
| Local Development Workflows | Develop and test extensions locally: importer.ps1 for EAC, Docker for standalone extensions |
| Testing in External Repositories | Test ext-eac and standalone extensions in external repositories using Docker |
Quick Links
- Creating your first extension? Start with Creating Extensions
- Developing ext-eac commands? See Local Development - EAC Repository
- Building a standalone extension? See Local Development - External Repository Testing
- Testing in another repo? See Testing in External Repositories
Reference Implementation
For a complete, production-ready example, see ext-env-check:
See Also
- R2R CLI Command Reference - Complete command documentation
- R2R CLI Configuration - Configuration file reference
- CLI vs Extensions Architecture - Understanding the two-tier system
Tutorials | How-to Guides | Explanation | Reference
You are here: How-to Guides — task-oriented recipes that guide you through solving specific problems.