pulumi/pkg/backend/display
Luke Hoban f6e37c25ad
Don't print prelude in terminal mode (#3890)
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.
2020-02-07 12:44:22 -08:00
..
detailedDiff.go Pass ignoreChanges to providers. (#3005) 2019-07-31 11:39:07 -05:00
detailedDiff_test.go Pass ignoreChanges to providers. (#3005) 2019-07-31 11:39:07 -05:00
diff.go Improve PP naming for local PPs (#3839) 2020-01-30 13:31:41 -08:00
display.go Serialize resource states the right way (#3574) 2019-12-16 09:57:54 -08:00
events.go Serialize resource states the right way (#3574) 2019-12-16 09:57:54 -08:00
json.go Remove references to pulumi/glog. (#3009) 2019-07-31 13:23:33 -05:00
jsonmessage.go Depend on ijc fork of Gotty 2019-07-25 15:37:23 -05:00
options.go Add an experimental pulumi watch command (#3391) 2019-11-06 12:56:29 -08:00
progress.go Don't print prelude in terminal mode (#3890) 2020-02-07 12:44:22 -08:00
query.go Disable interactive-terminal spinner when on a CI machine. (#3070) 2019-08-13 12:50:09 -07:00
rows.go Print PolicyPacks run as part of update summary 2019-09-30 14:49:21 -07:00
tableutil.go Print PolicyPacks run as part of update summary 2019-09-30 14:49:21 -07:00
watch.go Add an experimental pulumi watch command (#3391) 2019-11-06 12:56:29 -08:00