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.
Configure CLI telemetry and usage metrics collection. Settings are stored in the per-user metrics config.

Usage

helix metrics <SUBCOMMAND>

Available sub-commands

Sub-commandDescription
fullEnable full metrics collection (prompts for an email address).
basicEnable minimal anonymous metrics.
offDisable all metrics collection.
statusShow current metrics configuration and when it was last updated.

helix metrics status output

status prints the metrics level, your user ID (if logged in), and a relative Last updated time:
AgeFormat
0–4 secondsjust now
5–59 seconds<n>s ago
1–59 minutes<n>m ago
1–23 hours<n>h ago
1+ days<n>d ago

Examples

# Enable full metrics (prompts for email)
helix metrics full

# Enable anonymous basic metrics
helix metrics basic

# Disable all metrics
helix metrics off

# Show current state
helix metrics status