pulumi/pkg/engine
Matt Ellis 39dbdc98e9 Clean up colorization logic
The existing logic would flow colorization information into the
engine, so depending on the settings in the CLI, the engine may or may
not have emitted colorized events. This coupling is not great and we
want to start moving to a world where the presentation happens
exclusively at the CLI level.

With this change, the engine will always produce strings that have the
colorization formatting directives (i.e. the directives that
reconquest/loreley understands) and the CLI will apply
colorization (which could mean either running loreley to turn the
directives into ANSI escape codes, or drop them or retain them, for
debuging purposes).

Fixes #742
2018-01-31 15:46:14 -08:00
..
deploy.go Clean up colorization logic 2018-01-31 15:46:14 -08:00
destroy.go Clean up colorization logic 2018-01-31 15:46:14 -08:00
engine.go Remove the Engine type entirely. 2018-01-08 14:20:51 -08:00
env.go Remove the Engine type entirely. 2018-01-08 14:20:51 -08:00
events.go Clean up colorization logic 2018-01-31 15:46:14 -08:00
eventsink.go Clean up colorization logic 2018-01-31 15:46:14 -08:00
pack.go Refactor the engine's entrypoints. 2018-01-08 14:15:16 -08:00
plan.go Clean up colorization logic 2018-01-31 15:46:14 -08:00
preview.go Clean up colorization logic 2018-01-31 15:46:14 -08:00