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โ
- json
- yaml
- toml
{
"type": "pulumi",
"style": "diamond",
"powerline_symbol": "๎ฐ",
"foreground": "#ffffff",
"background": "#662d91",
"template": "๎กณ {{ .Stack }}{{if .User }} :: {{ .User }}@{{ end }}{{ if .URL }}{{ .URL }}{{ end }}"
}
type: pulumi
style: diamond
powerline_symbol: ๎ฐ
foreground: "#ffffff"
background: "#662d91"
template: "๎กณ {{ .Stack }}{{if .User }} :: {{ .User }}@{{ end }}{{ if .URL }}{{
.URL }}{{ end }}"
type = "pulumi"
style = "diamond"
powerline_symbol = "๎ฐ"
foreground = "#ffffff"
background = "#662d91"
template = "๎กณ {{ .Stack }}{{if .User }} :: {{ .User }}@{{ end }}{{ if .URL }}{{ .URL }}{{ end }}"
Optiesโ
| Name | Type | Default | Description |
|---|---|---|---|
fetch_stack | boolean | false | fetch the current stack name |
fetch_about | boolean | false | fetch 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โ
| Name | Type | Description |
|---|---|---|
.Stack | string | the current stack name |
.User | string | is the current logged in user |
.Url | string | the URL of the state where pulumi stores resources |