Skip to main content
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. If the Helix agent skills are installed, helix update also refreshes them to the latest version (a failure here degrades to a warning and never fails the CLI update). Separately, when skills are installed the CLI checks once every 24 hours whether they are out of date and prints a notice pointing you at helix skills update; set HELIX_NO_UPDATE_CHECK=1 to opt out of both the CLI and skills checks.

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