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/args/plugin.yaml

11 lines
196 B

name: args
type: cli/v1
apiVersion: v1
runtime: subprocess
config:
shortHelp: "echo args"
longHelp: "This echos args"
ignoreFlags: false
runtimeConfig:
command: "$HELM_PLUGIN_DIR/args.sh"