CLICommands
websocket
snug websocket <COMMAND>WebSocket admin operations (stats, cleanup).
Subcommands
| Command | What it does |
|---|---|
stats | Show WebSocket connection health, per-user counts, and rate limit configuration (admin only) |
cleanup | Force cleanup of stale, unhealthy, or unresponsive WebSocket connections (admin only) |
Run snug websocket <command> --help for that command's own options.
The global options apply everywhere.
Examples
snug websocket stats
snug websocket stats --output json
snug websocket cleanupNext
- websocket guide - what the service does and when to reach for it.
- API reference - every endpoint these commands call.
- CLI reference - global options, output modes, and exit codes.