Is there any way to rollback a `pulumi config set`...
# general
f
Is there any way to rollback a
pulumi config set
which has by mistake ran on the wrong stack and erased a secret value ?….😓
w
I don’t use it frequently, but
pulumi config refresh
might help (assuming you haven’t already deployed with the new config). https://pulumi.io/reference/cli/pulumi_config_refresh.html
f
I’ll try that, thanks for your quick reply !