Plugins follow a similar architecture to
kubectl plugins
with some small differences. One key difference is that kn
plugins can either
live in your PATH
or in a chosen and specified directory.
Kn plugins
show how to install and create new plugins as well as gives some examples and
best practices.
To see what plugins are installed on your machine, you can use the
plugin
command group's
list
command.
Plugins provide extended functionality that is not part of the core kn
command-line distribution.
Please refer to the documentation and examples for more information on how to write your own plugins.
- kn plugin - Plugin command group