github.com/doitroot/helm@v3.0.0-beta.3+incompatible/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"