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.
Configuration
Use areplay.yaml config file to set default configuration, define environment profiles, and create reusable presets.
Config File Location
Replay looks for a config file in the current working directory. It checks these names in order:replay.yamlreplay.yml.replay.yaml.replay.yml
--config:
Config File Structure
Config Sections
| Section | Description |
|---|---|
config | Default configuration — merged with workflow-level config |
profiles | Named environment configurations, activated via --profile |
presets | Named configuration bundles, activated via vars.presets in a workflow |
Merge Order
When running a workflow, config values are merged in this order (later overrides earlier):- Config file default (
configsection) - Selected profile (
profiles.<name>.config) - Presets listed in
vars.presets - Workflow file’s own
configsection
Environment Variable Interpolation
Config values support{{ VAR }} template syntax:
What’s Next?
- Learn about profiles and presets
- Check CI/CD integration