Pulumi doesn’t have a separate rollback command. Instead, you can revert to a previous version of your Pulumi program and then run an update (i.e., roll forward to roll back).
I’m not sure if that answers your question?
o
orange-ghost-99337
01/21/2020, 8:15 AM
@gorgeous-egg-16927 thats correct, we are currently relaying on git commits/versioning.. i wanted to check if pulumi support rollback feature. Thanks