Unverified Commit 4fb7deb0 authored by spiddy's avatar spiddy

Added reference to plugins

parent 5af676cd
...@@ -4,6 +4,8 @@ Helm 2.1.0 introduced the concept of a client-side Helm _plugin_. A plugin is a ...@@ -4,6 +4,8 @@ Helm 2.1.0 introduced the concept of a client-side Helm _plugin_. A plugin is a
tool that can be accessed through the `helm` CLI, but which is not part of the tool that can be accessed through the `helm` CLI, but which is not part of the
built-in Helm codebase. built-in Helm codebase.
Existing plugins can be found on [related](related.md#helm-plugins) section or by searching [Github](https://github.com/search?q=topic%3Ahelm-plugin&type=Repositories).
This guide explains how to use and create plugins. This guide explains how to use and create plugins.
## An Overview ## An Overview
...@@ -170,4 +172,3 @@ these flags are _not_ passed on to the plugin. ...@@ -170,4 +172,3 @@ these flags are _not_ passed on to the plugin.
Plugins _should_ display help text and then exit for `-h` and `--help`. In all Plugins _should_ display help text and then exit for `-h` and `--help`. In all
other cases, plugins may use flags as appropriate. other cases, plugins may use flags as appropriate.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment