Allow export of env variables

It is very convenient to be able to import env variables in an environment.
Ideally, it would be very useful to be able to export those as well!
Cheers

What would be your use case to export them?

To ease the copy of an environment (for ex to another project).

I think this is where you need to use Terraform. It’s a valid use case here. You can take a look at this one with 3 environments. Let’s say you duplicate it and change the project name then you will have everything cloned. Even the Secrets and Env Vars.

1 Like