---
source: crates/perfgate-cli/tests/cli_help_snapshot_tests.rs
assertion_line: 564
expression: "help_output(&[\"decision\", \"--help\"])"
---
Evaluate scenario and tradeoff evidence into a review-ready decision summary
Usage: perfgate decision [OPTIONS] <COMMAND>
Commands:
evaluate Evaluate configured scenarios and tradeoffs, then render decision markdown
bundle Export indexed decision evidence as one portable JSON bundle
upload Upload a perfgate.tradeoff.v1 receipt to the baseline server decision ledger
history List stored decision receipts from the baseline server
latest Show the latest stored decision receipt from the baseline server
debt Summarize accepted tradeoff debt from the baseline server decision ledger
export Export stored decision records as JSONL or JSON
prune Prune old decision records from the baseline server ledger
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
Global Options:
--baseline-server <BASELINE_SERVER> URL of the baseline server (e.g., http://localhost:3000/api/v1) Can also be set via PERFGATE_SERVER_URL environment variable
--api-key <API_KEY> API key for authentication with the baseline server. Can also be set via PERFGATE_API_KEY environment variable
--project <PROJECT> Project name for multi-tenancy. Can also be set via PERFGATE_PROJECT environment variable