drupflare/drangler - v0.1.0
    Preparing search index...

    Interface StatusOptions

    interface StatusOptions {
        config?: string;
        json?: boolean;
        path?: string;
        site?: string;
        timeoutMs?: number;
    }
    Index
    config?: string

    a wrangler config to read the deploy's own identity from, when the user has one

    json?: boolean
    path?: string
    site?: string
    timeoutMs?: number