perfgate-cli 0.17.0

CLI for perfgate performance budgets and baseline diffs
---
source: crates/perfgate-cli/tests/cli_help_snapshot_tests.rs
expression: "help_output(&[\"probe\", \"--help\"])"
---
Compare named probe receipts and emit probe-level deltas

Usage: perfgate probe [OPTIONS] <COMMAND>

Commands:
  compare Compare two perfgate.probe.v1 receipts into a perfgate.probe_compare.v1 receipt
  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