if during the execution of `pulumi up` there's a f...
# getting-started
q
if during the execution of
pulumi up
there's a failure to create a resource, is there a flag I can use to have pulumi automatically begin a rollback/deletion of the resources it's created so far? or some other way to stop the command from continuing?
e
There isn’t a flag for this, but if your using version control you should just be able to checkout the old version of your app and run pulumi up again.
👍 1