Released docs. You are viewing the documentation published with v0.20.1. Development docs are available at Latest.
evidencectl source mock generate command reference
Create editable configuration and response bodies without overwriting files.
Contract status
Section titled “Contract status”This page is generated from the public Clap command tree. Hidden implementation commands are omitted.
evidencectl source mock generate [OPTIONS]Constraints
Section titled “Constraints”| Condition | Requirement |
|---|---|
--output <OUTPUT> is present | --openapi <OPENAPI> is required. |
--case <CASE> is present | --operation <OPERATION> is required. |
--path-parameter <PATH_PARAMETERS> is present | --operation <OPERATION> is required. |
Options
Section titled “Options”| Option | Always required | Repeatable | Default | Values | Environment | Description |
|---|---|---|---|---|---|---|
--openapi <OPENAPI> | No | No | n/a | n/a | n/a | OpenAPI document for initial standalone materialization |
--config <CONFIG> | No | No | n/a | n/a | n/a | Create only missing bodies from an existing editable configuration |
--output <OUTPUT> | No | No | n/a | n/a | n/a | Initial configuration path. Defaults to mocks/source.yaml |
--project <PROJECT> | No | No | n/a | n/a | n/a | Explicit Evidence authoring project; the current directory is used when omitted |
--operation <OPERATION> | No | No | n/a | n/a | n/a | Narrow generation to one METHOD /path/template operation |
--case <CASE> | No | No | n/a | n/a | n/a | Override the starter case name for the selected operation |
--path-parameter <PATH_PARAMETERS> | No | Yes | n/a | n/a | n/a | Concrete selected-operation path parameter as NAME=VALUE; repeat as needed |
--seed <SEED> | No | No | n/a | n/a | n/a | Deterministic unsigned generation seed. Initial generation defaults to zero |
--as-of <AS_OF> | No | No | n/a | n/a | n/a | Calendar date used only by explicit or inferred age generation |
--explain | No | No | n/a | n/a | n/a | Explain generator choices without printing generated or authored values |
-h, --help | No | No | n/a | n/a | n/a | Print help |
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.