This command dumps the effective Loreley runtime configuration for troubleshooting or reproducibility.
uv run loreley config dumpIt prints the active configuration to standard output (JSON by default), including database, Redis, paths, and MAP-Elites settings. Secrets and credentials are masked by default.
--json: Print effective settings as JSON (default).--yaml: Print effective settings as YAML.--mask-secrets/--no-mask-secrets: Enable or disable automatic redaction of credentials, URLs, and API keys. Masking is enabled by default.