Documentation Index
Fetch the complete documentation index at: https://docs.helix-db.com/llms.txt
Use this file to discover all available pages before exploring further.
For the complete documentation index optimized for AI agents, see llms.txt.This page lists every command in Helix CLI v2. Click any command for full flag and example details.
Global Options
These options are available for every command:Commands
| Command | Subcommands | Flags | Scope | Description |
|---|---|---|---|---|
helix init | local, enterprise | -p/--path | Local, V2 Cloud | Initialize a v2 Helix project |
helix chef | -a/--auto | Local | Bootstrap a first Helix app with skills, docs MCP, starter queries, seed data, and dashboard launch | |
helix add | local, enterprise | Local, V2 Cloud | Add an instance to an existing project | |
helix run | --foreground, --port, --disk | Local | Run a local instance (background by default) | |
helix stop | Local | Stop a background local instance | ||
helix restart | Local | Restart a background local instance | ||
helix status | Local, V2 Cloud | Show instance status | ||
helix logs | -f/--follow, -r/--range, --start, --end | Local, V2 Cloud | View instance logs | |
helix query | -f/--file, --json, --warm, --host, --port, --compact | Local, V2 Cloud | Send a dynamic query to POST /v1/query | |
helix auth | login, logout, create-key | V2 Cloud | Manage V2 Cloud authentication | |
helix workspace | list, show, switch | --format, --id | V2 Cloud | Manage active workspace selection |
helix project | list, show, switch | --format, --id, --workspace-id | V2 Cloud | Manage linked project selection |
helix cluster | list | --format, --workspace-id, --project-id | V2 Cloud | List V2 Cloud clusters |
helix sync | V2 Cloud | Refresh V2 Cloud instance metadata in helix.toml | ||
helix prune | -a/--all, -y/--yes | Local | Remove Helix-owned local containers, volumes, and workspaces | |
helix delete | -y/--yes | Local, V2 Cloud | Delete an instance from helix.toml and local state | |
helix metrics | full, basic, off, status | Local, V2 Cloud | Configure CLI telemetry | |
helix dashboard | start, stop, status | -p/--port, --host, --helix-port, --attach, --restart | Local, V2 Cloud | Launch the Helix Dashboard |
helix update | --force, --v1 | — | Update the CLI to the latest version | |
helix feedback | — | Send feedback to the Helix team |
helix config is retained as a hidden compatibility alias. Use helix workspace, helix project, and helix cluster directly — they’re the canonical commands.Next Steps
Local Development
The local init/run/query loop
V2 Cloud
Authenticate, link a project, and query an V2 Cloud cluster