> ## 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 support

> Export redacted local support evidence

Export redacted local support evidence.

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

Subcommands: [`stackkit support export`](#stackkit-support-export)

## stackkit support export

Export one local rollout log and its receipts.

```bash theme={null}
stackkit support export [run-id] [flags]
```

| Flag           | Type   | Default | Description                              |
| -------------- | ------ | ------- | ---------------------------------------- |
| `--output, -o` | string | —       | New local JSON file to create (required) |

**Examples**

```bash theme={null}
# Export the newest rollout log and its receipts to a new file
stackkit support export --output support-evidence.json

# Export one run by an ID that stackkit logs list printed
stackkit support export <run-id> -o support-evidence.json
```
