For the complete documentation index optimized for AI agents, see llms.txt.Refresh Helix Cloud instance metadata in
helix.toml. helix sync fetches the latest gateway URL, auth contract, and node-type info from Helix Cloud and writes it back to the local [enterprise.<instance>] block, so helix query, helix logs, and other Cloud commands can target the instance.
Requires Helix Cloud authentication. Run helix auth login first.
Usage
Arguments
| Argument | Description |
|---|---|
INSTANCE | Helix Cloud instance name to sync. If omitted, every [enterprise.*] instance in helix.toml is synced. |
Available flags
| Flag | Type | Description | Default |
|---|---|---|---|
--dry-run | Boolean | Fetch the remote state and print the changes helix sync would make, without writing anything. Mutually exclusive with --yes. | false |
-y, --yes | Boolean | Skip interactive conflict prompts and apply the reconciliation non-interactively (useful in CI). | false |
What gets updated
For each matched Helix Cloud instance,helix sync overwrites these fields in helix.toml from the cloud-side configuration:
gateway_urlquery_auth_header(defaults toAuthorization)query_auth_env(defaults toHELIX_API_KEY)availability_modegateway_node_typedb_node_type
gateway_url, the CLI prints:
Examples
Related
helix auth— authenticate with Helix Cloudhelix query— uses the syncedgateway_urland auth contracthelix cluster— list available clusters