CLI
Helix Cloud Deployment
Practical examples and patterns for typical Helix Cloud deployment workflows
Was this page helpful?
βI
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
π CLI v2 is now live! See Getting Started for details.
Practical examples and patterns for typical Helix Cloud deployment workflows
Initialize cloud instance
helix add cloud --name production
Configure production settings
helix.toml:[cloud.production.helix]
cluster_id = "REPLACE_WITH_YOUR_CLUSTER_ID"
region = "us-east-1"
build_mode = "release"
mcp = true
bm25 = true
[cloud.production.helix.vector_config]
m = 32
ef_construction = 256
ef_search = 1024
Was this page helpful?