Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.helix-db.com/llms.txt

Use this file to discover all available pages before exploring further.

For the complete documentation index optimized for AI agents, see llms.txt.
Update the Helix CLI to the latest version. Use --v1 to update to v2.3.5, the last CLI release for v1 projects.

Usage

helix update [OPTIONS]

Available flags

FlagTypeDescription
--forceBooleanForce update even if already on latest version
--v1BooleanUpdate to v2.3.5, the last CLI release for v1 projects

Examples

# Update to the latest version
helix update

# Force update
helix update --force

# Update to the last v1-compatible CLI release
helix update --v1