--out and --destroy apply only to that preview and are rejected on the native line.
Examples
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Preview infrastructure changes
--out and --destroy apply only to that preview and are rejected on the native line.
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) |
# Inspect the generated plan, its readiness, and artifact hashes
stackkit plan
# The same inspection as JSON
stackkit plan --json
