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]: Make cosmovisor run pass piped input to the binary #17053

Closed
Tracked by #20067
AaronKutch opened this issue Jul 18, 2023 · 0 comments · Fixed by #21462
Closed
Tracked by #20067

[Feature]: Make cosmovisor run pass piped input to the binary #17053

AaronKutch opened this issue Jul 18, 2023 · 0 comments · Fixed by #21462
Assignees
Labels
C:Cosmovisor Issues and PR related to Cosmovisor T:feature-request

Comments

@AaronKutch
Copy link

When trying to do something like cat mnemonic.txt | cosmovisor run keys add test --recover it results in Error: EOF being returned from the binary, presumably because it does not pipe anything to the child process. It would be beneficial to at least pipe stdin of cosmovisor to the binary, or maybe inherit both stdin and stdout to allow fully interactive prompts.

@julienrbrt julienrbrt self-assigned this Jul 21, 2023
@julienrbrt julienrbrt added the C:Cosmovisor Issues and PR related to Cosmovisor label Oct 6, 2023
@github-project-automation github-project-automation bot moved this to 👀 To Do in Cosmos-SDK Nov 17, 2023
@julienrbrt julienrbrt mentioned this issue Apr 17, 2024
7 tasks
@github-project-automation github-project-automation bot moved this from 📋 Backlog to 🥳 Done in Cosmos-SDK Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:Cosmovisor Issues and PR related to Cosmovisor T:feature-request
Projects
Status: 🥳 Done
Development

Successfully merging a pull request may close this issue.

2 participants