bootspring telemetry
Inspect and manage usage telemetry.
Overview
The telemetry command allows you to view, upload, and manage telemetry events. Telemetry helps improve Bootspring and enables usage analytics for your team.
Usage
Loading code block...
Commands
| Command | Description |
|---|---|
status | Show telemetry status |
list | List telemetry events |
upload | Upload events to endpoint |
clear | Clear local event log |
Options
| Option | Description |
|---|---|
--event <name> | Filter by event name |
--limit <n> | Limit listed/uploaded events |
--endpoint <url> | Upload endpoint override |
--token <value> | Upload bearer token |
--clear | Clear local events on successful upload |
Examples
Loading code block...
Event Types
| Event | Description |
|---|---|
command:* | CLI command execution |
workflow:* | Workflow lifecycle |
agent:* | Agent invocations |
error:* | Error occurrences |
metric:* | Performance metrics |
Privacy
Telemetry is privacy-respecting:
- No code content is sent
- No personal data is collected
- Only command names and timing
- Can be fully disabled
Disable Telemetry
To disable telemetry entirely:
Loading code block...
Or in bootspring.config.js:
Loading code block...
Related Commands
bootspring doctor- System diagnosticsbootspring update- Update Bootspring