← Back
Vercel
Vercel CLI gains activity log command for team event tracking
Vercel · featureclisdk · vercel.com ↗

New vercel activity Command

Vercel has extended its CLI with a new command that brings activity log visibility directly to developers' terminals. The vercel activity command provides programmatic access to all team activities, including deployments, configuration changes, and user actions.

Filtering and Querying Capabilities

The activity log command supports multiple filtering options to help teams track what matters most:

  • Filter by event type: Query specific activity categories
  • Filter by date range: View activities within a specific time window
  • Filter by project: Isolate activities to individual projects
  • Team-wide view: Query all events across your entire team

Use Cases

This CLI integration enables several practical workflows:

  • Audit trails: Developers can programmatically verify team actions and changes
  • Automation: Scripts can monitor activities and trigger actions based on events
  • Compliance: Teams can export and review activity logs for security and compliance purposes
  • Debugging: Quickly identify when changes were made and by whom during troubleshooting

Getting Started

The vercel activity command is now available in the latest version of the Vercel CLI. Users can reference the official documentation for detailed usage instructions and examples.