mirror of https://github.com/pulumi/pulumi.git
![]() We can't correctly print simple messages for prelude events when doing progress based display in a terminal, as it would lead to resetting the display of the table rendering. This does mean that `--show-config` no longer works in the default terminal display mode - but it's not clear it *can* work correctly (at least as currently implemented) since it doesn't cleanly participate in the table rendering. For cases where `--show-config` is not set (the norm) -nothing would have been printed anyway, so the changes here just avoid resetting the table rendering unnecessarily. Fixes #3469. |
||
---|---|---|
.. | ||
detailedDiff.go | ||
detailedDiff_test.go | ||
diff.go | ||
display.go | ||
events.go | ||
json.go | ||
jsonmessage.go | ||
options.go | ||
progress.go | ||
query.go | ||
rows.go | ||
tableutil.go | ||
watch.go |