Back to Oh My Posh

ArgoCD Context

website/docs/segments/cli/argocd.mdx

29.12.0890 B
Original Source

What

Display the current ArgoCD context name, user and/or server.

Sample Configuration

import Config from "@site/src/components/Config.js";

<Config data={{ type: "argocd", style: "powerline", powerline_symbol: "\uE0B0", foreground: "#ffffff", background: "#FFA400", template: " \ue734 {{ .Name }}:{{ .User }}@{{ .Server }} ", }} />

Template (info)

:::note default template

template
{{ .Name }}

:::

Properties

NameTypeDescription
.Namestringthe current context name
.Serverstringthe server of the current context
.Userstringthe user of the current context