Skip to content

v2.2.2

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Apr 07:16
· 59 commits to main since this release

📦 Installation

npm

# Install specific version
npm install -g @dorafactory/maci-operator@2.2.2

# Or install by tag
npm install -g @dorafactory/maci-operator@latest

Docker

Docker image publishing is temporarily disabled in CI.

🚀 Quick Start

# Initialize operator
maci init ./my-operator

# Configure
cd my-operator
vim config.toml

# Run with maci-operator CLI
maci start ./my-operator

# Run with Docker
docker-compose up -d

📚 Documentation

What's Changed

Full Changelog: v2.2.1...v2.2.2