你如何逃避管道'|'使用来自 git bash 的 azure-cli 时
How do you escape pipes '|' when using azure-cli from git bash
运行 在 Git Bash
中使用 azure-cli
时出现问题
命令:
az webapp create --name app-name --resource-group rg-name --plan plan-name --runtime "node|10.14"
错误:
'10.14' is not recognized as an internal or external command, operable program or batch file.
Update: Found related issue https://github.com/Azure/azure-cli/issues/13866
运行 在 Git Bash
中使用azure-cli
时出现问题
命令:
az webapp create --name app-name --resource-group rg-name --plan plan-name --runtime "node|10.14"
错误:
'10.14' is not recognized as an internal or external command, operable program or batch file.
Update: Found related issue https://github.com/Azure/azure-cli/issues/13866