Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 976 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 976 Bytes

kn Plugins

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.