Tooling

Quantum CLI Reference

Command-line interface commands, flags, and workflow recipes for managing your platform.

Last Synchronized: 2026-09-22β€’Verified: Next.js 16 + React 19

CLI Installation

Install the Quantum CLI globally via npm or run directly via npx:

Terminal
bash
npm install -g @quantumverse/cli

Command Matrix

quantum init <project-name>

Initialize a new documentation repository configured with Next.js 16 and MultiLipi proxy.

Flags: --template nextjs | fullstack | python | rust
quantum node sync

Synchronize localized translation memory and pre-generate static route manifests.

Flags: --watch, --locales [en,hi,fr,de,nl,es,ja]
quantum test-proxy <url>

Test edge translation proxy headers and verify zero-trust SSL certificates.

Flags: --verbose, --locale hi
quantum deploy

Build and deploy production bundle to Vercel or custom edge mesh clusters.

Flags: --prod, --clean-cache