I went to do a `pulumi up` today and the cli just ...
# general
b
I went to do a
pulumi up
today and the cli just drops after the confirmation prompt with
error: confirmation cancelled, not proceeding with the update: EOF
It seems similar to this closed issue https://github.com/pulumi/pulumi/issues/1762
w
That text suggests that you said “no” to the prompt on whether to proceed with the update after seeing the preview. It may be that tour terminal got stuck in some non-interactive mode? We have seen occurrence of this when poorly behaving other CLI commands leave the try in an odd state. Let me see if I can find the tracking issue with workaround...
This is the issue I’m thinking of - but not positive it’s the same thing you are seeing; https://github.com/pulumi/pulumi/issues/3480 The error you are seeing seems more like you just selected “no”?
b
weird, I fired up a brand new terminal and it seems to be fine
thanks