Activity Log now available in Vercel CLI
By Steven Van ·
A new `vercel activity` CLI command queries the team activity log, filtering by event type, date range, or project.
Vercel's Vercel CLI now has a vercel activity command for querying the team activity log without leaving the terminal. By default it shows events for the linked project, but it can also filter or scope more broadly.
- Filter by event type with --type (repeatable or comma-separated); run vercel activity types to see valid values.
- Filter by date range with --since and --until, using ISO 8601 or relative values like 7d or 30d.
- Target a specific project with --project, or use --all to see events across the whole team (the two can't be combined).
- Control output with --limit (default 20, max 100), --next for pagination, and --format json for structured output.
The full command reference has usage examples for each option.
Vercel
The platform for frontend developers — deploy, preview, and scale web apps and AI agents with zero config.
View Vercel →