Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] can we have feature to use template ? #206

Open
ozbillwang opened this issue May 9, 2018 · 0 comments
Open

[feature] can we have feature to use template ? #206

ozbillwang opened this issue May 9, 2018 · 0 comments

Comments

@ozbillwang
Copy link

ozbillwang commented May 9, 2018

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant