-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
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
anasinnyk, rtim75 and ElSamhaa
Metadata
Metadata
Assignees
Labels
No labels