Skip to content
Registry StackDocsDevelopment (unreleased)

evidencectl source mock serve command reference

View as Markdown

Serve schema-valid synthetic responses from OpenAPI or exact edited cases.

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

evidencectl source mock serve [OPTIONS]
ConditionRequirement
Command invocation--as-of <AS_OF> and --config <CONFIG> cannot be used together.
Command invocation--config <CONFIG> and --explain cannot be used together.
Command invocation--config <CONFIG> and --openapi <OPENAPI> cannot be used together.
Command invocation--config <CONFIG> and --operation <OPERATION> cannot be used together.
Command invocation--config <CONFIG> and --project <PROJECT> cannot be used together.
Command invocation--config <CONFIG> and --seed <SEED> cannot be used together.
Command invocation--openapi <OPENAPI> and --project <PROJECT> cannot be used together.
OptionAlways requiredDefaultValuesEnvironmentDescription
--openapi <OPENAPI>Non/an/an/aOpenAPI 3.0 or 3.1 document for an ephemeral, write-free preview
--config <CONFIG>Non/an/an/aMaterialized mock configuration whose checked body bytes are authoritative
--project <PROJECT>Non/an/an/aEvidence project directory; defaults to the current directory. This command needs an editable project: one holding questions/ and sources/ beside evidence-project.yaml.
--operation <OPERATION>Non/an/an/aNarrow ephemeral discovery to one METHOD /path/template operation
--http-addr <HTTP_ADDR>Non/an/an/aNumeric loopback listener address. Standalone mode defaults to 127.0.0.1:4010
--seed <SEED>Non/an/an/aDeterministic unsigned generation seed. Ephemeral mode defaults to zero
--as-of <AS_OF>Non/an/an/aCalendar date used only by explicit or inferred age generation
--explainNon/an/an/aExplain generator choices without printing generated or authored values
--format <output_format>Nohumanhumann/aSelect human-readable output; this command provides no JSON report
-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.