HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

gotelemetry — Manage Go telemetry data and settings. More information: <https://telemetry.go.dev/privacy#collectio

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandandgotelemetrytelemetryclimanagesettingsdata

Problem

How to use the gotelemetry command: Manage Go telemetry data and settings. More information: <https://telemetry.go.dev/privacy#collection>.

Solution

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

Code Snippets

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

Context

tldr-pages: common/gotelemetry

Revisions (0)

No revisions yet.