hello! does running `pulumi up --refresh --run-pro...
# general
p
hello! does running
pulumi up --refresh --run-program
make any changes before confirming?
i just want to make sure i'm not going to left in a weird state
s
It depends what your program does. It'll run the refresh and the code before the confirmation so if you make API calls in the program or don't want the refresh to potentially edit the state, then it's probably better to do the refresh, check it, and do the up separately
1
p
thank you @steep-plastic-74107