Skip to content

bullpen notifications

Last updated: February 26, 2026

View and manage account notifications

Usage

bullpen notifications [OPTIONS]

Live Help

View and manage account notifications

Usage: bullpen notifications [OPTIONS]

Options:
      --output <OUTPUT>  [possible values: table, json]
      --unread           Show only unread notifications
      --env <ENV>        [possible values: staging, production]
      --mark-read        Mark all notifications as read
      --config <CONFIG>  
  -h, --help             Print help

Example Commands

bullpen notifications [OPTIONS]
bullpen notifications --help
bullpen notifications --output json

Example Data

Representative JSON shape for automation and integrations:

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