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

WIP: ipfs pipe command #1089

Closed
wants to merge 5 commits into from
Closed

WIP: ipfs pipe command #1089

wants to merge 5 commits into from

Conversation

whyrusleeping
Copy link
Member

A WIP on a pipe command ive wanted for a while, will allow you to pipe through ipfs to a given peer via the command line, only needing their peer ID.

Currently blocked on not knowing how Stdin works in the commands lib, @mappum I will buy you hella coffee if you can help me on this one.

once this is working you will be able to:

ipfs pipe -l QmPeerIDB

And then:

echo "hello" | ipfs pipe QmpeerIDA

@whyrusleeping whyrusleeping added topic/commands Topic commands status/in-progress In progress labels Apr 17, 2015
whyrusleeping and others added 3 commits April 18, 2015 12:49
New argument type StreamArgs which will create a file object from stdin
@whyrusleeping
Copy link
Member Author

Closing for now, can come back later if the commands lib sucks less at stdin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/commands Topic commands
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants