helm/pkg/plugin/testdata/plugdir/hello/plugin.yaml
Matt Butcher fad755e7ae
feat(helm): add plugin system backend
This adds a backend for a plugin system.

Closes #1572
2016-11-29 10:28:54 -07:00

8 lines
150 B
YAML

name: "hello"
version: "0.1.0"
usage: "usage"
description: |-
description
command: "$HELM_PLUGIN_SELF/helm-hello"
useTunnel: true
ignoreFlags: true