envoyproxy/envoy

Add dump and exit mode

Open

#13,963 opened on Nov 10, 2020

View on GitHub
 (2 comments) (0 reactions) (0 assignees)C++ (5,373 forks)batch import
area/configurationhelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (Avg merge 8d) (378 merged PRs in 30d)

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


$ envoy --mode dump config
$ envoy --mode dump components

Contributor guide