runstorm - v0.6.2
    Preparing search index...

    Function runCommands

    • Run all given raw commands within RunStorm.

      Parameters

      • commandInputs: readonly Readonly<
            {
                color?: | "red"
                | "green"
                | "yellow"
                | "blue"
                | "cyan"
                | "magenta"
                | "bgRed"
                | "bgGreen"
                | "bgYellow"
                | "bgBlue"
                | "bgCyan"
                | "bgMagenta";
                command: string;
                cwd?: string;
                name?: string;
            },
        >[]
      • options: Readonly<RunCommandOptions> = {}

      Returns Promise<{ exitCodes: Exit[]; highestExitCode: number; terminated: boolean }>

      The exits codes of each command in order.