You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Digging into this some more, I think this might be upstream in Kong because it fails before ever getting to this line. I can't seem to tell where that validation happens though (not a Kong or Go expert).
Interesting that cmd substitution works just fine:
cw tail -f $(cw ls groups | grep 'mystr' | tr '\n' ' ')
Describe the bug
Great project, thanks @lucagrulla. I'm not able to get pipes to work and I'm unclear what I'm doing wrong. Ideally, what I want to do is:
However, trying any trivial pipe commands from the readme results in:
To Reproduce
Steps to reproduce the behavior:
echo 'some-group' | cw tail -f
. I've also tried cat on a file where groups are row delimited, same story.-f
and pipesExpected behavior
I can't get any variation of pipes to work.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: