mirror of
https://github.com/helm/helm.git
synced 2026-02-03 20:39:45 -05:00
12 lines
212 B
YAML
12 lines
212 B
YAML
---
|
|
apiVersion: v1
|
|
name: testplugin
|
|
type: cli/v1
|
|
runtime: subprocess
|
|
config:
|
|
shortHelp: "echo test"
|
|
longHelp: "This echos test"
|
|
ignoreFlags: false
|
|
runtimeConfig:
|
|
platformCommand:
|
|
- command: "echo test"
|