Skip to content

Pipe output to other tools #27

@unexist

Description

@unexist

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions