Skip to content
Registry StackDocsDevelopment (unreleased)

evidencectl init command reference

View as Markdown

Create a new editable Evidence project.

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

evidencectl init [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.