mirror of
https://github.com/helm/helm.git
synced 2026-04-21 14:17:01 -04:00
12 lines
206 B
YAML
12 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"
|