mirror of
https://github.com/helm/helm.git
synced 2026-02-03 20:39:45 -05:00
Co-authored-by: George Jenkins <gvjenkins@gmail.com> Signed-off-by: Scott Rigby <scott@r6by.com>
15 lines
269 B
YAML
15 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"
|