gotelemetry: add page (#11287)

pull/23/head
Robson Cruz 2023-10-26 13:58:39 -03:00 committed by GitHub
parent 250b9d7c21
commit f83dbe7bea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

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}}`