support the --env-file option for the start command of Supabase CLI
#27520
Unanswered
m-shaka
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The
.envfile is commonly used by various applications and programs, which means we often have to put environment variables with different scopes of interest into a single file.It would be nice if we could specify a different file. If this sounds good, I can implement it myself.
All reactions