Is there an equivalent for `--continue-on-error` f...
# general
a
Is there an equivalent for
--continue-on-error
for
pulumi preview
? I have a number of protected resources I'd like to delete. Because of the way the code is written, it's easier to use
pulumi state unprotect
instead of unprotecting them in code. I'd like to get a full list of all the resources so I can unprotect them, but each time I run
pulumi preview
, I get only a few resources before the process stops because of the protect errors.