Skip to content

bullpen points

Last updated: February 26, 2026

Show Bullpen points balance and distribution history

Usage

bullpen points [OPTIONS]

Live Help

Show Bullpen points balance and distribution history

Usage: bullpen points [OPTIONS]

Options:
      --history          Include points distribution history
      --output <OUTPUT>  [possible values: table, json]
      --env <ENV>        [possible values: staging, production]
      --config <CONFIG>  
  -h, --help             Print help

Example Commands

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

Example Data

Representative JSON shape for automation and integrations:

{
  "command": "bullpen points --output json",
  "points": {
    "total": 12345,
    "tier": "Pro",
    "next_tier_points": 15000
  },
  "last_updated": "2026-02-26"
}