https://pulumi.com logo
#general
Title
# general
m

melodic-car-16900

03/17/2022, 4:24 PM
I have a feature request 😅 - I'd love
pulumi up --yes-if-unchanged
it would make workflows way easier for us
☝️ 1
e

echoing-dinner-19531

03/17/2022, 4:30 PM
Isn't that no-op
m

melodic-car-16900

03/17/2022, 4:52 PM
I'd like the default prompt "are you sure you want to apply these changes" if there are changes
e.g. right now, for local development, I have a script that pulumi ups like 5-10 stacks
most of them I just want to cycle through, but if there are changes, having the prompt would be useful
e

echoing-dinner-19531

03/17/2022, 4:59 PM
Oh right I see. I think you could script a little hack around that using
pulumi preview --expect-no-changes
to check if there are any changes, and if not run
up --yes
and if there are just run
up
5 Views