For the complete documentation index optimized for AI agents, see llms.txt.Add a new instance to an existing Helix project. The new block is appended to
helix.toml.
Usage
local and enterprise.
Available sub-commands
| Sub-command | Description |
|---|---|
local | Add a local v2 development instance. |
enterprise | Add a Helix Cloud instance linked to a cluster. |
helix add local
| Flag | Type | Required | Description | Default |
|---|---|---|---|---|
-n, --name | String | Yes | Local instance name (must be unique in helix.toml). | — |
--port | Number | No | Host port for the local gateway. | 6969 |
--disk | Boolean | No | Persist local data with on-disk storage backed by a CLI-managed MinIO volume. | false |
helix add cloud
| Flag | Type | Required | Description | Default |
|---|---|---|---|---|
-n, --name | String | Yes | Helix Cloud instance name. | — |
--cluster-id | String | Yes | Helix Cloud cluster ID. Find one with helix cluster list. | — |
--gateway-url | URL | No | Runtime gateway URL for dynamic queries. If omitted, run helix sync afterward to fetch it. | — |
helix add cloud requires Helix Cloud authentication. Run helix auth login first.