mirror of
https://github.com/helm/helm.git
synced 2026-03-01 04:51:00 -05:00
16 lines
269 B
YAML
16 lines
269 B
YAML
|
|
---
|
||
|
|
name: "echo-v1"
|
||
|
|
version: "1.2.3"
|
||
|
|
type: cli/v1
|
||
|
|
apiVersion: v1
|
||
|
|
runtime: subprocess
|
||
|
|
config:
|
||
|
|
shortHelp: "echo something"
|
||
|
|
longHelp: |-
|
||
|
|
This is a testing fixture.
|
||
|
|
ignoreFlags: false
|
||
|
|
runtimeConfig:
|
||
|
|
command: "echo Hello"
|
||
|
|
hooks:
|
||
|
|
install: "echo Installing"
|