gotelemetry: add page (#11287)
This commit is contained in:
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}}`
|
Reference in New Issue
Block a user