You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Import common protos from BSR
grpcui -import buf.build/beta/googleapis -proto my_proto/v1/my_api.proto <address># Import common protos from a buf lock file
grpcui -import-buf ./buf.lock -proto ./my_proto/v1/my_api.proto <address># Import a proto and all its dependencies from BSR
grpcui -import buf.build/my_orga/my_repo/my_api.proto <address>
Ultimately we could imagine having some kind of trusted API addresses (XDS config?) on BSR, which could make grpcui as easy to use as:
grpcui buf.build/my_orga/my_repo
But this feature is more likely to be designed with the buf team.
The text was updated successfully, but these errors were encountered:
kindermoumoute
changed the title
Integretion with the Buf Schema Registry (BSR)
Integretion with the Buff Schema Registry (BSR)
May 17, 2021
jhump
changed the title
Integretion with the Buff Schema Registry (BSR)
Integration with the Buf Schema Registry (BSR)
Feb 17, 2022
The upcoming Buff Schema Registry will allow to use grpcui in many new ways:
Ultimately we could imagine having some kind of trusted API addresses (XDS config?) on BSR, which could make grpcui as easy to use as:
But this feature is more likely to be designed with the buf team.
The text was updated successfully, but these errors were encountered: