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

     1  name: "downloader"
     2  version: "1.2.3"
     3  usage: "usage"
     4  description: "download something"
     5  command: "echo Hello"
     6  downloaders:
     7  - protocols: ["myprotocol", "myprotocols"]
     8    command: "echo Download"