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

    Interface Transport

    How drangler reaches a remote host.

    Everything the migration path does to a VPS goes through this one method, so a survey can be driven from a recorded transcript, a fixture or a live connection without the caller knowing which. Nothing above this interface constructs an ssh command line.

    interface Transport {
        label: string;
        exec(command: string): Promise<CommandResult>;
    }
    Index
    label: string

    a human label for the connection, used in reports