It happened to me recently that I had to create a new .env file for my project since it was on another computer, so I came to the environment configuration with the idea of downloading it in a file and directly pasting it into my project and that's it. Well, that was not the case, I had to copy all the environment variables one by one. That's not a problem if you have a few, but in my case I have quite a few, about 14. It's been wasting a lot of time just for that. It would be nice if the option to download them as a file was incorporated.