Skip to content

Command Line

Use the CLI to run a saved experiment folder non-interactively:

body-eye-sync-cli path/to/experiment

From a development checkout:

uv run body-eye-sync-cli path/to/experiment

The CLI loads experiment.yaml, runs every configured input, and writes one Parquet result per input under outputs/.

Existing outputs are skipped by default:

body-eye-sync-cli path/to/experiment

Re-run all inputs and overwrite existing output files with:

body-eye-sync-cli path/to/experiment --force

The command prints the input IDs and output paths it wrote or reused.