Azure Developer CLI
What
Display the currently active environment in the Azure Developer CLI.
Sample Configuration
- json
- yaml
- toml
{
"type": "azd",
"style": "powerline",
"powerline_symbol": "",
"foreground": "#000000",
"background": "#9ec3f0",
"template": " {{ .DefaultEnvironment }} "
}
type: azd
style: powerline
powerline_symbol:
foreground: "#000000"
background: "#9ec3f0"
template: " {{ .DefaultEnvironment }} "
type = "azd"
style = "powerline"
powerline_symbol = ""
foreground = "#000000"
background = "#9ec3f0"
template = " {{ .DefaultEnvironment }} "
Template (info)
default template
\uebd8 {{ .DefaultEnvironment }}
Properties
Name | Type | Description |
---|---|---|
.DefaultEnvironment | string | Azure Developer CLI environment name |
.Version | number | Config version number |