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
+2
Original file line number
Diff line number
Diff line change
@@ -655,6 +655,7 @@ A plugin is defined as follows:
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
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
+
* Dangerous boolean option enables disabling the plugin when read-only mode is set. See [#2604](https://github.com/derailed/k9s/issues/2604)
658
659
659
660
K9s does provide additional environment variables for you to customize your plugins arguments. Currently, the available environment variables are as follows:
0 commit comments