An event emitted whenever a generic message is written, for example warnings from the pulumi CLI itself. Less common than DiagnosticEvent

interface StdoutEngineEvent {
    color: string;
    message: string;
}

Properties

Properties

color: string
message: string

Generated using TypeDoc