### Bullpen Setup Example Commands Source: https://cli.bullpen.fi/reference/commands/setup Examples of how to invoke the `bullpen setup` command with different options. ```bash bullpen setup [OPTIONS] bullpen setup --help bullpen setup --output json ``` -------------------------------- ### Quick Start: Install, Skills, Login, and Interact Source: https://cli.bullpen.fi/skill/references/getting-started A four-step process to get started with the Bullpen CLI. This includes installing the CLI, enabling AI skills for automated trading, logging in, and then interacting with the AI assistant using natural language commands. ```bash # 1. Install the CLI brew install bullpenfi/tap/bullpen # 2. Install AI skills (enables Claude/Codex to trade for you) bullpen skill install # 3. Log in bullpen login # 4. Restart Claude Code / Codex CLI, then ask it anything: # "Buy $10 of Yes on will-bitcoin-hit-100k" # "Show me trending prediction markets" # "Fill my March Madness bracket with chalk picks" ``` -------------------------------- ### Run Bullpen Setup Wizard Source: https://cli.bullpen.fi/skill/references/platform-and-account Initiates a guided setup process for first-time users, covering authentication, configuration, and wallet initialization. ```bash bullpen setup ``` -------------------------------- ### Run Guided Setup for Bullpen CLI Source: https://cli.bullpen.fi/introduction Initiates the guided setup wizard for the Bullpen CLI, which handles configuration, login, and approval checks. ```bash bullpen setup ``` -------------------------------- ### Bullpen Setup Example JSON Output Source: https://cli.bullpen.fi/reference/commands/setup Representative JSON output shape for the `bullpen setup` command, useful for automation and integrations. ```json { "command": "bullpen setup", "ok": true, "message": "Operation completed", "transaction_id": "sample_tx_123", "last_updated": "2026-02-26" } ``` -------------------------------- ### bullpen experimental enable Example Commands Source: https://cli.bullpen.fi/reference/commands/experimental/enable Examples demonstrating how to invoke the `bullpen experimental enable` command. Includes a general usage example and specific examples for help and JSON output. ```bash bullpen experimental enable [OPTIONS] bullpen experimental enable --help bullpen experimental enable --output json ``` -------------------------------- ### Show Configuration Examples Source: https://cli.bullpen.fi/reference/commands/config/show Examples of how to execute the `bullpen config show` command with different options. ```bash bullpen config show [OPTIONS] bullpen config show --help bullpen config show --output json ``` -------------------------------- ### Bullpen Setup Live Help Source: https://cli.bullpen.fi/reference/commands/setup Displaying live help for the `bullpen setup` command, including available options and their possible values. ```bash bullpen setup [OPTIONS] Options: --output [possible values: table, json] --env [possible values: staging, production] --config -h, --help Print help ``` -------------------------------- ### Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/clob/ok Illustrative examples of how to run the `bullpen polymarket clob ok` command with different options. ```bash bullpen polymarket clob ok [OPTIONS] ``` ```bash bullpen polymarket clob ok --help ``` ```bash bullpen polymarket clob ok --output json ``` -------------------------------- ### Get Started with Bullpen CLI Source: https://cli.bullpen.fi/ A quick sequence of commands to log in, check balances, discover markets, and place a buy order. ```bash # 1. Log in bullpen login # 2. Check your balances across all chains bullpen portfolio balances # 3. Discover trending prediction markets bullpen polymarket discover # 4. Buy shares on a market outcome bullpen polymarket buy "will-btc-hit-150k" "Yes" 10 --yes ``` -------------------------------- ### bullpen portfolio overview Example Commands Source: https://cli.bullpen.fi/reference/commands/portfolio/overview Examples demonstrating how to use the `bullpen portfolio overview` command with different options. ```bash bullpen portfolio overview [OPTIONS] bullpen portfolio overview --help bullpen portfolio overview --output json ``` -------------------------------- ### bullpen CLI Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/data/leaderboard Examples of how to run the leaderboard command. Demonstrates basic usage and help flags. ```bash bullpen polymarket data leaderboard [OPTIONS] ``` ```bash bullpen polymarket data leaderboard --help ``` ```bash bullpen polymarket data leaderboard --output json ``` -------------------------------- ### bullpen polymarket data profile Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/data/profile Examples of how to execute the profile command. Includes a general usage example, help command, and specifying JSON output. ```bash bullpen polymarket data profile [OPTIONS]
bullpen polymarket data profile --help bullpen polymarket data profile --output json ``` -------------------------------- ### Bullpen Experimental Example Commands Source: https://cli.bullpen.fi/reference/commands/experimental Examples demonstrating how to invoke the bullpen experimental command with options. ```bash bullpen experimental [OPTIONS] ``` ```bash bullpen experimental --help ``` ```bash bullpen experimental --output json ``` -------------------------------- ### bullpen portfolio balances Example Commands Source: https://cli.bullpen.fi/reference/commands/portfolio/balances Examples of how to run the `bullpen portfolio balances` command with different options. ```bash bullpen portfolio balances [OPTIONS] bullpen portfolio balances --help bullpen portfolio balances --output json ``` -------------------------------- ### Bullpen Setup Command Usage Source: https://cli.bullpen.fi/reference/commands/setup Basic usage of the `bullpen setup` command. ```bash bullpen setup [OPTIONS] ``` -------------------------------- ### AI Agent Skills Installation Confirmation Source: https://cli.bullpen.fi/introduction Example output confirming the successful installation of AI agent skill files to specified directories. ```text Installed 8 skill files to /Users/you/.claude/skills/bullpen-cli Installed 2 skill files to /Users/you/.claude/skills/bullpen-bracket ``` -------------------------------- ### Bullpen Experimental List Example Commands Source: https://cli.bullpen.fi/reference/commands/experimental/list Examples of how to execute the `bullpen experimental list` command with different options. ```bash bullpen experimental list [OPTIONS] ``` ```bash bullpen experimental list --help ``` ```bash bullpen experimental list --output json ``` -------------------------------- ### Example Bullpen Login Commands Source: https://cli.bullpen.fi/reference/commands/auth/login Illustrative examples of how to execute the `bullpen login` command, including a standard login and a login that skips wallet initialization. ```bash bullpen login bullpen login --skip-init ``` -------------------------------- ### Bullpen Rewards Example Commands Source: https://cli.bullpen.fi/reference/commands/rewards Illustrates common ways to invoke the `bullpen rewards` command. These examples show how to get help and specify output format. ```bash bullpen rewards [OPTIONS] bullpen rewards --help bullpen rewards --output json ``` -------------------------------- ### Example Commands for bullpen config init Source: https://cli.bullpen.fi/reference/commands/config/init Illustrates how to execute the `bullpen config init` command with different options. ```bash bullpen config init [OPTIONS] bullpen config init --help bullpen config init --output json ``` -------------------------------- ### bullpen polymarket split Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/split Illustrative commands for using the split functionality. Includes a general usage example and specific option examples. ```bash bullpen polymarket split [OPTIONS] --condition --amount bullpen polymarket split --help bullpen polymarket split --output json ``` -------------------------------- ### Tracker List Example Commands Source: https://cli.bullpen.fi/reference/commands/tracker/list Examples of how to run the `bullpen tracker list` command with different options. ```bash bullpen tracker list [OPTIONS] bullpen tracker list --help bullpen tracker list --output json ``` -------------------------------- ### Limit Sell Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/limit-sell Illustrative commands for using `bullpen polymarket limit-sell`. Includes a general usage example, help invocation, and an example with JSON output. ```bash bullpen polymarket limit-sell [OPTIONS] --price --shares ``` ```bash bullpen polymarket limit-sell --help ``` ```bash bullpen polymarket limit-sell --output json ``` -------------------------------- ### Example Commands for Builder Volume Source: https://cli.bullpen.fi/reference/commands/polymarket/data/builder-volume Illustrates how to execute the builder-volume command with different options. ```bash bullpen polymarket data builder-volume [OPTIONS] ``` ```bash bullpen polymarket data builder-volume --help ``` ```bash bullpen polymarket data builder-volume --output json ``` -------------------------------- ### Bullpen CLI Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/data/smart-money Illustrates how to execute the `bullpen polymarket data smart-money` command with different options. Includes a general command structure and a specific example for JSON output. ```bash bullpen polymarket data smart-money [OPTIONS] ``` ```bash bullpen polymarket data smart-money --help ``` ```bash bullpen polymarket data smart-money --output json ``` -------------------------------- ### Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/data/builder-leaderboard Illustrates various ways to execute the `bullpen polymarket data builder-leaderboard` command. ```bash bullpen polymarket data builder-leaderboard [OPTIONS] bullpen polymarket data builder-leaderboard --help bullpen polymarket data builder-leaderboard --output json ``` -------------------------------- ### Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/preflight Demonstrates how to execute the `bullpen polymarket preflight` command with different options, including specifying output format. ```bash bullpen polymarket preflight [OPTIONS] bullpen polymarket preflight --help bullpen polymarket preflight --output json ``` -------------------------------- ### bullpen polymarket position-id Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/position-id Examples demonstrating how to invoke the command with different options, including requesting help and specifying JSON output. ```bash bullpen polymarket position-id [OPTIONS] --collection bullpen polymarket position-id --help bullpen polymarket position-id --output json ``` -------------------------------- ### bullpen polymarket clob fee-rate Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/clob/fee-rate Illustrative commands for using the `fee-rate` command. Shows how to get help or specify JSON output. ```bash bullpen polymarket clob fee-rate [OPTIONS] ``` ```bash bullpen polymarket clob fee-rate --help ``` ```bash bullpen polymarket clob fee-rate --output json ``` -------------------------------- ### Bullpen Tracker CLI Examples Source: https://cli.bullpen.fi/reference/commands/tracker Provides examples of how to invoke the `bullpen tracker` CLI with different options and commands. These examples demonstrate basic usage patterns. ```bash bullpen tracker [OPTIONS] ``` ```bash bullpen tracker --help ``` ```bash bullpen tracker --output json ``` -------------------------------- ### bullpen polymarket tags Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/tags Examples demonstrating how to use the `bullpen polymarket tags` command with different options. ```bash bullpen polymarket tags [OPTIONS] bullpen polymarket tags --help bullpen polymarket tags --output json ``` -------------------------------- ### bullpen polymarket data volume Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/data/volume Examples demonstrating how to execute the `bullpen polymarket data volume` command with different options. ```bash bullpen polymarket data volume [OPTIONS] ``` ```bash bullpen polymarket data volume --help ``` ```bash bullpen polymarket data volume --output json ``` -------------------------------- ### Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/clob/earnings Illustrative commands demonstrating different ways to invoke the earnings summary. Includes examples for help and JSON output. ```bash bullpen polymarket clob earnings [OPTIONS] --date ``` ```bash bullpen polymarket clob earnings --help ``` ```bash bullpen polymarket clob earnings --output json ``` -------------------------------- ### Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/approve Illustrative commands for `bullpen polymarket approve`. These examples show how to invoke the command with different options. ```bash bullpen polymarket approve [OPTIONS] bullpen polymarket approve --help bullpen polymarket approve --output json ``` -------------------------------- ### Example Commands for `bullpen completion` Source: https://cli.bullpen.fi/reference/commands/completion These examples demonstrate how to use the `bullpen completion` command with different options, such as requesting help or specifying JSON output. ```bash bullpen completion [OPTIONS] ``` ```bash bullpen completion --help ``` ```bash bullpen completion --output json ``` -------------------------------- ### Install Bullpen CLI using Shell Script Source: https://cli.bullpen.fi/ Installs the Bullpen CLI by downloading and executing an installation script. This is a cross-platform method. ```bash curl -fsSL https://cli.bullpen.fi/install.sh | sh ``` -------------------------------- ### Install and Log in to Bullpen CLI Source: https://cli.bullpen.fi/skill/SKILL Install the Bullpen CLI using Homebrew, then log in to your account. Verify your login status. ```bash brew install bullpenfi/tap/bullpen ``` ```bash bullpen login ``` ```bash bullpen status ``` -------------------------------- ### bullpen polymarket price Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/price Examples of how to execute the `bullpen polymarket price` command with different options. ```bash bullpen polymarket price [OPTIONS] [OUTCOME] bullpen polymarket price --help bullpen polymarket price --output json ``` -------------------------------- ### Discover Markets Command Examples Source: https://cli.bullpen.fi/reference/commands/polymarket/discover Illustrates common ways to invoke the `bullpen polymarket discover` command. These examples show basic usage and how to request help or JSON output. ```bash bullpen polymarket discover [OPTIONS] [LENS] ``` ```bash bullpen polymarket discover --help ``` ```bash bullpen polymarket discover --output json ``` -------------------------------- ### Tracker Following Command Examples Source: https://cli.bullpen.fi/reference/commands/tracker/following Illustrative examples of how to run the 'bullpen tracker following' command with different options. These examples show basic invocation and help requests. ```bash bullpen tracker following [OPTIONS] bullpen tracker following --help bullpen tracker following --output json ``` -------------------------------- ### bullpen polymarket positions Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/positions Examples of how to execute the `bullpen polymarket positions` command with different options. ```bash bullpen polymarket positions [OPTIONS] bullpen polymarket positions --help bullpen polymarket positions --output json ``` -------------------------------- ### Example Bracket Summary Output Source: https://cli.bullpen.fi/march-madness An example of the output format for the bracket summary command. ```text Champion: Duke Final Four: Duke (E) | Arizona (W) | Iowa St. (MW) | Illinois (S) Elite 8: Duke (E) | Michigan St. (E) | Arizona (W) | ... Upsets: TCU(9)>Ohio St.(8), USF(11)>Louisville(6) Picks: 63/63 Tiebreaker: 148 ``` -------------------------------- ### bullpen polymarket clob spread Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/clob/spread Examples of how to execute the command with different options. ```bash bullpen polymarket clob spread [OPTIONS] ``` ```bash bullpen polymarket clob spread --help ``` ```bash bullpen polymarket clob spread --output json ``` -------------------------------- ### Copy Trading - Start Copying (Preset) Source: https://cli.bullpen.fi/skill/references/trading Starts copying a trader using recommended settings. Requires the trader's address. ```bash # Start copying a trader with recommended settings bullpen tracker copy start
--preset recommended ``` -------------------------------- ### Watchlist Command Examples Source: https://cli.bullpen.fi/reference/commands/polymarket/watchlist Examples demonstrating how to use the watchlist command. These cover basic usage, requesting help, and outputting data in JSON format. ```bash bullpen polymarket watchlist [OPTIONS] ``` ```bash bullpen polymarket watchlist --help ``` ```bash bullpen polymarket watchlist --output json ``` -------------------------------- ### bullpen polymarket smart-alerts Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/smart-alerts Examples of how to invoke the smart-alerts command. Use these as templates for common operations. ```bash bullpen polymarket smart-alerts [OPTIONS] bullpen polymarket smart-alerts --help bullpen polymarket smart-alerts --output json ``` -------------------------------- ### bullpen CLI Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/clob/midpoint Illustrates how to execute the midpoint command with different options. ```bash bullpen polymarket clob midpoint [OPTIONS] ``` ```bash bullpen polymarket clob midpoint --help ``` ```bash bullpen polymarket clob midpoint --output json ``` -------------------------------- ### bullpen polymarket clob order Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/clob/order Examples demonstrating how to use the order lookup command with different options. Includes a help flag and JSON output. ```bash bullpen polymarket clob order [OPTIONS] bullpen polymarket clob order --help bullpen polymarket clob order --output json ``` -------------------------------- ### Polymarket Price History Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/price-history Illustrative commands for using the `bullpen polymarket price-history` tool. Includes examples for general usage, requesting help, and specifying JSON output. ```bash bullpen polymarket price-history [OPTIONS] --outcome bullpen polymarket price-history --help bullpen polymarket price-history --output json ``` -------------------------------- ### Bullpen CLI Example Commands Source: https://cli.bullpen.fi/reference/commands Illustrative examples of how to invoke the Bullpen CLI with specific options. These demonstrate basic command execution and output formatting. ```bash bullpen [OPTIONS] [COMMAND] bullpen --help bullpen --output json ``` -------------------------------- ### Bullpen Polymarket Trade-Alert Examples Source: https://cli.bullpen.fi/reference/commands/polymarket/trade-alert Examples demonstrating how to invoke the trade-alert command, including getting help and specifying JSON output. ```bash bullpen polymarket trade-alert [OPTIONS] bullpen polymarket trade-alert --help bullpen polymarket trade-alert --output json ``` -------------------------------- ### Bullpen Polymarket Deposit Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/deposit These examples demonstrate how to execute the `bullpen polymarket deposit` command with different options. The `--output json` option is useful for programmatic integration. ```bash bullpen polymarket deposit [OPTIONS] --address
bullpen polymarket deposit --help bullpen polymarket deposit --output json ``` -------------------------------- ### Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/clob/time Demonstrates various ways to invoke the `bullpen polymarket clob time` command, including with options. ```bash bullpen polymarket clob time [OPTIONS] bullpen polymarket clob time --help bullpen polymarket clob time --output json ``` -------------------------------- ### Live Help for bullpen config init Source: https://cli.bullpen.fi/reference/commands/config/init Displays detailed help information, including available options and their possible values for the `bullpen config init` command. ```bash Create a new configuration file with default settings Usage: bullpen config init [OPTIONS] Options: --env [possible values: staging, production] --output [possible values: table, json] --usergate-url --config --output-format [possible values: table, json] --credential-store [possible values: auto, keyring, file, ephemeral] -h, --help Print help ``` -------------------------------- ### Example: Get Comments as JSON Source: https://cli.bullpen.fi/reference/commands/polymarket/comments Demonstrates how to fetch comments and format the output as JSON, suitable for programmatic use. ```bash bullpen polymarket comments --output json ``` -------------------------------- ### Bullpen Polymarket CLOB Balance Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/clob/balance Examples of how to execute the balance command with different options, such as specifying output format or requesting help. ```bash bullpen polymarket clob balance [OPTIONS] ``` ```bash bullpen polymarket clob balance --help ``` ```bash bullpen polymarket clob balance --output json ``` -------------------------------- ### bullpen polymarket clob rewards Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/clob/rewards Examples demonstrating how to use the rewards command with different options like help and output format. ```bash bullpen polymarket clob rewards [OPTIONS] --date bullpen polymarket clob rewards --help bullpen polymarket clob rewards --output json ``` -------------------------------- ### Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/clob/sampling-markets Demonstrates how to execute the sampling-markets command with different options, including displaying help and outputting in JSON format. ```bash bullpen polymarket clob sampling-markets [OPTIONS] bullpen polymarket clob sampling-markets --help bullpen polymarket clob sampling-markets --output json ``` -------------------------------- ### Fill Bracket with Specific Champion (Example) Source: https://cli.bullpen.fi/skill/bullpen-bracket/SKILL Demonstrates filling a bracket with a specific champion (Duke) by starting with chalk and overriding later rounds. Requires authentication. ```bash bullpen polymarket bracket contests --status open --output json ``` ```bash bullpen polymarket bracket fill-chalk --tiebreaker 152 ``` ```bash bullpen polymarket bracket pick --slot R6_CH1 --winner "Duke" ``` ```bash bullpen polymarket bracket pick --slot R5_FF1 --winner "Duke" ``` ```bash bullpen polymarket bracket summary ``` ```bash bullpen polymarket bracket picks ``` -------------------------------- ### Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/clob/earnings-markets Illustrates common ways to invoke the earnings-markets command, including specifying output format. ```bash bullpen polymarket clob earnings-markets [OPTIONS] --date ``` ```bash bullpen polymarket clob earnings-markets --help ``` ```bash bullpen polymarket clob earnings-markets --output json ``` -------------------------------- ### Bullpen Polymarket Buy Command with JSON Output Source: https://cli.bullpen.fi/reference/commands/polymarket/buy Example of using the `bullpen polymarket buy` command to get output in JSON format. This is useful for scripting and integrations. ```bash bullpen polymarket buy --output json ``` -------------------------------- ### Automated Copy Trading Bot Setup Source: https://cli.bullpen.fi/skill/references/copy-trading-tutorial A bash script to automate the copy trading process. It fetches top traders from a leaderboard, selects the top 3, and prepares to start copying them. ```bash #!/usr/bin/env bash set -euo pipefail echo "=== Bullpen Copy Trading Bot Setup ===" # 1. Get top 3 trader addresses from the week's leaderboard echo "Fetching top traders..." TOP_TRADERS=( bullpen polymarket data leaderboard \ --period week \ --limit 10 \ --output json \ | jq -r '.traders[:3][].address' ) echo "Top 3 traders this week:" echo "$TOP_TRADERS" ``` -------------------------------- ### Detect CLI Installation Method Source: https://cli.bullpen.fi/skill/references/diagnostics Determine how the Bullpen CLI was installed by checking common installation paths and package managers. ```bash which bullpen # installation path brew list bullpen 2>/dev/null && echo "Installed via Homebrew" npm list -g @bullpenfi/cli 2>/dev/null && echo "Installed via npm" ``` -------------------------------- ### Redeem Command Examples Source: https://cli.bullpen.fi/reference/commands/polymarket/redeem Illustrates common ways to use the redeem command, including specifying output format. ```bash bullpen polymarket redeem [OPTIONS] bullpen polymarket redeem --help bullpen polymarket redeem --output json ``` -------------------------------- ### Verify Bullpen CLI Installation Source: https://cli.bullpen.fi/introduction Checks the installed version of the Bullpen CLI. This command should be run after installation to confirm success. ```bash bullpen --version ``` -------------------------------- ### Example Commands for `bullpen tracker remove` Source: https://cli.bullpen.fi/reference/commands/tracker/remove Demonstrates common ways to invoke the `bullpen tracker remove` command. Includes examples for general usage, help, and specific output formats. ```bash bullpen tracker remove [OPTIONS] --chain
``` ```bash bullpen tracker remove --help ``` ```bash bullpen tracker remove --output json ``` -------------------------------- ### bullpen polymarket watch Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/watch Examples of how to invoke the `bullpen polymarket watch` command with different options. This includes basic usage, requesting help, and specifying JSON output. ```bash bullpen polymarket watch [OPTIONS] bullpen polymarket watch --help bullpen polymarket watch --output json ``` -------------------------------- ### Polymarket CLOB NegRisk Check Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/clob/neg-risk Illustrative commands for using the `bullpen polymarket clob neg-risk` tool. These examples show how to specify options like output format and how to access help. ```bash bullpen polymarket clob neg-risk [OPTIONS] ``` ```bash bullpen polymarket clob neg-risk --help ``` ```bash bullpen polymarket clob neg-risk --output json ``` -------------------------------- ### Install Bullpen CLI using npm Source: https://cli.bullpen.fi/ Installs the Bullpen CLI globally using npm. This method is suitable for users who have Node.js and npm installed. ```bash npm install -g @bullpenfi/cli ``` -------------------------------- ### Show Configuration Live Help Source: https://cli.bullpen.fi/reference/commands/config/show Displays the help information for the `bullpen config show` command, including available options. ```bash Display the current configuration Usage: bullpen config show [OPTIONS] Options: --output [possible values: table, json] --env [possible values: staging, production] --config -h, --help Print help ``` -------------------------------- ### bullpen portfolio overview Live Help Source: https://cli.bullpen.fi/reference/commands/portfolio/overview Displays help information for the `bullpen portfolio overview` command, including available options. ```bash Show portfolio value summary across all chains Usage: bullpen portfolio overview [OPTIONS] Options: --output [possible values: table, json] --env [possible values: staging, production] --config -h, --help Print help ``` -------------------------------- ### Initialize Bullpen Configuration Source: https://cli.bullpen.fi/skill/references/platform-and-account Creates the default configuration file `~/.bullpen/config.toml`. ```bash bullpen config init [OPTIONS] ``` -------------------------------- ### Bullpen CLI Version Output Source: https://cli.bullpen.fi/introduction Example output showing the version of the Bullpen CLI after verification. ```text bullpen 0.1.19 ``` -------------------------------- ### Live Help and Options Source: https://cli.bullpen.fi/reference/commands/polymarket/preflight Displays detailed help information for the `bullpen polymarket preflight` command, including available options and their possible values. ```bash Run pre-trade safety checks (server time, account status, balance, approvals) Usage: bullpen polymarket preflight [OPTIONS] Options: --output [possible values: table, json] --env [possible values: staging, production] --config -h, --help Print help ``` -------------------------------- ### CLI Tool Skill Installation Commands Source: https://cli.bullpen.fi/skill-format-spec Commands for installing and uninstalling skills using a CLI tool. Skills can be installed to all detected platforms, specific platforms, or a custom path. ```bash # Install skills to all detected AI agent platforms mytool skill install # Install to a specific platform mytool skill install --claude mytool skill install --codex # Install to a specific path mytool skill install --path /custom/path/ # Uninstall mytool skill uninstall ``` -------------------------------- ### bullpen portfolio pnl Example Commands Source: https://cli.bullpen.fi/reference/commands/portfolio/pnl Demonstrates various ways to execute the `bullpen portfolio pnl` command, including showing help and specifying output format. ```bash bullpen portfolio pnl [OPTIONS] bullpen portfolio pnl --help bullpen portfolio pnl --output json ``` -------------------------------- ### Install AI Agent Skills Source: https://cli.bullpen.fi/quickstart Install skills for AI agents like Claude Code or Codex CLI to enable them to trade on your behalf. Remember to restart the AI agent after installation. ```bash bullpen skill install # Restart Claude Code / Codex CLI after installing ``` -------------------------------- ### List Installed Skills Source: https://cli.bullpen.fi/skill/references/diagnostics Check the installed skills and their versions, and identify if any skills are outdated. ```bash bullpen skill list --output json ``` -------------------------------- ### Live Help and Options Source: https://cli.bullpen.fi/reference/commands/polymarket/clob/earnings Displays available options and usage details for the command. Use this to understand all configurable parameters. ```bash View total earnings summary for a date (authenticated) Usage: bullpen polymarket clob earnings [OPTIONS] --date Options: --date Date in YYYY-MM-DD format --output [possible values: table, json] --env [possible values: staging, production] --config -h, --help Print help ``` -------------------------------- ### Polymarket CLI JSON Output Example Source: https://cli.bullpen.fi/reference/commands/polymarket Example of how to request JSON output from the Polymarket CLI. ```bash bullpen polymarket --output json ``` -------------------------------- ### bullpen polymarket clob books Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/clob/books Demonstrates how to execute the command with different options, including help and JSON output. ```bash bullpen polymarket clob books [OPTIONS] bullpen polymarket clob books --help bullpen polymarket clob books --output json ``` -------------------------------- ### Bullpen Upgrade Command Examples Source: https://cli.bullpen.fi/reference/commands/upgrade Illustrates various ways to execute the `bullpen upgrade` command, including showing help and specifying output format. ```bash bullpen upgrade [OPTIONS] bullpen upgrade --help bullpen upgrade --output json ``` -------------------------------- ### Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/clob/api-keys Demonstrates various ways to execute the `bullpen polymarket clob api-keys` command, including requesting help and specifying output format. ```bash bullpen polymarket clob api-keys [OPTIONS] bullpen polymarket clob api-keys --help bullpen polymarket clob api-keys --output json ``` -------------------------------- ### Bullpen Experimental List Live Help Source: https://cli.bullpen.fi/reference/commands/experimental/list Displays help information for the `bullpen experimental list` command, including available options and their possible values. ```bash List all experimental features and their status Usage: bullpen experimental list [OPTIONS] Options: --output [possible values: table, json] --env [possible values: staging, production] --config -h, --help Print help ``` -------------------------------- ### Bullpen Polymarket Markets Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/markets Demonstrates common ways to use the `bullpen polymarket markets` command, including showing help and outputting JSON. ```bash bullpen polymarket markets [OPTIONS] ``` ```bash bullpen polymarket markets --help ``` ```bash bullpen polymarket markets --output json ``` -------------------------------- ### Basic Usage of bullpen config init Source: https://cli.bullpen.fi/reference/commands/config/init Shows the basic command structure for initializing a configuration file. ```bash bullpen config init [OPTIONS] ``` -------------------------------- ### bullpen experimental enable Live Help Source: https://cli.bullpen.fi/reference/commands/experimental/enable Detailed help information for the `bullpen experimental enable` command, including arguments and options. Use this to understand available parameters. ```bash Enable an experimental feature Usage: bullpen experimental enable [OPTIONS] Arguments: Feature name (e.g. device_login) Options: --output [possible values: table, json] --env [possible values: staging, production] --config -h, --help Print help ``` -------------------------------- ### Live Help Options Source: https://cli.bullpen.fi/reference/commands/polymarket/clob/sampling-markets Lists available options for the sampling-markets command, including pagination, output format, environment selection, and help. ```bash List reward-eligible sampling markets (unauthenticated) Usage: bullpen polymarket clob sampling-markets [OPTIONS] Options: --cursor Pagination cursor (from previous response next_cursor) --output [possible values: table, json] --env [possible values: staging, production] --limit Maximum number of rows to print in table output --config -h, --help Print help ``` -------------------------------- ### Post Orders Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/clob/post-orders Illustrates how to invoke the `post-orders` command with different options, including displaying help and specifying JSON output. ```bash bullpen polymarket clob post-orders [OPTIONS] --tokens --side --prices --sizes ``` ```bash bullpen polymarket clob post-orders --help ``` ```bash bullpen polymarket clob post-orders --output json ``` -------------------------------- ### bullpen polymarket activity Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/activity Demonstrates common ways to invoke the `bullpen polymarket activity` command. Includes showing help and specifying JSON output. ```bash bullpen polymarket activity [OPTIONS] ``` ```bash bullpen polymarket activity --help ``` ```bash bullpen polymarket activity --output json ``` -------------------------------- ### Install Bullpen CLI using Homebrew Source: https://cli.bullpen.fi/skill/references/getting-started Installs the Bullpen CLI on macOS or Linux using the Homebrew package manager. ```bash brew install bullpenfi/tap/bullpen ``` -------------------------------- ### Bullpen Polymarket Comment Alert Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/comment-alert Examples of how to invoke the comment-alert command. These demonstrate basic usage and help retrieval. ```bash bullpen polymarket comment-alert [OPTIONS] ``` ```bash bullpen polymarket comment-alert --help ``` ```bash bullpen polymarket comment-alert --output json ``` -------------------------------- ### Install Bullpen CLI using Shell Script Source: https://cli.bullpen.fi/skill/references/getting-started Installs the Bullpen CLI by downloading and executing a shell script from the official source. ```bash curl -fsSL https://cli.bullpen.fi/install.sh | bash ``` -------------------------------- ### Example Commands for `bullpen polymarket data open-interest` Source: https://cli.bullpen.fi/reference/commands/polymarket/data/open-interest Demonstrates various ways to invoke the open-interest command, including specifying output format and requesting help. ```bash bullpen polymarket data open-interest [OPTIONS] bullpen polymarket data open-interest --help bullpen polymarket data open-interest --output json ``` -------------------------------- ### Live Help and Options Source: https://cli.bullpen.fi/reference/commands/polymarket/data/builder-leaderboard Displays live help and available options for the `bullpen polymarket data builder-leaderboard` command. ```bash Builder (third-party app) leaderboard rankings Usage: bullpen polymarket data builder-leaderboard [OPTIONS] Options: --output [possible values: table, json] --period Time period: day, week, month, all [default: day] --env [possible values: staging, production] --limit Number of results [default: 25] --config -h, --help Print help ``` -------------------------------- ### bullpen polymarket collection-id Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/collection-id Illustrative commands for using the `collection-id` tool, including a help request and a JSON output example. ```bash bullpen polymarket collection-id [OPTIONS] --condition --index-set ``` ```bash bullpen polymarket collection-id --help ``` ```bash bullpen polymarket collection-id --output json ``` -------------------------------- ### Start Copy Trading (Preset with Overrides) Source: https://cli.bullpen.fi/skill/references/copy-trading-tutorial Apply a preset configuration for copy trading and then override specific settings, such as the trade amount, to fine-tune the subscription. ```bash # Use recommended preset but bump amount to $50 bullpen tracker copy start 0xYOUR_TRADER_ADDRESS \ --preset recommended \ --amount 50 ``` -------------------------------- ### bullpen portfolio balances Live Help Source: https://cli.bullpen.fi/reference/commands/portfolio/balances Displays help information for the `bullpen portfolio balances` command, including available options. ```bash Show token balances by chain (Solana, Hyperliquid, Polymarket) Usage: bullpen portfolio balances [OPTIONS] Options: --output [possible values: table, json] --env [possible values: staging, production] --config -h, --help Print help ``` -------------------------------- ### Install AI Skills for Bullpen CLI Source: https://cli.bullpen.fi/march-madness Install AI skills to enable features like AI-powered bracket filling. This should be done after logging in. ```shell bullpen skill install ``` -------------------------------- ### Install Bullpen CLI using Homebrew Source: https://cli.bullpen.fi/ Installs the Bullpen CLI using the Homebrew package manager. This is the recommended method for macOS users. ```bash # 1. Install the CLI brew install bullpenfi/tap/bullpen ``` -------------------------------- ### bullpen polymarket clob simplified-markets Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/clob/simplified-markets Demonstrates common ways to execute the command, including showing help and specifying JSON output format. ```bash bullpen polymarket clob simplified-markets [OPTIONS] bullpen polymarket clob simplified-markets --help bullpen polymarket clob simplified-markets --output json ``` -------------------------------- ### Start Copy Trading (Recommended Preset) Source: https://cli.bullpen.fi/skill/references/copy-trading-tutorial Initiate copy trading for a trader using the 'recommended' preset, which applies sensible defaults for new users. This mode requires manual confirmation for each trade. ```bash bullpen tracker copy start 0xYOUR_TRADER_ADDRESS --preset recommended ``` -------------------------------- ### Bullpen Config Example Commands Source: https://cli.bullpen.fi/reference/commands/config Illustrates common ways to invoke the `bullpen config` command, including displaying help and specifying output format. ```bash bullpen config [OPTIONS] bullpen config --help bullpen config --output json ``` -------------------------------- ### Limit Buy Order Example JSON Response Source: https://cli.bullpen.fi/reference/commands/polymarket/limit-buy Example of the JSON response structure for a successful limit buy order operation, useful for automation. ```json { "command": "bullpen polymarket limit-buy", "ok": true, "message": "Operation completed", "transaction_id": "sample_tx_123", "last_updated": "2026-02-26" } ``` -------------------------------- ### Example Commands for `bullpen polymarket clob last-trades` Source: https://cli.bullpen.fi/reference/commands/polymarket/clob/last-trades Illustrates how to execute the command with different options, such as specifying JSON output or requesting help. ```bash bullpen polymarket clob last-trades [OPTIONS] ``` ```bash bullpen polymarket clob last-trades --help ``` ```bash bullpen polymarket clob last-trades --output json ``` -------------------------------- ### bullpen polymarket clob orders-scoring Examples Source: https://cli.bullpen.fi/reference/commands/polymarket/clob/orders-scoring Illustrative commands for using the orders-scoring functionality. Includes examples for general usage, help, and JSON output. ```bash bullpen polymarket clob orders-scoring [OPTIONS] ``` ```bash bullpen polymarket clob orders-scoring --help ``` ```bash bullpen polymarket clob orders-scoring --output json ``` -------------------------------- ### Live Help for `bullpen polymarket data open-interest` Source: https://cli.bullpen.fi/reference/commands/polymarket/data/open-interest Displays detailed help information, including arguments, options, and usage for the open-interest command. ```bash Get open interest (outstanding position value) for a market Usage: bullpen polymarket data open-interest [OPTIONS] Arguments: Market slug, market numeric ID, or condition ID (0x...) Options: --output [possible values: table, json] --env [possible values: staging, production] --config -h, --help Print help ``` -------------------------------- ### Builder Volume Command Live Help Source: https://cli.bullpen.fi/reference/commands/polymarket/data/builder-volume Displays help information and available options for the builder-volume command. ```bash Builder volume time-series data Usage: bullpen polymarket data builder-volume [OPTIONS] Options: --output [possible values: table, json] --period Time period: day, week, month, all [default: day] --env [possible values: staging, production] --limit Maximum number of entries to return --config -h, --help Print help ``` -------------------------------- ### Tracker List JSON Output Example Source: https://cli.bullpen.fi/reference/commands/tracker/list Example of the JSON output format for the `bullpen tracker list --output json` command, useful for automation. ```json { "command": "bullpen tracker list --output json", "count": 2, "items": [ { "id": "item_1", "name": "Sample Item", "status": "active" }, { "id": "item_2", "name": "Sample Item 2", "status": "active" } ], "last_updated": "2026-02-26" } ``` -------------------------------- ### Example Withdraw Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/withdraw Illustrative commands for withdrawing funds, including requesting help and specifying JSON output. These examples show practical application of the command. ```bash bullpen polymarket withdraw [OPTIONS] --to --amount --chain ``` ```bash bullpen polymarket withdraw --help ``` ```bash bullpen polymarket withdraw --output json ``` -------------------------------- ### bullpen polymarket clob fee-rate Example JSON Output Source: https://cli.bullpen.fi/reference/commands/polymarket/clob/fee-rate Example JSON structure for the `fee-rate` command when output is set to JSON. Useful for scripting and automation. ```json { "command": "bullpen polymarket clob fee-rate --output json", "status": "ok", "checks": [ { "name": "connectivity", "status": "pass" }, { "name": "auth", "status": "pass" } ], "last_updated": "2026-02-26" } ``` -------------------------------- ### bullpen polymarket clob batch-prices Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/clob/batch-prices Examples of how to execute the batch-prices command with different options, including displaying help and specifying JSON output. ```bash bullpen polymarket clob batch-prices [OPTIONS] ``` ```bash bullpen polymarket clob batch-prices --help ``` ```bash bullpen polymarket clob batch-prices --output json ``` -------------------------------- ### Live Help and Options Source: https://cli.bullpen.fi/reference/commands/polymarket/clob/api-keys Displays help information and available options for the `bullpen polymarket clob api-keys` command. ```bash List API keys associated with the authenticated wallet (authenticated) Usage: bullpen polymarket clob api-keys [OPTIONS] Options: --output [possible values: table, json] --env [possible values: staging, production] --config -h, --help Print help ``` -------------------------------- ### Tracker Add Example JSON Response Source: https://cli.bullpen.fi/reference/commands/tracker/add Example JSON structure returned by the 'bullpen tracker add' command upon successful execution. Useful for automation and integrations. ```json { "command": "bullpen tracker add", "ok": true, "message": "Operation completed", "transaction_id": "sample_tx_123", "last_updated": "2026-02-26" } ``` -------------------------------- ### bullpen portfolio pnl Live Help Source: https://cli.bullpen.fi/reference/commands/portfolio/pnl Displays help information for the `bullpen portfolio pnl` command, including available options. ```bash Show realized and unrealized profit & loss Usage: bullpen portfolio pnl [OPTIONS] Options: --output [possible values: table, json] --env [possible values: staging, production] --config -h, --help Print help ``` -------------------------------- ### bullpen polymarket merge Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/merge Illustrative examples of how to invoke the 'bullpen polymarket merge' command. Shows basic usage, help invocation, and output formatting. ```bash bullpen polymarket merge [OPTIONS] --condition --amount bullpen polymarket merge --help bullpen polymarket merge --output json ``` -------------------------------- ### Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/clob/update-balance Illustrates common ways to invoke the `bullpen polymarket clob update-balance` command, including showing help and specifying JSON output. ```bash bullpen polymarket clob update-balance [OPTIONS] bullpen polymarket clob update-balance --help bullpen polymarket clob update-balance --output json ``` -------------------------------- ### Install Bullpen AI Skills Source: https://cli.bullpen.fi/ Installs the necessary AI skills for Bullpen CLI, enabling integration with AI assistants like Claude Code and Codex CLI. ```bash # 2. Install AI skills bullpen skill install ``` -------------------------------- ### Copy Trading - Start Copying (Custom) Source: https://cli.bullpen.fi/skill/references/trading Starts copying a trader with custom settings for amount, execution mode, and exit behavior. Requires the trader's address. ```bash # Start with custom settings bullpen tracker copy start
--amount 50 --execution-mode auto --exit-behavior mirror-sells ``` -------------------------------- ### bullpen polymarket clob orders-scoring JSON Output Example Source: https://cli.bullpen.fi/reference/commands/polymarket/clob/orders-scoring Example JSON structure representing the output for automation and integrations. Shows command details, status, and check results. ```json { "command": "bullpen polymarket clob orders-scoring --output json", "status": "ok", "checks": [ { "name": "connectivity", "status": "pass" }, { "name": "auth", "status": "pass" } ], "last_updated": "2026-02-26" } ``` -------------------------------- ### Bullpen Polymarket Deposit Live Help Source: https://cli.bullpen.fi/reference/commands/polymarket/deposit This displays the help information for the `bullpen polymarket deposit` command, outlining available options and their descriptions. Use this to understand all configurable parameters. ```bash Get deposit addresses for your Polymarket wallet via the bridge Usage: bullpen polymarket deposit [OPTIONS] --address
Options: --address
Your Polymarket wallet address (0x...) --output [possible values: table, json] --env [possible values: staging, production] --config -h, --help Print help ``` -------------------------------- ### Bullpen CLI Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/clob/tick-size Demonstrates various ways to execute the tick-size command, including with help and specific output formats. ```bash bullpen polymarket clob tick-size [OPTIONS] ``` ```bash bullpen polymarket clob tick-size --help ``` ```bash bullpen polymarket clob tick-size --output json ``` -------------------------------- ### Tracker Following Command JSON Output Example Source: https://cli.bullpen.fi/reference/commands/tracker/following Example of the JSON output structure for the 'bullpen tracker following --output json' command. This format is useful for automation and integrations. ```json { "command": "bullpen tracker following --output json", "count": 2, "items": [ { "id": "item_1", "name": "Sample Item", "status": "active" }, { "id": "item_2", "name": "Sample Item 2", "status": "active" } ], "last_updated": "2026-02-26" } ``` -------------------------------- ### Manual Bullpen CLI Configuration and Login Source: https://cli.bullpen.fi/introduction Performs manual setup for the Bullpen CLI by initializing configuration and then logging in. Requires opening a URL and entering a code in the browser. ```bash bullpen config init bullpen login ``` -------------------------------- ### Bullpen Polymarket Markets Live Help Source: https://cli.bullpen.fi/reference/commands/polymarket/markets Displays detailed help information for the `bullpen polymarket markets` command, including all available options and their descriptions. ```bash List and filter markets Usage: bullpen polymarket markets [OPTIONS] Options: --limit Maximum results (default 20) [default: 20] --output [possible values: table, json] --env [possible values: staging, production] --offset Pagination offset --config --sort Sort by: volume, liquidity, volume_24hr (alias: volume24h) --active Only active markets --closed Only closed markets --tag-id Filter by tag ID --min-volume Minimum volume --min-liquidity Minimum liquidity -h, --help Print help ``` -------------------------------- ### Bullpen Upgrade Command with Live Help Source: https://cli.bullpen.fi/reference/commands/upgrade Displays live help information for the `bullpen upgrade` command, including available options and their possible values. ```bash Update the bullpen binary to the latest release from GitHub Usage: bullpen upgrade [OPTIONS] Options: --output [possible values: table, json] --env [possible values: staging, production] --config -h, --help Print help ``` -------------------------------- ### bullpen polymarket clob delete-notifications Example Commands Source: https://cli.bullpen.fi/reference/commands/polymarket/clob/delete-notifications Examples demonstrating how to execute the delete-notifications command with different options. Shows basic usage, help invocation, and JSON output preference. ```bash bullpen polymarket clob delete-notifications [OPTIONS] bullpen polymarket clob delete-notifications --help bullpen polymarket clob delete-notifications --output json ```