# Run a single workflow
replay run workflow.yaml
# Run multiple workflows in parallel
replay run workflows/*.yaml --concurrency 4
# Stop on first failure
replay run test.yaml --fail-fast
# Use a config profile
replay run test.yaml --profile staging
# Validate a workflow
replay validate workflow.yaml
# Watch for changes and re-run
replay watch workflow.yaml --debounce 300ms
# Print version
replay version