Skip to content

bullpen status

Last updated: February 26, 2026

Show CLI version, environment, account info, and Polymarket platform status

Usage

bullpen status [OPTIONS]

Live Help

Show CLI version, environment, account info, and Polymarket platform status

Usage: bullpen status [OPTIONS]

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

Example Commands

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

Example Data

Representative JSON shape for automation and integrations:

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