Init Commands
Overview
Init commands set up EAC project configuration and initialize repository structure.
Key Characteristics:
- Creates required configuration files
- Sets up directory structure
- Initializes contracts and schemas
When to use: When setting up a new EAC-managed repository or adding EAC to an existing project.
All Init Commands
| Command | Description |
|---|---|
| init | Initialize EAC project configuration |
Common Workflows
Initializing a New Project
# Initialize with defaults
r2r eac init
# Initialize with project name
r2r eac init --name my-project
Verifying Initialization
See Also
- Getting Started Guide
- show config - View configuration
- validate - Validate configuration
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.