Skip to content
Registry StackDocsDevelopment (unreleased)

evidencectl source suggest command reference

View as Markdown

Suggest source configuration from an OpenAPI document.

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 suggest [OPTIONS] <--openapi <OPENAPI>|--project <PROJECT>>
ConditionRequirement
Command invocationExactly one of --openapi <OPENAPI>, --project <PROJECT> is required.
--list-pointers is present--operation <OPERATION> is required.
Command invocation--openapi <OPENAPI> and --project <PROJECT> cannot be used together.
OptionAlways requiredRepeatableDefaultValuesEnvironmentDescription
--openapi <OPENAPI>NoNon/an/an/aOpenAPI 3.0 or 3.1 document for a print-only draft. With —project, the retained source.openapi.yaml is used instead
--operation <OPERATION>NoNon/an/an/aOperation as “METHOD /path/template”; interactive selection if absent
--status <STATUS>NoNo200n/an/aResponse status code to read the schema from
--media-type <MEDIA_TYPE>NoNoapplication/jsonn/an/aResponse media type to read the schema from
--select <SELECTION>NoYesn/an/an/aProjection pointer to select; repeat once per leaf. Interactive selection if absent
--list-pointersNoNon/an/an/aPrint the candidate pointers the selected operation and response offer for —select, then stop without drafting
--sample <SAMPLE>NoNon/an/an/aSample response JSON file used to suggest bounds. Read only; nothing from it is copied into any artifact except derived bounds
--source-id <SOURCE_ID>NoNon/an/an/aSource identifier for the generated artifacts
--base-url <BASE_URL>NoNon/an/an/aReviewed source origin to write into a newly created source draft
--project <PROJECT>NoNon/an/an/aEvidence project directory; the draft is printed when this is absent. This command needs an editable project: one holding questions/ and sources/ beside evidence-project.yaml.
--format <output_format>NoNohumanhuman, jsonn/aSelect human-readable or machine-readable output
-h, --helpNoNon/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.