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

Add CLI option to prompt for missing information #8

Open
jcmcken opened this issue Apr 25, 2017 · 0 comments
Open

Add CLI option to prompt for missing information #8

jcmcken opened this issue Apr 25, 2017 · 0 comments

Comments

@jcmcken
Copy link
Owner

jcmcken commented Apr 25, 2017

A simple implementation would only support string values (i.e. wouldnt support pulling context from JSON or ENV). This can be used to inject sensitive data like passwords.

E.g.

Given some-template-file:

password: {{ whatever }}
$ bp --prompt some-template-file > some-config
Please specify `whatever':  some-value
$ cat some-config
password: some-value
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