mirror of
https://github.com/helm/helm.git
synced 2026-02-18 02:12:11 -05:00
19 lines
397 B
YAML
19 lines
397 B
YAML
name: "duplicate-entries"
|
|
version: "0.1.0"
|
|
type: cli/v1
|
|
apiVersion: v1
|
|
runtime: subprocess
|
|
config:
|
|
shortHelp: "test duplicate entries"
|
|
longHelp: |-
|
|
description
|
|
ignoreFlags: true
|
|
runtimeConfig:
|
|
platformCommand:
|
|
- command: "echo hello"
|
|
platformHooks:
|
|
install:
|
|
- command: "echo installing..."
|
|
platformHooks:
|
|
install:
|
|
- command: "echo installing something different"
|