mirror of https://github.com/pulumi/pulumi.git
39dbdc98e9
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 |
||
---|---|---|
.. | ||
config.go | ||
config_test.go | ||
debug_cmds.go | ||
destroy.go | ||
history.go | ||
init.go | ||
login.go | ||
logout.go | ||
logs.go | ||
logs_test.go | ||
preview.go | ||
pulumi.go | ||
stack.go | ||
stack_export.go | ||
stack_import.go | ||
stack_init.go | ||
stack_ls.go | ||
stack_output.go | ||
stack_rm.go | ||
stack_select.go | ||
update.go | ||
util.go | ||
version.go |