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

    Interface BuildStep

    interface BuildStep {
        command: string[];
        id: BuildStepId;
        reason: string;
        run: boolean;
    }
    Index
    command: string[]

    the argv, so a plan is reviewable before anything runs

    reason: string

    why it will or will not, in a clause the report prints verbatim

    run: boolean

    whether the step will actually be executed