[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 <snneji@vmware.com>

Co-authored-by: Sameer Vohra <vsameer@vmware.com>
Co-authored-by: Samia Nneji <snneji@vmware.com>
This commit is contained in:
Knative Prow Robot 2022-02-03 10:19:20 -08:00 committed by GitHub
parent c5d95a6400
commit 8354ab5b88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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.
<!--TODO: Add details about installing and using different available plugins, list of available plugins-->