2023-10-26 17:58:39 +01:00
|
|
|
# gotelemetry
|
|
|
|
|
2024-02-14 20:25:13 +00:00
|
|
|
> Manage Go telemetry data and settings.
|
2023-10-26 17:58:39 +01:00
|
|
|
> More information: <https://telemetry.go.dev/privacy#collection>.
|
|
|
|
|
|
|
|
- Enable telemetry uploading:
|
|
|
|
|
|
|
|
`gotelemetry on`
|
|
|
|
|
|
|
|
- Disable telemetry uploading:
|
|
|
|
|
|
|
|
`gotelemetry off`
|
|
|
|
|
|
|
|
- Run a Web Viewer for local telemetry data:
|
|
|
|
|
|
|
|
`gotelemetry view`
|
|
|
|
|
|
|
|
- Print the current telemetry environment:
|
|
|
|
|
|
|
|
`gotelemetry env`
|
|
|
|
|
2024-01-30 04:55:24 +00:00
|
|
|
- Display help for a specific subcommand:
|
2023-10-26 17:58:39 +01:00
|
|
|
|
|
|
|
`gotelemetry help {{subcommand}}`
|