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
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: