pulumi / esc

Pulumi ESC (Environments, Secrets, and Configuration) for cloud applications and infrastructure.
https://www.pulumi.com/product/esc/
Apache License 2.0
195 stars 4 forks source link

cli: add a rollback command #305

Closed pgavlin closed 1 month ago

pgavlin commented 1 month ago

esc env rollback rolls the environment definition back to a specific version.

Note that this can fail if the target of the rollback imports environments that have changed in incompatible ways. Imports should be versioned in order to prevent this.