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

    Interface StorageSeedRequest

    One spec.storage[].initFrom: file://… seed to ship after deploy.

    interface StorageSeedRequest {
        applicationId: string;
        applyMode: "replace" | "merge";
        quiesce: boolean;
        sourcePath: string;
        storageName: string;
    }
    Index

    Properties

    applicationId: string
    applyMode: "replace" | "merge"
    quiesce: boolean
    sourcePath: string

    Local path (the file:// scheme already stripped).

    storageName: string

    The spec.storage[] entry name being seeded.