Skip to content

bullpen completion

Last updated: February 26, 2026

Generate shell completion scripts for bash, zsh, fish, elvish, or PowerShell

Usage

bullpen completion [OPTIONS] <SHELL>

Live Help

Generate shell completion scripts for bash, zsh, fish, elvish, or PowerShell

Usage: bullpen completion [OPTIONS] <SHELL>

Arguments:
  <SHELL>  [possible values: bash, elvish, fish, powershell, zsh]

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

Example Commands

bullpen completion [OPTIONS] <SHELL>
bullpen completion --help
bullpen completion --output json

Example Data

Representative JSON shape for automation and integrations:

{
  "command": "bullpen completion --output json",
  "ok": true,
  "data": {
    "example": "This is a representative output shape."
  },
  "last_updated": "2026-02-26"
}