You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -646,15 +646,15 @@ K9s allows you to extend your command line and tooling by defining your very own
646
646
647
647
A plugin is defined as follows:
648
648
649
-
* Shortcut option represents the key combination a user would type to activate the plugin
649
+
* Shortcut option represents the key combination a user would type to activate the plugin. Valid values are [a-z], Shift-[A-Z], Ctrl-[A-Z].
650
650
* Override option make that the default action related to the shortcut will be overrided by the plugin
651
651
* Confirm option (when enabled) lets you see the command that is going to be executed and gives you an option to confirm or prevent execution
652
652
* Description will be printed next to the shortcut in the k9s menu
653
653
* Scopes defines a collection of resources names/short-names for the views associated with the plugin. You can specify `all` to provide this shortcut for all views.
654
-
* Command represents ad-hoc commands the plugin runs upon activation
654
+
* Command represents ad-hoc commands the plugin runs upon activation. Must be on your $PATH
655
655
* Background specifies whether or not the command runs in the background
656
656
* Args specifies the various arguments that should apply to the command above
657
-
* OverwriteOutput options allows plugin developers to provide custom messages on plugin execution
657
+
* OverwriteOutput boolean option allows plugin developers to provide custom messages on plugin stdout execution. See example in [#2644](https://github.com/derailed/k9s/pull/2644)
658
658
659
659
K9s does provide additional environment variables for you to customize your plugins arguments. Currently, the available environment variables are as follows:
0 commit comments