mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 18:58:45 +00:00
Update cheatsheets
This commit is contained in:
29
gotelemetry
Normal file
29
gotelemetry
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# gotelemetry
|
||||
|
||||
> Manage 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`
|
||||
|
||||
- Display help for a specific subcommand:
|
||||
|
||||
`gotelemetry help {{subcommand}}`
|
||||
Reference in New Issue
Block a user