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>
15 lines
350 B
YAML
15 lines
350 B
YAML
name: "testgetter"
|
|
version: "0.1.0"
|
|
usage: "Fetch a package from a test:// source"
|
|
description: |-
|
|
Print the environment that the plugin was given, then exit.
|
|
|
|
This registers the test:// protocol.
|
|
|
|
command: "$HELM_PLUGIN_DIR/get.sh"
|
|
ignoreFlags: true
|
|
downloaders:
|
|
#- command: "$HELM_PLUGIN_DIR/get.sh"
|
|
- command: "echo"
|
|
protocols:
|
|
- "test"
|