gotelemetry: add page (#11287)

This commit is contained in:
Robson Cruz
2023-10-26 13:58:39 -03:00
committed by GitHub
parent 250b9d7c21
commit f83dbe7bea

View File

@@ -0,0 +1,24 @@
# 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}}`