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 active V2 Cloud workspace selection stored in ~/.helix/config.
Usage
helix workspace <SUBCOMMAND>
If you run helix workspace with no subcommand in a TTY, the CLI prompts you to choose a workspace.
Available sub-commands
| Sub-command | Description |
|---|
list | List workspaces you can access. |
show | Show the currently selected workspace. |
switch <WORKSPACE> | Select a workspace by slug or ID. |
helix workspace list
| Flag | Type | Description | Default |
|---|
--format | human | json | Output format. | human |
helix workspace show
| Flag | Type | Description | Default |
|---|
--format | human | json | Output format. | human |
helix workspace switch
| Argument | Description |
|---|
WORKSPACE | Workspace slug or ID. |
| Flag | Type | Description |
|---|
--id | Boolean | Treat WORKSPACE as an ID rather than a slug. |
Examples
# List accessible workspaces
helix workspace list
# Show the active workspace
helix workspace show
# Switch by slug
helix workspace switch my-team
# Switch by ID
helix workspace switch ws_01HX... --id
helix workspace requires V2 Cloud authentication. Run helix auth login first.