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.
Click to show internal directories.
Click to hide internal directories.