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: allow comparing different envs #307

Closed pgavlin closed 1 month ago

pgavlin commented 1 month ago

Instead of only allowing esc env diff to compare different versions of the same environment, allow it to compare different environments altogether.

Most of the delta here is some rather mechanical refactoring to encapsulate the (org, env, version) tuple that identifies an environment in a type.