Helm
What
Display the version of helm
Sample Configuration
- json
- yaml
- toml
{
"background": "#a7cae1",
"foreground": "#100e23",
"powerline_symbol": "",
"template": " Helm {{ .Version }}",
"style": "powerline",
"type": "helm"
}
background: "#a7cae1"
foreground: "#100e23"
powerline_symbol:
template: " Helm {{ .Version }}"
style: powerline
type: helm
background = "#a7cae1"
foreground = "#100e23"
powerline_symbol = ""
template = " Helm {{ .Version }}"
style = "powerline"
type = "helm"
Properties
Name | Type | Default | Description |
---|---|---|---|
display_mode | string | always |
|
Template (info)
default template
Helm {{ .Version }}
Properties
Name | Type | Description |
---|---|---|
.Version | string | Helm cli version |