devcontainers / devcontainers/cli
Variable substitution for environment variables does not work when using the command line argument --remote-env
- Lingua principale
- TypeScript
- Stelle
- 3k
- Fork
- 457
- Merge medio
- 13h 17m
- PR unite (30g)
- 6
Descrizione
I tried to extend the PATH environment variable used inside the container from the command line like this:
devcontainer exec --remote-env PATH='${containerEnv:PATH}':/my-additional-path --workspace-folder . bash
However, it seems the variable substitution does not work here. When I add the same to the devcontainer.json, then the variable substitution works as expected.
Am I doing something wrong, or is it just not implemented? If not, would it be possible to add this feature?
Thanks,
Thomas
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Start with the `devcontainer exec --remote-env` argument handling and compare it with environment substitution from devcontainer.json. Verify how `${containerEnv:PATH}` is processed in each path; done means the command-line value expands consistently and preserves the added `/my-additional-path`.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- typescript
- Ambito
- cli
- Tipo di issue
- Funzionalità
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 38/100