Reference
Lookup documentation for the CLI, YAML schema, manifest schema, output layout, and related contracts.
Pages
- CLI reference —
meridian-toolsprovides a command-line interface with two subcommands:runanddemo. - YAML configuration schema reference — This is the complete field-level reference for
meridian-toolsYAML configuration files. For usage guidance, see the configuration guide. - Manifest schema reference — The
run_manifest.jsonfile is the source of truth for everymeridian-toolsrun. It lives at the root of the run directory and records identity, timing, versions, overall status, top-level artefact index, and per-stage records. - Output schema reference — This page documents the complete run directory layout produced by
meridian-tools. Every successful pipeline run creates a timestamped directory containing the artefacts described below. - Validation spec schema reference — The
validation_spec.jsonartefact is written to10_validation/for every validation-aware pipeline run. It records the concrete validation provenance for that specific run, including the holdout strategy, split geometry, and date windows.