--once).
Usage
Flags
Authentication Flags
Autonomy Levels
Examples
Observe mode (default)
Ctrl+C or SIGTERM.
Enforce mode in CI
Custom interval and iteration count
Long-running container monitor
SIGTERM gracefully for container orchestrators.
History
Each iteration writes a history entry to.dino/history/. Entries include:
Use
--history-limit to control disk usage for long-running instances.
Circuit Breaker
If iterations fail consecutively, the watch loop exits to prevent runaway resource consumption.--max-consecutive-failures (default: 5). A single successful iteration resets the counter.
Graceful Shutdown
The watch loop handlesSIGINT (Ctrl+C) and SIGTERM signals. When interrupted:
- The current sleep interval is cancelled immediately
- No new iterations start
- The command exits with code 0
Exit Codes
Related
dino scan— Single pipeline rundino diff— One-off schema diffdino validate— Validate.dino.ymlbefore watching