LinuxCommandLibrary

gotelemetry

A tool for managing Go telemetry data and settings.

TLDR

Enable telemetry uploading

$ gotelemetry on
copy


Disable telemetry uploading
$ gotelemetry off
copy


Run a Web Viewer for local telemetry data
$ gotelemetry view
copy


Print the current telemetry environment
$ gotelemetry env
copy


Show details about any subcommand
$ gotelemetry help [subcommand]
copy

Copied to clipboard