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 run
Execute one or more workflow files.
Usage
Flags
| Flag | Alias | Default | Description |
|---|---|---|---|
--concurrency | -c | 1 | Number of concurrent workflow executions |
--fail-fast | false | Stop execution on the first failure | |
--profile | "" | Config profile name (e.g., dev, staging, prod) | |
--config | "" | Path to config file (default: auto-detect replay.yaml) | |
--debug | -d | false | Enable debug logging |
--max-call-depth | 100 | Maximum workflow call depth before aborting |
Examples
Basic Execution
Parallel Execution
Fail Fast
Stop on the first failure — useful in CI to avoid wasting time:Environment-Specific Runs
Debug Mode
See full request/response details for HTTP steps:Exit Codes
| Code | Meaning |
|---|---|
0 | All workflows passed |
1 | One or more workflows failed |