You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revise documentation to emphasize the dynamic query model, replacing references to stored queries with dynamic queries throughout various sections. Update project setup guides for Rust and TypeScript to reflect the new querying approach, and enhance clarity on query authoring and execution workflows. Additionally, add new sections for TypeScript project setup and querying guide, ensuring consistency in terminology and improving user guidance.
Copy file name to clipboardExpand all lines: cli/workflows/helix_cloud.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ icon: "cloud"
7
7
8
8
> For the complete documentation index optimized for AI agents, see [llms.txt](/llms.txt).
9
9
10
-
The Helix CLI's V2 Cloud surface covers authentication, workspace/project/cluster selection, instance metadata sync, log retrieval, and dynamic queries against a remote gateway. Cluster provisioning, scaling, and stored-procedure deployment happen in the Helix control plane — not in the CLI.
10
+
The Helix CLI's V2 Cloud surface covers authentication, workspace/project/cluster selection, instance metadata sync, log retrieval, and dynamic queries against a remote gateway. Cluster provisioningand scaling happen in the Helix control plane — not in the CLI.
0 commit comments