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

safe doesn't have a good way of slurping stdin into a path #107

Closed
gemzdude opened this issue Sep 25, 2017 · 0 comments
Closed

safe doesn't have a good way of slurping stdin into a path #107

gemzdude opened this issue Sep 25, 2017 · 0 comments

Comments

@gemzdude
Copy link

We need to be able to copy certificate data from lastpass into a vault via safe. The recommended way of doing this is to use lpass show <lastpassid> | safe paste <path>. Unfortunately this results in only the first line of the data being copied into the vault, as safe stops input after the first newline. Either a way to make paste understand the data coming in is more than one line, or making file input operations for safe set grok - for stdin as an argument would be acceptable.

@jhunt jhunt closed this as completed in 8e8652e Sep 25, 2017
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