devcontainers / devcontainers/cli
Dynamic Environment Variable
未关闭
info-needed
- 主要语言
- TypeScript
- 星标
- 3k
- 派生
- 457
- 平均合并
- 13 小时 17 分钟
- 30 天内合并 PR
- 6
描述
I need to connect to a private Azure Devops artifact feed when my devcontainer starts. The command looks like this
CARGO_REGISTRIES_MYPROJECT_PUBLICPACKAGES_TOKEN="$(az account get-access-token --query \"join(' ', ['Bearer', accessToken])\" --output tsv)"
How can I get this set so it's not just the literal string?
贡献指南
评估
这个 Issue 还没有评估数据。