Skip to content
Registry StackDocsv0.34.0

evidence evaluate command reference

View as Markdown

Evaluate one bundle-owned fixture without source or credential access.

This page is generated from the public Clap command tree for Registry Stack source version 0.34.0 and catalog SHA-256 521175a69262e60df96745886392348e5bb8d82e63cdd24bdf4baa80d46e5ff4. Hidden implementation commands are omitted.

evidence evaluate [OPTIONS] --fixture <FIXTURE>
ConditionRequirement
--explain-format <EXPLAIN_FORMAT> is present--explain is required.
OptionAlways requiredDefaultValuesEnvironmentDescription
--fixture <FIXTURE>Yesn/an/an/aBundle-relative fixture path referenced by exactly one requirement
--case <CASE>Non/an/an/aEvaluate only the case with this exact identifier
--explainNon/an/an/aPrint the per-stage trace of what each case actually did. A failure names the contract that broke and nothing else, which says that a case failed but never why. The trace says how far each case got, what shape the response and facts had, and which declared concept the output gate was checking. It reports shapes, counts, and identifiers, never document values, and it never changes an outcome, an exit code, or a message.
--explain-format <EXPLAIN_FORMAT>Non/atext, jsonn/aRender the --explain trace for a machine reader instead of a person. The JSON form is the whole of standard output, so the summary line’s verdict and evaluated-case count move inside the document rather than trailing it
--runtime <RUNTIME>No/etc/registry-evidence/runtime.yamln/aREGISTRY_EVIDENCE_RUNTIMEOne closed operator runtime file that binds the governed bundle
-h, --helpNon/an/an/aPrint help (see a summary with ‘-h’)

Run npm run generate from docs/site after changing a public command, argument, option, default, environment binding, or help description.