github.com/rohankumardubey/draft-classic@v0.16.0/pkg/plugin/testdata/plugdir/echo/plugin.yaml (about)

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