Skip to main content
Print the dashboard summary numbers you see on the TalkValue home screen (people, channels, events, companies, plus diversification, growth, and retention signals) for the active workspace. Use --tag-id to scope the snapshot to a single tag.

Synopsis

Options

A stats subcommand returns a slightly different shape with top channels and the latest trend. Run talkvalue path overview stats --help for its options.

Examples

1. Snapshot in the terminal

Prints the workspace totals as a table: people, channels, events, companies, new people this month, plus growth and retention deltas.

2. Pull totals into a script

Returns just the headline counts. Drop the jq filter for the full envelope.

3. Filter by tag

Scopes every number to people, channels, and events tagged with 42. Combine with talkvalue path tag attach to maintain tag-scoped reports.

Response

diversification, growth, and retention are nested objects that match the dashboard’s overview cards: channel mix, registration trend, and return-visit signals. Inspect each subtree to compose richer reports.

See also