mirror of https://github.com/helm/helm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
241 B
11 lines
241 B
8 years ago
|
name: "testgetter2"
|
||
|
version: "0.1.0"
|
||
|
usage: "Fetch a different package from a test2:// source"
|
||
|
description: "Handle test2 scheme"
|
||
|
command: "$HELM_PLUGIN_DIR/get.sh"
|
||
|
ignoreFlags: true
|
||
|
downloaders:
|
||
|
- command: "echo"
|
||
|
protocols:
|
||
|
- "test2"
|