Skip to content
PackagesTooling and testingDocs 1.3.x

@connectum/cli

Command-line scaffolding, service generation, package-version reporting, and reflection-based proto synchronization.

Install

bash
npm install -D @connectum/cli
bash
pnpm add -D @connectum/cli
bash
bun add -d @connectum/cli

Start Here

bash
npx connectum init payments
cd payments
npx connectum generate service invoices
npx connectum --version

For a complete, source-verified workflow, continue with the focused guide below.

Key Entry Points

Entry pointUse it to
connectum initCreate a service from the version-pinned official base.
connectum generate serviceAdd a service contract and implementation.
connectum proto syncDiscover and generate types from server reflection.

Runtime boundaries and extension seams remain in Connectum Runtime Architecture.

Learn / Configure / API Reference

Compare all Connectum packages by capability.