Skip to main content
Reference
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

Available flags

What gets updated

For each matched Helix Cloud instance, helix sync overwrites these fields in helix.toml from the cloud-side configuration:
  • gateway_url
  • query_auth_header (defaults to Authorization)
  • query_auth_env (defaults to HELIX_API_KEY)
  • availability_mode
  • gateway_node_type
  • db_node_type
If the cloud response does not include a gateway_url, the CLI prints:

Examples