10 lines
374 B
Markdown
10 lines
374 B
Markdown
|
# Astro Telemetry
|
||
|
|
||
|
This package is used to collect anonymous telemetry data within the Astro CLI. Telemetry data does not contain any personal identifying information and can be disabled via:
|
||
|
|
||
|
```shell
|
||
|
astro telemetry disable
|
||
|
```
|
||
|
|
||
|
See the [CLI documentation](https://docs.astro.build/en/reference/cli-reference/#astro-telemetry) for more options on configuration telemetry.
|