Caching users
Fetching users
Download all workspace members to the local cache:
The command prints a summary to stderr:
Running it again updates existing records without duplication (upsert by user ID).
Showing cached users
Display all cached users in human-readable format:
Display as JSON:
Users are auto-fetched if the cache is empty (unless --no-fetch is given).
Display name resolution
When users are cached, thread and channel output resolves user IDs to display names in the format "Real Name (handle)". For example, a message from user U123 appears as:
Without cached users, the raw user ID is shown instead.