Connectum API Reference / @connectum/cli / commands/proto-sync
commands/proto-sync
Proto sync command
Syncs proto types from a running Connectum server via gRPC Reflection.
Pipeline:
- Connect to server via ServerReflectionClient
- Discover services and build FileRegistry
- Serialize as FileDescriptorSet binary (.binpb)
- Run
buf generatewith .binpb input
