client/docs/plugins
Matt Moore f9ccf36518
Format markdown (#710)
Produced via:
  `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
/assign maximilien rhuss
/cc maximilien rhuss
2020-03-09 09:19:28 -07:00
..
README.md Format markdown (#710) 2020-03-09 09:19:28 -07:00

README.md

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 shows 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.