Is it possible to set all secrets (environment variable) at once?

I need to set my environment variable for my app after deployment, but I can only set a single variable at a time. Is there a way I can set all my variables at once?.

Here is the screenshot of the command that is use for setting the secret.

Hey there!
I just want to be sure I understand, are you wishing to be able to import your secrets from a file? Or set them manually like in the screenshot you shared?

1 Like

Thank you so much @zee, I found out that I can do something like this in my terminal: fly secrets set MY_FIRST_CODE=123 MY_SEC_CODE=321 MY_THIRD_CODE=231

1 Like