pulumi/pkg/backend
Luke Hoban 4eb2b555fe
Disable interactive progress display when no terminal size is available (#3936)
It appears there are cases where our IsInteractive heuristics return true, but terminal.GetSize returns an error. In these cases, we should assume we do not have an interactive terminal and avoid trying to render interactive progress by default.

Fixes #3935.
2020-02-19 09:21:03 -08:00
..
display Disable interactive progress display when no terminal size is available (#3936) 2020-02-19 09:21:03 -08:00
filestate Add policy ls (#3753) 2020-01-16 12:04:51 -08:00
httpstate Add --version flag to 'pulumi stack export' (#3906) 2020-02-13 12:25:57 -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 --version flag to 'pulumi stack export' (#3906) 2020-02-13 12:25:57 -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