mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
25 lines
438 B
Markdown
25 lines
438 B
Markdown
![]() |
# gotelemetry
|
||
|
|
||
|
> A tool for managing Go telemetry data and settings.
|
||
|
> 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`
|
||
|
|
||
|
- Show details about any subcommand:
|
||
|
|
||
|
`gotelemetry help {{subcommand}}`
|