Skip to content

CLI Reference

The voiage command-line interface exposes calculation, plotting, and configuration helpers for the core VOI workflows.

  • voiage calculate-evpi
  • voiage calculate-evppi
  • voiage calculate-evsi
  • voiage calculate-enbs
  • voiage calculate-structural-evpi
  • voiage calculate-structural-evppi
  • voiage calculate-perspective
  • voiage calculate-distributional-equity
  • voiage calculate-implementation
  • voiage calculate-dynamic-real-options
  • voiage plot-ceac
  • voiage plot-ceaf
  • voiage plot-voi-curves
  • voiage plot-dominance
  • examples/cli_example.py
  • examples/evpi_validation.ipynb
  • examples/evppi_validation.ipynb
  • examples/evsi_validation.ipynb
  • examples/cli_samples/evpi_net_benefit.csv
  • examples/cli_samples/evppi_parameters.csv
  • examples/cli_samples/evsi_trial_design.json
  • 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/.
  • User guide: CLI features
  • CONTRIBUTING.md