Documentation Index
Fetch the complete documentation index at: https://docs.ellomas.com/llms.txt
Use this file to discover all available pages before exploring further.
replay watch
Watch one or more workflow files and automatically re-run them when changes are detected.
Usage
How It Works
- Replay watches the directories containing the specified files using
fsnotify - When a file is modified or created, Replay waits for the debounce period (no further changes)
- After the debounce, it re-runs all watched workflows
- Press
Ctrl+Cto stop
Flags
| Flag | Alias | Default | Description |
|---|---|---|---|
--debounce | 500ms | Debounce duration for coalescing rapid file changes | |
--concurrency | -c | 1 | Number of concurrent workflow executions |
--fail-fast | false | Stop execution on first failure | |
--profile | "" | Config profile to use | |
--config | "" | Path to config file | |
--debug | -d | false | Enable debug logging |
Example
Use Case
The watch command is ideal for test-driven development. Keep a terminal open withreplay watch running, edit your workflow file, and see results instantly: