Unreleased documentation. These pages follow the main branch and can change before the next release. For supported guidance, use v0.15.2.
evidencectl fixtures run command reference
Run evidence check and every bundle fixture through evidence evaluate.
Contract status
Section titled “Contract status”This page is generated from the public Clap command tree. Hidden implementation commands are omitted.
evidencectl fixtures run [OPTIONS] --project <PROJECT>Options
Section titled “Options”| Option | Always required | Default | Values | Environment | Description |
|---|---|---|---|---|---|
--project <PROJECT> | Yes | n/a | n/a | n/a | Deployment project directory containing runtime.yaml and bundle/ |
--evidence-bin <EVIDENCE_BIN> | No | n/a | n/a | n/a | Path to the evidence binary; defaults to evidence on PATH |
--json | No | n/a | n/a | n/a | Emit one machine-readable JSON report on standard output |
--explain | No | n/a | n/a | n/a | Ask evidence to explain each evaluation, and relay the trace it prints. The trace can name what a source returned, so it is relayed only when it is asked for. For the structured form, run evidence evaluate --explain --explain-format json against the fixture directly. |
-h, --help | No | n/a | n/a | n/a | Print help (see a summary with ‘-h’) |
Generation contract
Section titled “Generation contract”Run npm run generate from docs/site after changing a public command, argument, option, default, environment binding, or help description.