Skip to main content

Quick Start

Run the interactive CLI:

iac-code

On first use, configure the LLM provider and Alibaba Cloud credentials:

/auth

Then ask for infrastructure:

Create a VPC and two ECS instances

For a one-shot prompt, use non-interactive mode:

iac-code --prompt "Create an OSS Bucket"

You can also read the prompt from standard input:

echo "Create a VPC and two ECS instances" | iac-code --prompt -