QQuantav2.4

Reference

CLI

Manage projects, keys, and migrations from the terminal.

The Quanta CLI is installed alongside the client. Run quanta help for the full command list.

bash
quanta init            # scaffold a new project
quanta keys create     # mint a server key
quanta migrate up      # apply pending migrations
quanta logs --tail     # stream edge logs

Global flags

  • --project <id> — target a specific project
  • --json — machine-readable output
  • --no-color — disable ANSI colours