Skip to content

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

# Check configuration
r2r eac show config

# Validate setup
r2r eac validate

See Also


Tutorials | How-to Guides | Explanation | Reference

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