Open ozbillwang opened 6 years ago
can we have feature to use template ? Same as this :
https://github.com/winebarrel/gcredstash#use-template
$ credstash getall { "foo.bar": "100", "foo.baz": "xxx" } $ cat template.txt foo.bar: {{get "foo.bar"}} foo.baz: {{get "foo.baz"}} $ credstash template template.txt foo.bar: 100 foo.baz: xxx
can we have feature to use template ? Same as this :
https://github.com/winebarrel/gcredstash#use-template