Skip to content

ObsidianTransport.preflightCheck method

ObsidianTransport › preflightCheck

Runs transport-specific preflight checks before evaluation.

For example, the CLI transport verifies that the vault is registered, the CLI is enabled, and the CLI binary is in PATH.

Signature:

preflightCheck(vaultPath: string): Promise<void>

Parameters:

ParameterTypeDescription
vaultPathstringThe absolute path to the vault folder.

Returns: Promise<void>