- Notifications
You must be signed in to change notification settings - Fork0
ENV based config file transform
License
NotificationsYou must be signed in to change notification settings
anarcher/envconf
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
It's simple env based config file transform for docker boot time configuration.
You can downloadbinary
$cat a.conf[servera]HOST={{ .HOST | default "B" }}$export HOST="HOSTA"$envconf a.conf$cat a.conf[servera]HOST=HOSTA
$envconf a.conf b.conf ...or$export ENV_CONF_FILES=a.conf:b.conf:c.conf$envconf
About
ENV based config file transform
Resources
License
Stars
Watchers
Forks
Packages0
No packages published