Skip to content

bullpen experimental

Last updated: February 26, 2026

Enable, disable, and list experimental features

Usage

bullpen experimental [OPTIONS] <COMMAND>

Subcommands

Subcommand Description
list List all experimental features and their status
enable Enable an experimental feature
disable Disable an experimental feature

Live Help

Enable, disable, and list experimental features

Usage: bullpen experimental [OPTIONS] <COMMAND>

Commands:
  list     List all experimental features and their status
  enable   Enable an experimental feature
  disable  Disable an experimental feature
  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 experimental [OPTIONS] <COMMAND>
bullpen experimental --help
bullpen experimental --output json

Example Data

Representative JSON shape for automation and integrations:

{
  "command": "bullpen experimental",
  "type": "command_group",
  "subcommands": [ "list", "enable", "disable" ],
  "last_updated": "2026-02-26"
}