CLI Reference
The voiage command-line interface exposes calculation, plotting, and configuration helpers for the core VOI workflows.
Representative commands
Section titled “Representative commands”voiage calculate-evpivoiage calculate-evppivoiage calculate-evsivoiage calculate-enbsvoiage calculate-structural-evpivoiage calculate-structural-evppivoiage calculate-perspectivevoiage calculate-distributional-equityvoiage calculate-implementationvoiage calculate-dynamic-real-optionsvoiage plot-ceacvoiage plot-ceafvoiage plot-voi-curvesvoiage plot-dominance
Sample inputs
Section titled “Sample inputs”examples/cli_example.pyexamples/evpi_validation.ipynbexamples/evppi_validation.ipynbexamples/evsi_validation.ipynbexamples/cli_samples/evpi_net_benefit.csvexamples/cli_samples/evppi_parameters.csvexamples/cli_samples/evsi_trial_design.json
Common errors
Section titled “Common errors”- Missing input files usually mean CLI path arguments need to point at the repo-local examples or generated CSV/JSON artifact.
- Invalid JSON input is rejected early by CLI invariants tests.
- If a command reports a backend or approximation warning, the payload includes the method metadata and diagnostics fields described in
specs/core-api/.
See also
Section titled “See also”- User guide: CLI features
CONTRIBUTING.md