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#

CommandDescription
statusShow telemetry status
listList telemetry events
uploadUpload events to endpoint
clearClear local event log

Options#

OptionDescription
--event <name>Filter by event name
--limit <n>Limit listed/uploaded events
--endpoint <url>Upload endpoint override
--token <value>Upload bearer token
--clearClear local events on successful upload

Examples#

Loading code block...

Event Types#

EventDescription
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...