envoyproxy/envoy

Add dump and exit mode

Open

#13 963 ouverte le 10 nov. 2020

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)C++ (5 373 forks)batch import
area/configurationhelp wanted

Métriques du dépôt

Stars
 (27 997 stars)
Métriques de merge PR
 (Merge moyen 8j) (378 PRs mergées en 30 j)

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

Guide contributeur