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.
Manage the V2 Cloud project that this local project is linked to. Selection is persisted in helix.toml (under [project] workspace_id and [project] id).

Usage

helix project <SUBCOMMAND>
If you run helix project with no subcommand in a TTY, the CLI prompts you to choose a project.

Available sub-commands

Sub-commandDescription
listList projects in the active workspace.
showShow the currently linked project.
switch <PROJECT>Link this directory to a workspace project by name or ID.

helix project list

FlagTypeDescriptionDefault
--workspace-idStringOverride the active workspace selection for this command.Value from ~/.helix/config
--formathuman | jsonOutput format.human

helix project show

FlagTypeDescriptionDefault
--formathuman | jsonOutput format.human

helix project switch

ArgumentDescription
PROJECTProject name or ID.
FlagTypeDescription
--idBooleanTreat PROJECT as an ID rather than a name.

Examples

# List projects in the active workspace
helix project list

# Show the linked project
helix project show

# Link to a project by name
helix project switch payments-api

# Link to a project by ID
helix project switch prj_01HX... --id

# List projects in a specific workspace without switching globally
helix project list --workspace-id ws_01HX...
helix project requires V2 Cloud authentication. Run helix auth login first.