devcontainers / devcontainers/cli
Wrap lifecycle hooks and other operations in `start`/`stop` log messages
Abierto
feature-request
- Lenguaje dominante
- TypeScript
- Estrellas
- 3k
- Forks
- 457
- Merge medio
- 13 h 17 min
- PR fusionados (30 d)
- 6
Descripción
Recently Codespaces has gotten several reports where the root cause was difficult to debug. It would be useful if the logs emitted from the CLI clearly mark the start and end of a lifecycle script - perhaps like the following:
```
--- starting to execute 'postCreateCommand' script 'foo'
... foo output...
--- 'postCreateCommand' script 'foo' exited code 0
```
This would be particularly helpful in cases where `foo` does not emit any logs.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.