codemagic-ci-cd / cli-tools

Various utilities to managing Android and iOS app builds, code signing, and deployment.
https://codemagic.io/start/
GNU General Public License v3.0
243 stars 42 forks source link

Add all environmental variables to .env file #341

Closed leonid-demyanenko closed 11 months ago

leonid-demyanenko commented 1 year ago

We are using approach with .evn file on out flutter. We need all our environmental variables to appear in .env file before build. Currently we are copying it with a script. But sometimes issues happens when we forgot to add new variable to the copying script.

So I'm wondering if there is a way to copy all invariable variables without mentioning each one.

priitlatt commented 1 year ago

Hi @leonid-demyanenko, could you share some more details on what tool and action this issue is related to? For general Codemagic support please refer to Codemagic Github discussions page.