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

    Interface LoadStackFileOptions

    Options for loadStackFile.

    interface LoadStackFileOptions {
        cwd?: string;
        env?: EnvRecord;
        organization?: string;
        packBuildContext?: boolean;
    }
    Index

    Properties

    cwd?: string

    Directory for path resolution / default-file discovery; defaults to process.cwd().

    env?: EnvRecord

    Base env for ${VAR} substitution; defaults to process.env. A .env file next to the stack file fills gaps (base env always wins).

    organization?: string

    Injected into documents missing metadata.organization before validation.

    packBuildContext?: boolean

    Pack remote-build (build.mode: 'remote') compose contexts into content- addressed tars and pin their digests (Phase 5). Default true; set false for a dry-run/validate that never ships, so it doesn't tar the project dir.