Setup
Interactive first-run setup for the TelemetryDeck analytics CLI — prompts for email/password, mints a bearer, lets the user pick an app.
Telemetrydeck Analytics
Query a TelemetryDeck app's product analytics to answer questions about DAU/MAU, retention, event counts, funnels, cohorts, and pipeline health. Use whenever the user asks a "how are users actually using this app" question that needs live data from TelemetryDeck, or is diagnosing signal-ingestion issues (missing events, opt-in anomalies, appID filters). Ships a self-contained CLI with OS-native s…
Doctor
Run the TelemetryDeck CLI end-to-end health check (platform, config, secret store, auth, query round-trip).
Events
Schema discovery — list every event name firing for the current TelemetryDeck app with 7-day and 30-day counts side by side.
Dau
Daily active users for the current TelemetryDeck app. Accepts optional interval / event / compare flags as arguments.
Groupby
Break down an event count or user count by any TelemetryDeck dimension (license, OS version, country, etc.).
Apps
List, switch, add, or remove the TelemetryDeck apps the CLI queries against. Accepts a subcommand as arguments (use / list / add / remove / refresh).
Report
Generate a short markdown analytics report answering a specific product question. Pass the question as arguments.
Query
Run an arbitrary TQL query against the current TelemetryDeck app. Use when no recipe fits and a hand-written TQL is required (funnel, retention, multi-dim groupBy, postAggregations, filtered aggregations).
Signals
Top-N event names over a window — raw pipeline triage for "what's firing right now?" questions.
Mau
Monthly active users for the current TelemetryDeck app. Accepts optional interval / event / compare flags as arguments.