Disabled means absent
PliegoRS telemetry is disabled by default. Installation, scaffolding, checking, development, and building do not create telemetry state or make telemetry network requests. No environment variable, manifest, installer flag, or account can silently enable it.
pliego telemetry status
pliego telemetry enableExact bounded allowlist
An enabled journal retains at most 64 events. Every event contains only a local sequence, one of install/new/check/dev/build, coarse Unix day, CLI version, operating-system platform, and CPU architecture.
Preview and export locally
pliego telemetry preview
pliego telemetry preview --format json
pliego telemetry export --output ./pliegors-telemetry.jsonPreview shows the exact report shape. Export creates a new local file and refuses to overwrite an existing path. Neither command uploads data.
Stop and delete under user control
pliego telemetry disable
pliego telemetry disable --delete-localDisabling stops collection; --delete-local also removes the bounded local state. Re-enabling requires another deliberate command. Corrupt or unsupported state fails closed and cannot enable collection.