github.com/wangchanggan/helm@v0.0.0-20211020154240-11b1b7d5406d/pkg/getter/testdata/plugins/testgetter/plugin.yaml (about)

     1  name: "testgetter"
     2  version: "0.1.0"
     3  usage: "Fetch a package from a test:// source"
     4  description: |-
     5    Print the environment that the plugin was given, then exit.
     6  
     7    This registers the test:// protocol.
     8  
     9  command: "$HELM_PLUGIN_DIR/get.sh"
    10  ignoreFlags: true
    11  downloaders:
    12  #- command: "$HELM_PLUGIN_DIR/get.sh"
    13  - command: "echo"
    14    protocols:
    15      - "test"