Is it possible to get a list of just the environment variable (names) that are used from `dotenv`?
I have the following taskfile
With a
.env
like this
And .env.example
like this
Is it possible to get a list containing HELLO
and WELCOME
? The actual values are not that relevant, I'm just interested in getting a list of environment variables names so I can use it with envsubst
.1 Reply
Unfortunately, we don't have any way to get that list currently