telemetry

package
v0.17.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2026 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Overview

Package telemetry is the cobra surface for `raid telemetry`. It exposes on / off / status / purge / preview sub-subcommands. The real behavior lives in src/internal/telemetry — this file is just the CLI bindings.

Index

Constants

This section is empty.

Variables

View Source
var Command = &cobra.Command{
	Use:   "telemetry",
	Short: "Manage anonymous CLI telemetry (off by default)",
	Long: "raid ships opt-in, anonymous CLI telemetry. Off by default; " +
		"flip it on with `raid telemetry on`, see what's stored with " +
		"`raid telemetry status`, preview a sample event with " +
		"`raid telemetry preview`, and break continuity with " +
		"`raid telemetry purge`. See https://raidcli.dev/docs/telemetry.",
	Args: cobra.NoArgs,
}

Command is the parent `raid telemetry` group. Args are validated by the sub-subcommands themselves so we can give a precise error instead of cobra's generic one.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL