github.com/qsis/helm@v3.0.0-beta.3+incompatible/pkg/plugin/testdata/plugdir/downloader/plugin.yaml (about)

     1  name: "downloader"
     2  version: "1.2.3"
     3  usage: "usage"
     4  description: |-
     5    download something
     6  command: "echo Hello"
     7  downloaders:
     8    - protocols:
     9      - "myprotocol"
    10      - "myprotocols"
    11      command: "echo Download"