From 720b436bcc772192b4f760e873952945ff0ad18d Mon Sep 17 00:00:00 2001 From: Malte Bauch <malte.bauch@stud.h-da.de> Date: Tue, 14 Dec 2021 13:38:48 +0100 Subject: [PATCH] added flag which merges generated openapi specs into single file --- buf.gen.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buf.gen.yaml b/buf.gen.yaml index 27d3e8d..cded753 100644 --- a/buf.gen.yaml +++ b/buf.gen.yaml @@ -14,3 +14,6 @@ plugins: - paths=source_relative - remote: buf.build/grpc-ecosystem/plugins/openapiv2:v2.6.0-1 out: openapiv2 + opt: + - allow_merge=true + - merge_file_name=gosdn_northbound -- GitLab