Skip to content
Registry StackDocsv0.20.1

evidencectl new command reference

View as Markdown

Start an editable Evidence Gateway project from OpenAPI or a SQLite extract.

This page is generated from the public Clap command tree. Hidden implementation commands are omitted.

evidencectl new --profile <PROFILE> <--openapi <OPENAPI>|--transport <TRANSPORT>> <DIRECTORY>
ConditionRequirement
Command invocationExactly one of --openapi <OPENAPI>, --transport <TRANSPORT> is required.
ArgumentAlways requiredDefaultValuesEnvironmentDescription
<DIRECTORY>Yesn/an/an/aNew directory to create for the editable authoring project
OptionAlways requiredDefaultValuesEnvironmentDescription
--openapi <OPENAPI>Non/an/an/aOpenAPI 3.0 or 3.1 document: a local path or an HTTPS URL
--transport <TRANSPORT>Non/asqlite-extractn/aSource transport to author without an API description
--profile <PROFILE>Yesn/alocaln/aExplicit development profile for local authoring
-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.