...

Text file src/helm.sh/helm/v3/pkg/plugin/testdata/plugdir/good/downloader/plugin.yaml

Documentation: helm.sh/helm/v3/pkg/plugin/testdata/plugdir/good/downloader

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

View as plain text