Skip to content
Registry StackDocsDevelopment (unreleased)

evidencectl new command reference

View as Markdown

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

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 new [OPTIONS] --profile <PROFILE> <--openapi <OPENAPI>|--transport <TRANSPORT>|--starter <STARTER>> <DIRECTORY>
ConditionRequirement
Command invocationExactly one of --openapi <OPENAPI>, --transport <TRANSPORT>, --starter <STARTER> is required.
Command invocation--openapi <OPENAPI> and --starter <STARTER> cannot be used together.
Command invocation--openapi <OPENAPI> and --transport <TRANSPORT> cannot be used together.
Command invocation--starter <STARTER> and --transport <TRANSPORT> cannot be used together.
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
--starter <STARTER>Non/an/an/aReviewed local starter directory to copy without requiring an API description
--profile <PROFILE>Yesn/alocaln/aExplicit development profile for local authoring
--format <output_format>Nohumanhuman, jsonn/aSelect human-readable or machine-readable output
-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.