Skip to content

bullpen config

Last updated: February 26, 2026

Initialize and manage CLI configuration

Usage

bullpen config [OPTIONS] <COMMAND>

Subcommands

Subcommand Description
init Create a new configuration file with default settings
show Display the current configuration

Live Help

Initialize and manage CLI configuration

Usage: bullpen config [OPTIONS] <COMMAND>

Commands:
  init  Create a new configuration file with default settings
  show  Display the current configuration
  help  Print this message or the help of the given subcommand(s)

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

Example Commands

bullpen config [OPTIONS] <COMMAND>
bullpen config --help
bullpen config --output json

Example Data

Representative JSON shape for automation and integrations:

{
  "command": "bullpen config",
  "type": "command_group",
  "subcommands": [ "init", "show" ],
  "last_updated": "2026-02-26"
}