Skip to content

bullpen upgrade

Last updated: February 26, 2026

Update the bullpen binary to the latest release from GitHub

Usage

bullpen upgrade [OPTIONS]

Live Help

Update the bullpen binary to the latest release from GitHub

Usage: bullpen upgrade [OPTIONS]

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

Example Commands

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

Example Data

Representative JSON shape for automation and integrations:

{
  "command": "bullpen upgrade",
  "ok": true,
  "message": "Operation completed",
  "transaction_id": "sample_tx_123",
  "last_updated": "2026-02-26"
}