Azure 开发者 CLI
非官方测试版翻译
本页面由 PageTurner AI 翻译(测试版)。未经项目官方认可。 发现错误? 报告问题 →
功能
显示 Azure 开发者 CLI 中的当前活动环境。
示例配置
- 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 }} "
模板 (信息)
默认模板
\uebd8 {{ .DefaultEnvironment }}
属性
| Name | Type | Description |
|---|---|---|
.DefaultEnvironment | string | Azure Developer CLI environment name |
.Version | number | Config version number |