# Functions
ConvertEngineEvent converts a raw engine.Event into an apitype.EngineEvent used in the Pulumi REST API.
MassageSecrets takes a property map and returns a new map by transforming each value with massagePropertyValue This allows us to serialize the resulting map using our existing serialization logic we use for deployments, to produce sane output for stackOutputs.
PrintfWithWatchPrefix wraps fmt.Printf with a watch mode prefixer that adds a timestamp and resource metadata.
No description provided by the author
ShowDiffEvents displays the engine events with the diff view.
ShowEvents reads events from the `events` channel until it is closed, displaying each event as it comes in.
ShowJSONEvents renders engine events from a preview into a well-formed JSON document.
ShowProgressEvents displays the engine events with docker's progress view.
ShowProgressOutput displays a progress stream from `in` to `out`, `isTerminal` describes if `out` is a terminal.
ShowQueryEvents displays query events on the CLI.
ShowWatchEvents renders incoming engine events for display in Watch Mode.
# Constants
DisplayDiff displays a rich diff.
DisplayProgress displays an update as it progresses.
DisplayQuery displays query output.
DisplayQuery displays query output.
# Structs
DiagInfo contains the bundle of diagnostic information for a single resource.
Options controls how the output of events are rendered.
Progress describes a message we want to show in the display.
ProgressDisplay organizes all the information needed for a dynamically updated "progress" view of an update.
# Type aliases
Type of output to display.