CLI Usage
voiage provides a full command-line interface for all core methods, built with Typer.
Basic Usage
Section titled “Basic Usage”# Run EVPI analysisvoiage evpi --input data.csv --output results.json
# Run EVPPI with specified parametersvoiage evppi --input data.csv --params cost,effectiveness
# Run EVSI with study designvoiage evsi --input data.csv --design trial_design.json
# Plot resultsvoiage plot ceac --input results.jsonCapability discovery
Section titled “Capability discovery”Use the dry-run capability query to inspect the installed Rust-backed methods without evaluating a model:
voiage capabilities --jsonvoiage capabilities --json --method evpiThe JSON report is schema version 1.0.0. Its methods and
dispatch_methods fields must agree; an unsupported method exits with status
2 and returns an actionable error. Reports contain module availability only and
do not include filesystem paths, credentials, or patient-level data.