From 8354ab5b88c1fbd28e7ce5677d6a387c1d7b3b2d Mon Sep 17 00:00:00 2001 From: Knative Prow Robot Date: Thu, 3 Feb 2022 10:19:20 -0800 Subject: [PATCH] [release-1.2] Update kn-plugins.md (#4699) * Update kn-plugins.md Add a warning to clarify that plugins should start with `kn-` in order to be detected. * Update docs/install/client/kn-plugins.md Co-authored-by: Samia Nneji Co-authored-by: Sameer Vohra Co-authored-by: Samia Nneji --- docs/install/client/kn-plugins.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/install/client/kn-plugins.md b/docs/install/client/kn-plugins.md index a46ab9c41..c94a77369 100644 --- a/docs/install/client/kn-plugins.md +++ b/docs/install/client/kn-plugins.md @@ -2,4 +2,7 @@ The `kn` CLI supports the use of plugins. Plugins enable you to extend the functionality of your `kn` installation by adding custom commands and other shared commands that are not part of the core distribution of `kn`. +!!! warning + The plugins must be named with the prefix `kn-` to be detected by `kn`. For example, `kn-func` will be detected but `func` won't be detected. +