-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels