yes, you can do `pulumi up --refresh`. It essentia...
# python
g
yes, you can do
pulumi up --refresh
. It essentially does the same as
pulumi refresh
and then
pulumi up
when run separately. It does the refresh and then diff against the updated state and still prompts you before continuing.