Skip to main content

Installation & Update

Project Lifecycle

helix init [options]

Initialize a new Helix project.

helix compile [options]

Lint and compile a Helix project.

helix check [options]

Check a Helix project’s schema and queries.

Instance Management

helix deploy [options]

Deploy a Helix instance.

helix status

Show the status of a Helix instance.

helix stop [options] <CLUSTER>

Stop a Helix instance.

helix save [options] <CLUSTER>

Save a Helix instance.

helix delete <CLUSTER>

Delete a Helix instance.

Authentication