-
-
Notifications
You must be signed in to change notification settings - Fork 107
Closed
Labels
v2-ideasPossible inclusion in V2Possible inclusion in V2
Description
Hello again,
Would you be open to supporting #{parameter_name}_FILE
for also reading configurations from a file? I ask because Docker Secrets writes configurations to a file.
Someone asked on Dozzle if I support this amir20/dozzle#1927
I could support it but maybe this library should also support it. So the logic would be
- Try the parameter from cli and look for
--parameter-name
- Then try for
PARAMETER_NAME
in ENV - Last if if
PARAMETER_NAME_FILE
is set, read that file.
What do you think?
Metadata
Metadata
Assignees
Labels
v2-ideasPossible inclusion in V2Possible inclusion in V2