Skip to content

PromptScript API


Function: checkCommand()

checkCommand(_options): Promise\<void>

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

Check configuration and dependencies health. Verifies: - Config file exists and is valid - Entry file exists - Registry path exists (if configured) - Inherit paths are resolvable (if configured)

Parameters

_options

CheckOptions

Returns

Promise\<void>