Skip to content

sgulseth/etcd-to-env-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

etcd-to-env-config

Docker Repository on Quay

Generates(and updates automatically when run as a docker daemon) dot-env files based on etcdctl key-values. The following etcd structure etcdctl set /config/foo/bar baz will generate a env-file in the current directory called foo.env containing bar=baz

To run and update configuration automatically use docker with docker run -v /etc/app-envs:/etc/app-envs --net=host -t quay.io/sgulseth/etcd-to-env-config

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages