helm/pkg/plugin/testdata/plugdir/echo/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

6 lines
121 B
YAML

name: "echo"
version: "1.2.3"
usage: "echo something"
description: |-
This is a testing fixture.
command: "echo Hello"