stackkit support export
stackkit support export
Export one local rollout log and its receipts.
Examples
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Export redacted local support evidence
stackkit support [flags]
stackkit support export
stackkit support export [run-id] [flags]
| Flag | Type | Default | Description |
|---|---|---|---|
--output, -o | string | — | New local JSON file to create (required) |
# 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
