Skip to content

bullpen config init

Last updated: February 26, 2026

Create a new configuration file with default settings

Usage

bullpen config init [OPTIONS]

Live Help

Create a new configuration file with default settings

Usage: bullpen config init [OPTIONS]

Options:
      --env <ENV>                            [possible values: staging, production]
      --output <OUTPUT>                      [possible values: table, json]
      --usergate-url <USERGATE_URL>          
      --config <CONFIG>                      
      --output-format <OUTPUT_FORMAT>        [possible values: table, json]
      --credential-store <CREDENTIAL_STORE>  [possible values: auto, keyring, file, ephemeral]
  -h, --help                                 Print help

Example Commands

bullpen config init [OPTIONS]
bullpen config init --help
bullpen config init --output json

Example Data

Representative JSON shape for automation and integrations:

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