rime verify
rime verify <pipeline.dag.yaml> [--source id=path] [--param name=value] [--isolated dir] [--json]rime verify recomputes cache keys and output digests without executing the
DAG. Use it when you want to know whether outputs/ is still current for a
given DAG, source binding, and param set.
Common Usage
Section titled “Common Usage”rime verify pipeline.dag.yamlrime verify pipeline.dag.yaml --param threshold=0.7rime verify pipeline.dag.yaml --source patients=data/patients-q2.csvrime verify pipeline.dag.yaml --jsonOutput
Section titled “Output”Verify summary:Node Status Reason----------- ------- -----------------------------------penguins CURRENT cache key and artifact digest matchadelie_only CURRENT cache key and artifact digest matchby_island CURRENT cache key and artifact digest matchIf any node is stale, missing, or has a digest mismatch, the command exits
nonzero. Use --json when a CI job or editor integration needs structured
status.
When To Use It
Section titled “When To Use It”- before publishing a report from existing outputs
- in CI to detect stale checked-in artifacts
- after changing params or source overrides
- when debugging whether a cache hit is expected
Related Commands
Section titled “Related Commands”rime run- recompute stale nodes.rime build- run and render a report.