For those of us on terminals with dark backgrounds...
# general
f
For those of us on terminals with dark backgrounds, the message here is really hard to read.
i
We just made some changes to our terminal color scheme to fix exactly this sort of issue: https://github.com/pulumi/pulumi/pull/1951
❤️ 2
Though I’m not sure it would affect the stack deletion prompt… if not, can you open an issue?
f
Is there a way for me to test out the PR?
i
You can always build the CLI from source but we also publish nightly builds you can try. I’m away from my machine but I’ll send a link your way when I get back
👍 1
Copy code
curl -L <https://get.pulumi.com/> | bash -s -- --version 0.15.3-dev-1537346403-g4f9db82a
This’ll install the nightly for the above PR
f
Yep, that build fixed it.
i
awesome!