Direct naar hoofdinhoud

Pulumi

Onofficiรซle Beta-vertaling

Deze pagina is vertaald door PageTurner AI (beta). Niet officieel goedgekeurd door het project. Een fout gevonden? Probleem melden โ†’

Watโ€‹

Toont de momenteel actieve Pulumi-stack, ingelogde gebruiker en URL.

let op

Dit vereist een pulumi binary in je PATH en wordt alleen getoond in mappen die een Pulumi.yaml bestand bevatten.

Voorbeeldconfiguratieโ€‹

{
"type": "pulumi",
"style": "diamond",
"powerline_symbol": "๎‚ฐ",
"foreground": "#ffffff",
"background": "#662d91",
"template": "๎กณ {{ .Stack }}{{if .User }} :: {{ .User }}@{{ end }}{{ if .URL }}{{ .URL }}{{ end }}"
}

Optiesโ€‹

NameTypeDefaultDescription
fetch_stackbooleanfalsefetch the current stack name
fetch_aboutbooleanfalsefetch the URL and user for the current stask. Requires fetch_stack set to true

Template (informatie)โ€‹

standaard template
\ue873 {{ .Stack }}{{if .User }} :: {{ .User }}@{{ end }}{{ if .URL }}{{ .URL }}{{ end }}

Eigenschappenโ€‹

NameTypeDescription
.Stackstringthe current stack name
.Userstringis the current logged in user
.Urlstringthe URL of the state where pulumi stores resources