@edgible-team/sdk
    Preparing search index...

    Interface ParseStackOptions

    Options for parseStackDocuments.

    interface ParseStackOptions {
        env?: EnvRecord;
        organization?: string;
    }
    Index

    Properties

    Properties

    env?: EnvRecord

    Environment for ${VAR} substitution. Defaults to {} — i.e. every ${VAR} without a :-default throws. Node callers typically pass process.env (which loadStackFile does for you).

    organization?: string

    When set, any document missing metadata.organization has it injected before schema validation (mirrors the CLI's defaultOrganization).