Skip to content

Props2Etcd is a CLI tool that parses .yml or .properties files and pushes the values to Etcd keeping their hierarchical structure.

License

Notifications You must be signed in to change notification settings

makobernal/props2etcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

props2etcd

Props2Etcd is a CLI tool that parses .yml or .properties files and pushes the values to Etcd keeping their hierarchical structure.

proposed usage:

Load everything in myprops.properties under the mydirectory directory: $ props2etcd --dir mydirectory --file myprops.properties $ props2etcd -d mydirectory -f myprops.properties

Force delete previous contents in directory: $ props2etcd --force-remove -d mydirectory -f myprops.properties $ props2etcd -r -d mydirectory -f myprops.properties

To Build: ./gradlew clean installDist

About

Props2Etcd is a CLI tool that parses .yml or .properties files and pushes the values to Etcd keeping their hierarchical structure.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages