Skip to content

PromptScript API


Function: checkCommand()

checkCommand(_options): Promise\<void>

Defined in: cli/src/commands/check.ts:34

Check configuration and dependencies health. Verifies: - Config file exists and is valid - Entry file exists - Registry and lockfile are usable - PromptScript syntax, imports, and inheritance resolve

Parameters

_options

CheckOptions

Returns

Promise\<void>