buf config init
that can parse the Protobuf roots of a given source directory
#3176
Labels
Feature
New feature or request
Feature
Having
buf config init
take a directory (.
by default), finds all Protobuf definitions, and create abuf.yaml
with the appropriate modules.For example, I have a source repository for my project that might look something like:
Running
buf config init
, it would:api
andvendor
buf.yaml
with the following content:This is pretty closely related to #3159
The text was updated successfully, but these errors were encountered: