mirror of
https://github.com/helm/helm.git
synced 2026-02-11 14:53:49 -05:00
11 lines
206 B
YAML
11 lines
206 B
YAML
name: "downloader"
|
|
version: "1.2.3"
|
|
usage: "usage"
|
|
description: |-
|
|
download something
|
|
command: "echo Hello"
|
|
downloaders:
|
|
- protocols:
|
|
- "myprotocol"
|
|
- "myprotocols"
|
|
command: "echo Download"
|