Skip to content

Connectum API Reference / @connectum/cli / commands/proto-sync / protoSyncCommand

Variable: protoSyncCommand

const protoSyncCommand: CommandDef<{ dry-run: { default: false; description: "Show what would be synced without generating code"; type: "boolean"; }; from: { description: "Server address (e.g., localhost:5000 or http://localhost:5000)"; required: true; type: "string"; }; out: { description: "Output directory for generated types"; required: true; type: "string"; }; template: { description: "Path to custom buf.gen.yaml template"; type: "string"; }; }>

Defined in: commands/proto-sync.ts:111

citty command definition for connectum proto sync.