dynamic env-files #433
RonStein2000
started this conversation in
Ideas
Replies: 2 comments
|
Hi @RonStein2000, This was just implemented at 08265ed. |
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.
Uh oh!
There was an error while loading. Please reload this page.
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}}
All reactions