Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Plugin command execeution output #2617

@qlimenoque

Description

@qlimenoque




First of all, thanks to all the contributors for such a great tool!

I'm interested if there is any option to show result of plugin command execution on the bottom of the screen, instead of
Plugin command launched successfully

For example, I need to check .spec.status of a CustomResource (Kustomization), but I don't want to run it in foreground.
kubectl get kustomization <NAME> -n <NAMESPACE> -o json | jq -r '.spec | if has("suspend") then "Suspended" else "Not Suspended" end

It would be nice to have an option to see the output on the bottom of k9s or even in external pop-up window with events

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions