devcontainers / devcontainers/cli
Dynamic Environment Variable
Offen
info-needed
- Vorherrschende Sprache
- TypeScript
- Sterne
- 3k
- Forks
- 457
- Ø Merge
- 13 Std. 17 Min.
- Gemergte PRs (30 T.)
- 6
Beschreibung
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?
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.