CLI Reference

marketbayesmeta installs three console scripts.

Check a tracker

marketbayesmeta-check-tracker path/to/tracker.csv
marketbayesmeta-check-tracker path/to/tracker.csv --audit --include-partial

The audit mode reports model-readiness and tracker-quality checks for supported evidence/scale pairs present in the tracker.

Check a config

marketbayesmeta-check-config examples/config.yaml

This validates the YAML schema and confirms that the configured tracker path exists.

Run an analysis

marketbayesmeta-run examples/config.yaml

This runs the full config-driven workflow and writes configured outputs. It returns a non-zero exit code for package-level analysis failures, including blocked readiness, tracker validation errors, pooling errors, or blocking diagnostic failures.

Repository runner

python runme.py
python runme.py examples/config.yaml

Without an argument, runme.py looks for config.yaml in the repository root.