Command Palette

Search for a command to run...

vercel_integration

Manage integration resources in Vercel projects

Syntax
vercel integration [subcommand] [integration-name]
Subcommands
Available subcommands for this command
add

Initialize new integration setup

vercel integration add [integration-name]
open

Open provider dashboard

vercel integration open [integration-name]
list

Display all installed integrations

vercel integration list
remove

Uninstall integration

vercel integration remove [integration-name]
Examples
Common usage examples
vercel integration add acme
vercel integration list
vercel integration remove old-integration
Use Cases
When to use this command
  • Add third-party services
  • Manage integration resources
  • Access provider dashboards
  • Automation workflows