envoyproxy/envoy

Add dump and exit mode

Open

#13,963 创建于 2020年11月10日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)C++ (5,373 fork)batch import
area/configurationhelp wanted

仓库指标

Star
 (27,997 star)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 PR)

描述

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

贡献者指南