mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
gotelemetry: add page (#11287)
This commit is contained in:
parent
250b9d7c21
commit
f83dbe7bea
1 changed files with 24 additions and 0 deletions
24
pages/common/gotelemetry.md
Normal file
24
pages/common/gotelemetry.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue