You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SeedFarmer currently supports and .env file. Investigate whether we can pass in a list of .env files (maintain ordering) to support multiple env files.
For example: seedfarmer apply addf --env .env as well as seedfarmer apply addf --env [".env",".env1",".env2"]
The text was updated successfully, but these errors were encountered:
SeedFarmer currently supports and .env file. Investigate whether we can pass in a list of .env files (maintain ordering) to support multiple env files.
For example:
seedfarmer apply addf --env .env
as well asseedfarmer apply addf --env [".env",".env1",".env2"]
The text was updated successfully, but these errors were encountered: