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

Pipe output to other tools #27

Open
unexist opened this issue Feb 17, 2021 · 0 comments
Open

Pipe output to other tools #27

unexist opened this issue Feb 17, 2021 · 0 comments

Comments

@unexist
Copy link

unexist commented Feb 17, 2021

Hey,

sometimes it would be helpful to be able to pipe the output of the command of the command/selected resource.

I would like to do the following:kubectl

kubectl-ipick logs | jq . | less

This obviously doesn't work, because the direct output of ipick goes through the pipe and just waits for input.

Maybe something like:

kubectl-ipick logs -- --output-filter "jq . | less"

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

No branches or pull requests

1 participant