Add dump and exit mode
Open
area/configuration
help wanted
- Dominant language
- C++
- Stars
- 28.9k
- Forks
- 5.6k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 430
Description
### description
it would be useful if we had a `dump` mode, similar to `validate` that instead dumps bootstrap config or other information and then exits
it would be particularly useful for getting `components` for logging as currently you have to check the header file
im imagining it could work like
```console
$ envoy --mode dump config
$ envoy --mode dump components
```
Contributor guide
Assessment
This issue has not been assessed yet.