1. Installation

OneInfra CLI is distributed as a single binary for macOS (Apple Silicon & Intel) and Linux x86_64.

bash
# Shell Installer
curl -fsSL https://vibeinfra.id/install.sh | sh

# macOS Homebrew Formula
brew install vibeinfra/tap/oneinfra

2. Initializing a Multi-Cloud Cluster

Generate production Terraform blueprints and Kubernetes manifest files with a single command:

bash
# Initialize AWS EKS Cluster Blueprint
oneinfra cluster create --provider aws --region us-east-1 --nodes 3

# Apply Infrastructure
oneinfra apply --auto-approve