Skip to main content

replay watch

Watch one or more workflow files and automatically re-run them when changes are detected.

Usage

How It Works

  1. Replay watches the directories containing the specified files using fsnotify
  2. When a file is modified or created, Replay waits for the debounce period (no further changes)
  3. After the debounce, it re-runs all watched workflows
  4. Press Ctrl+C to stop

Flags

Example

Use Case

The watch command is ideal for test-driven development. Keep a terminal open with replay watch running, edit your workflow file, and see results instantly: