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

Plugin command execeution output #2617

Closed
qlimenoque opened this issue Mar 14, 2024 · 0 comments · Fixed by #2644
Closed

Plugin command execeution output #2617

qlimenoque opened this issue Mar 14, 2024 · 0 comments · Fixed by #2644

Comments

@qlimenoque
Copy link

qlimenoque commented Mar 14, 2024




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

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

Successfully merging a pull request may close this issue.

1 participant