sf-event-monitor
v1.0.3
Published
Real-time event monitoring CLI for Salesforce orgs
Maintainers
Readme
SF Events Monitor
Real-time Salesforce Platform Event / Change Data Capture / Streaming Channel viewer
with a beautiful web interface and Server-Sent Events (SSE) streaming.
Features
- Lists all configured Real-Time Event Settings from your org
- Shows enabled/disabled status of Platform Events, Change Data Capture, Streaming Channels
- Real-time streaming of events using custom
sfdx mohanc:streaming:subcommand - Beautiful dark-mode UI with Monaco Editor for nicely formatted JSON
- Server-Sent Events (SSE) for low-latency streaming to multiple browser tabs
- Auto-kills stream when no clients are watching (resource friendly)
- Download events as JSON • Clear view • Format JSON • Resizable panels
- Auto-opens browser when server starts
Screenshot

Install
npm install -g sf-event-monitorUsage
- Basic usage - watch events from a specific org
sf-events -o [email protected] -p port-numberRequirements
- Node.js ≥ 16
- Salesforce CLI (
sf) installed and authorized - Custom SFDX plugin: sfdx-mohanc-plugins
