mirror of https://github.com/knative/docs.git
[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:
parent
c5d95a6400
commit
8354ab5b88
|
@ -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-->
|
||||
|
|
Loading…
Reference in New Issue