pulumi/pkg/backend
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
..
display Don't print prelude in terminal mode (#3890) 2020-02-07 12:44:22 -08:00
filestate Add policy ls (#3753) 2020-01-16 12:04:51 -08:00
httpstate Improve PP naming for local PPs (#3839) 2020-01-30 13:31:41 -08:00
state Add license headers 2018-05-22 15:02:47 -07:00
apply.go Don't print error prefix when a confirmation prompt is declined 2019-03-26 15:17:18 -07:00
backend.go Add policy ls (#3753) 2020-01-16 12:04:51 -08:00
backend_test.go Check project existence during pulumi new 2019-08-23 09:09:54 +02:00
errors.go Add a link to docs for the 409 Conflict error message (#3207) 2019-09-10 13:25:08 -07:00
mock.go Add policy ls (#3753) 2020-01-16 12:04:51 -08:00
policypack.go Remove version req for disable; Add --latest to enable (#3784) 2020-01-22 15:17:00 -08:00
query.go Share query-running code between backends 2019-10-29 16:47:15 -07:00
snapshot.go Fix bug in computing whether checkpoint write is necessary (#3860) 2020-02-04 18:56:24 -08:00
snapshot_test.go Fix bug in computing whether checkpoint write is necessary (#3860) 2020-02-04 18:56:24 -08:00
stack.go Add an experimental pulumi watch command (#3391) 2019-11-06 12:56:29 -08:00
updates.go Add a new BuildNumber property to the backend metadata bag and CI vars (#3766) 2020-01-17 10:47:49 -08:00
watch.go Add an experimental pulumi watch command (#3391) 2019-11-06 12:56:29 -08:00