mirror of
https://github.com/helm/helm.git
synced 2026-02-03 20:39:45 -05:00
* allow repository config via cli * make `helm repo add` create repo config file if it does not exist * squash a ton of bugs Signed-off-by: Adam Reese <adam@reese.io>
10 lines
241 B
YAML
10 lines
241 B
YAML
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"
|