--- id: argocd title: ArgoCD Context sidebar_label: ArgoCD --- ## What Display the current ArgoCD context name, user and/or server. ## Sample Configuration import Config from "@site/src/components/Config.js"; ## Template ([info][templates]) :::note default template ```template {{ .Name }} ``` ### Properties | Name | Type | Description | | --------- | -------- | --------------------------------- | | `.Name` | `string` | the current context name | | `.Server` | `string` | the server of the current context | | `.User` | `string` | the user of the current context | [templates]: /docs/configuration/templates