Skip to content

WIP: ipfs pipe command#1089

Closed
whyrusleeping wants to merge 5 commits intomasterfrom
feat/pipe
Closed

WIP: ipfs pipe command#1089
whyrusleeping wants to merge 5 commits intomasterfrom
feat/pipe

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.

2 participants