yorkie-team/yorkie

Working in Linux pipe for yorkie CLI

Closed this issue · 2 comments

What would you like to be added:

Linux pipe is not working in yorkie CLI

$ ls -al | wc -l
 30

// pipe is not working. result is 0
$ ./bin/yorkie document ls default | wc -l
 ID                        KEY           ...
 6406074c3d6050a35caa0dbb  example10  ...
 6406074b3d6050a35caa0d8c  example9   ...
 640607493d6050a35caa0d4e  example8   ...
 640607473d6050a35caa0d0f  example7   ...
 640607463d6050a35caa0cd7  example6   ...
 0

Why is this needed:

User can use linux pipe

blurfx commented

this issue looks interesting, let me try it :)

@blurfx Good luck.