mirror of https://github.com/pulumi/pulumi.git
e4c5d250fa
We are using our terminal in raw mode, which means we're not getting CRs automatically added. Add one after a progress bar has finished to improve the output slightly. The final output after this looks like: ``` $ pulumi preview Please choose a stack, or create a new one: dev Previewing update (dev): Downloading plugin: 18.39 MiB / 18.39 MiB [========================] 100.00% 15s [resource plugin docker-3.6.1] installing Downloading plugin: 20.19 MiB / 20.19 MiB [========================] 100.00% 15s [resource plugin awsx-1.0.5] installing Downloading plugin: 164.18 MiB / 164.18 MiB [======================] 100.00% 32s [resource plugin aws-5.42.0] installing [...] ``` Which seems slightly better, but not a huge improvement, and the progress bar is unfortunately also still jumpy. I'll write down the rest of my learnings here in https://github.com/pulumi/pulumi/issues/14250. I'm not entirely sure it's even worth merging this, but I'm putting this up as a PR for further discussion and to show where the investigation led. |
||
---|---|---|
.. | ||
config.go | ||
creds.go | ||
creds_test.go | ||
loaders.go | ||
loaders_test.go | ||
paths.go | ||
paths_test.go | ||
plugins.go | ||
plugins_install_nodejs_test.go | ||
plugins_install_python_test.go | ||
plugins_install_test.go | ||
plugins_test.go | ||
project.go | ||
project.json | ||
project_test.go | ||
settings.go | ||
templates.go | ||
templates_test.go | ||
templates_zip.go | ||
templates_zip_test.go | ||
workspace.go |