Skip to main content
Controls whether the CLI sends anonymous usage data to Alpic. Telemetry helps improve the CLI and never includes Personally Identifiable Information (PII). Telemetry can also be disabled by setting the ALPIC_TELEMETRY_DISABLED=1 environment variable.

Usage

alpic telemetry status
Shows the current telemetry status and the machine ID used for anonymous reporting.

Extended Usage

# Enable telemetry
alpic telemetry enable

# Disable telemetry
alpic telemetry disable

# Check current status
alpic telemetry status

Subcommands

telemetry status

Prints the current telemetry setting (enabled or disabled) and the machine ID.
alpic telemetry status

telemetry enable

Enables telemetry and saves the setting to ~/.alpic/config.json.
alpic telemetry enable

telemetry disable

Disables telemetry and saves the setting to ~/.alpic/config.json.
alpic telemetry disable

Environment Variables

VariableDescription
ALPIC_TELEMETRY_DISABLED=1Disables telemetry regardless of the saved config
ALPIC_TELEMETRY_DEBUG=1Enables debug output for telemetry events