Skip to content

bullpen rewards

Last updated: February 26, 2026

Show and claim available rewards

Usage

bullpen rewards [OPTIONS]

Live Help

Show and claim available rewards

Usage: bullpen rewards [OPTIONS]

Options:
      --claim            Claim rewards
      --output <OUTPUT>  [possible values: table, json]
      --env <ENV>        [possible values: staging, production]
      --config <CONFIG>  
  -h, --help             Print help

Example Commands

bullpen rewards [OPTIONS]
bullpen rewards --help
bullpen rewards --output json

Example Data

Representative JSON shape for automation and integrations:

{
  "command": "bullpen rewards --output json",
  "status": "ok",
  "checks": [
    { "name": "connectivity", "status": "pass" },
    { "name": "auth", "status": "pass" }
  ],
  "last_updated": "2026-02-26"
}