> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kombify.io/llms.txt
> Use this file to discover all available pages before exploring further.

# stackkit plan

> Preview infrastructure changes

Preview infrastructure changes.

Inspect the governed Architecture v2 plan or preview v0.6 infrastructure changes.

On native v0.7, this command verifies and inspects the exact ResolvedPlan, generation manifest, receipt, and generated artifact hashes without invoking an executor. Exact v0.6 retains its packaged OpenTofu preview; `--out` and `--destroy` apply only to that preview and are rejected on the native line.

```bash theme={null}
stackkit plan [flags]
```

| Flag                   | Type   | Default | Description                                                                                     |
| ---------------------- | ------ | ------- | ----------------------------------------------------------------------------------------------- |
| `--artifact-manifest`  | string | —       | Architecture v2 generation manifest (default: \<outputRoot>/.stackkit/generation-manifest.json) |
| `--destroy`            | bool   | —       | Create destroy plan                                                                             |
| `--generation-receipt` | string | —       | Architecture v2 generation receipt (default: \<outputRoot>/.stackkit/generation-receipt.json)   |
| `--inventory`          | string | —       | Architecture v2 observed Inventory (otherwise one conventional inventory file is selected)      |
| `--json`               | bool   | —       | Emit the native Architecture v2 plan inspection as JSON                                         |
| `--out, -o`            | string | —       | Save plan to file                                                                               |
| `--resolved-plan`      | string | —       | Architecture v2 canonical ResolvedPlan (default: \<outputRoot>/.stackkit/resolved-plan.json)    |

**Examples**

```bash theme={null}
# Inspect the generated plan, its readiness, and artifact hashes
stackkit plan

# The same inspection as JSON
stackkit plan --json
```
