CLI Reference
nova plan — Preview Changes
Preview deterministic infrastructure additions, updates, or deletions before deployment.
Preview deterministic infrastructure additions, updates, or deletions by comparing compiled Nova IR against your current deployment state lock.
Syntax
Terminal
nova plan [options]Options
| Option | Description | Default |
|---|---|---|
| --target <provider> | Target cloud driver (aws, cloudflare, docker) | — |
| --env <namespace> | Environment namespace | production |
| --out <file> | Save execution plan to file | — |
Examples
Preview AWS Deployment Plan
Terminal
nova plan --target awsOutput
[NovaServe Plan] Target: AWS us-east-1 (Environment: production)
Resource Actions:
[[prompt]] + [CREATE] S3 Bucket: user-receipts-prod
[[prompt]] + [CREATE] SQS Queue: notification-queue-prod
[[prompt]] + [CREATE] Lambda Handler: POST /checkout
[[prompt]] ~ [UPDATE] API Gateway v2 CORS Configuration
[[prompt]] - [NO ACTION] IAM Role: ExecutionRole (Unchanged)
Plan Summary: 3 to create, 1 to update, 0 to destroy.
State Hash: a9f8e7d...