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

     1  name: "hello"
     2  version: "0.1.0"
     3  usage: "usage"
     4  description: "description"
     5  command: "$HELM_PLUGIN_SELF/hello.sh"
     6  useTunnel: true
     7  ignoreFlags: true
     8  hooks:
     9    bash:
    10      install: "echo installing..."