pulumi thinks i'm in non-interactive mode all the ...
# general
w
pulumi thinks i'm in non-interactive mode all the time now after upgrading to 2.0
c
In the 2.0 release we made a breaking change to the behavior of “non-interactive mode”. We now require you to explicitly pass
--yes
when doing an update, refresh, etc. (Instead of assuming it if we happen to detect you are running on CI or some other non-interactive scenario.) Is that the symptom you are seeing? Or is this manifesting some other way?
w
i am not running CI, just normal interaction
thoughts?
g
What is the exact behavior you're seeing?
w
Copy code
> pulumi up
error: --yes must be passed in to proceed when running in non-interactive mode
g
What terminal/shell are you using? Can you open an issue at https://github.com/pulumi/pulumi with those details?
w
g
if you switch to bash, do you get the same behavior?
w
no. only seems to happen in fish