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

    Interface PlanOptions

    interface PlanOptions {
        json?: boolean;
        site?: string;
        survey?: string;
        targetPhp?: string;
        to: string;
    }
    Index
    json?: boolean
    site?: string

    a deployment to read the PHP version from; only works where /php is reachable

    survey?: string
    targetPhp?: string

    state the destination's PHP version instead of assuming it

    to: string