vercel integration

Learn how to perform key integration tasks using the vercel integration CLI command.
Table of Contents

The vercel integration command needs to be used with one of the following actions:

  • vercel integration open
  • vercel integration list

For the integration-name in all the commands below, use the URL slug value of the integration.

The vercel integration open command opens a deep link into the provider's dashboard for a specific integration. It's useful when you need quick access to the provider's resources from your development environment.

terminal
vercel integration open [integration-name]

Using the vercel integration open command to open the provider's dashboard

The vercel integration list command displays a list of all installed resources with their associated integrations for the current team or project. It's useful for getting an overview of what integrations are set up in the current scope of your development environment.

terminal
vercel integration list

Using the vercel integration list command to list the integration resources.

The output shows the name, status, product, and integration for each installed resource.

The following global options can be passed when using the vercel integration command:

For more information on global options and their usage, refer to the options section.

Last updated on October 22, 2024