CLI de Azure Developer
Traducción Beta No Oficial
Esta página fue traducida por PageTurner AI (beta). No está respaldada oficialmente por el proyecto. ¿Encontraste un error? Reportar problema →
Qué hace
Muestra el entorno activo actual en la CLI de Azure Developer.
Configuración de ejemplo
- 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 }} "
Plantilla (info)
plantilla predeterminada
\uebd8 {{ .DefaultEnvironment }}
Propiedades
| Name | Type | Description |
|---|---|---|
.DefaultEnvironment | string | Azure Developer CLI environment name |
.Version | number | Config version number |