github.com/wangchanggan/helm@v0.0.0-20211020154240-11b1b7d5406d/pkg/plugin/testdata/plugdir/good/echo/plugin.yaml (about)

     1  name: "echo"
     2  version: "1.2.3"
     3  usage: "echo something"
     4  description: |-
     5    This is a testing fixture.
     6  command: "echo Hello"
     7  hooks:
     8    install: "echo Installing"