mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 13:04:04 -08:00
864 B
864 B
id | title | sidebar_label |
---|---|---|
cftarget | Cloud Foundry Target | Cloud Foundry Target |
What
Display the details of the logged Cloud Foundry endpoint (cf target
details).
Sample Configuration
{
"background": "#a7cae1",
"foreground": "#100e23",
"powerline_symbol": "\ue0b0",
"template": " \uf40a {{ .Org }}/{{ .Space }} ",
"style": "powerline",
"type": "cftarget"
}
Template (info)
:::note default template
{{if .Org }}{{ .Org }}{{ end }}{{ if .Space }}/{{ .Space }}{{ end }}
:::
Template Properties
.Org
:string
- Cloud Foundry organization.Space
:string
- Cloud Foundry space.URL
:string
- Cloud Foundry API URL.User
:string
- logged in user