Skip to content

DefinitionDocumentV1 ​

A whole-CLI definition document, version 1.

Produced by generateSchema. Validated by definitionMetaSchema and served at DEFINITION_SCHEMA_URL.

Signatures ​

ts
type DefinitionDocumentV1 = unknown;

Members ​

Properties ​

$schema ​

ts
$schema: string;

commands ​

ts
commands: readonly CommandDefinitionFragmentV1[];

defaultCommand ​

ts
defaultCommand?: CommandDefinitionFragmentV1;

description ​

ts
description?: string;

name ​

ts
name: string;

schemaVersion ​

ts
schemaVersion: 1;

version ​

ts
version?: string;

See Also ​

Released under the MIT License.