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

    Interface RunCommandOptions

    interface RunCommandOptions {
        build?: boolean;
        config?: string;
        from?: string;
        fromSource?: boolean;
        json?: boolean;
        payloadOnly?: boolean;
        ref?: string;
        skipValidate?: boolean;
        source?: string;
        workspace?: string;
    }

    Hierarchy (View Summary)

    Index
    build?: boolean

    build the workspace first when it is not there; on by default

    config?: string
    from?: string
    fromSource?: boolean

    rebuild the artifacts in the checkout rather than letting hydrate decide

    json?: boolean
    payloadOnly?: boolean

    fail when no payload exists, rather than building from source

    ref?: string
    skipValidate?: boolean

    skip the gate; the flag exists so a user is never stuck behind drangler's own opinion

    source?: string
    workspace?: string