envoyproxy/envoy

Add dump and exit mode

Open

#13.963 aberto em 10 de nov. de 2020

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)C++ (5.373 forks)batch import
area/configurationhelp wanted

Métricas do repositório

Stars
 (27.997 stars)
Métricas de merge de PR
 (Mesclagem média 8d) (378 fundiu PRs em 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

Guia do colaborador