You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helm/pkg/cmd/testdata/helmhome/helm/plugins/echo/plugin.yaml

13 lines
220 B

name: echo
version: 0.1.0
type: cli/v1
apiVersion: v1
runtime: subprocess
config:
shortHelp: "echo stuff"
longHelp: "This echos stuff"
ignoreFlags: false
runtimeConfig:
platformCommand:
- command: "echo hello"