Synopsis
Stream real-time updates from the Dorgu Operator over a WebSocket connection. The watch command opens a persistent connection to the operator and displays updates as they happen, without polling.
All subcommands require the Dorgu Operator to be running with WebSocket support enabled (websocket.enabled=true in the Helm values).
Subcommands
watch personas
Watch ApplicationPersona resources for real-time updates. Streams creation, modification, and deletion events for personas across the cluster.
watch cluster
Watch ClusterPersona resources for real-time updates. Streams changes to cluster-scoped persona definitions. No additional flags beyond the common flags.
watch events
Watch validation and reconciliation events emitted by the operator. Useful for debugging persona sync issues and observing the operator lifecycle.
Common flags
These flags apply to all watch subcommands:
The watch command requires the Dorgu Operator to be running with websocket.enabled=true in the Helm values. If the operator is not reachable or WebSocket support is disabled, the command will fail to connect.
Examples
Watch all persona updates:
Watch personas in a specific namespace:
Watch cluster-wide persona changes:
Watch events with a custom operator URL:
Watch events in a specific namespace: