Import a file specified by environment variable #1972
Unanswered
MariuszCwikla
asked this question in
Q&A
Replies: 2 comments
-
I wish this were supported on other justfile settings as well. Here is my specific use case and why this feature would be extremely valuable to me. I have multiple .env files with vars for different GCP projects, following the naming convention
Now, I am trying to do something like:
...hoping I could dynamically load the correct .env file based on the current project, but this unfortunately doesn't work. |
Beta Was this translation helpful? Give feedback.
0 replies
-
#1849, in-progress, fixes this. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I can't find example with
import
(ormod
) + string interpolation.I would like to do something like this:
Beta Was this translation helpful? Give feedback.
All reactions