dynamic env-files #433
RonStein2000
started this conversation in
Ideas
Replies: 2 comments
-
See #434 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @RonStein2000, This was just implemented at 08265ed. |
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
-
I would find it helpful to have the ability to add vars in the path of the dotenv files, e.g.
dotenv: ["docker/local/{{.User}}/some.config"]
to have local setups for individual users/machines.
with user defined like this:
vars:
sh: echo {{if eq OS "windows"}}"$USERNAME"{{else}}"$(whoami)"{{end}}
Beta Was this translation helpful? Give feedback.
All reactions