vercel integration
The command needs to be used with one of the following actions:
For the in all the commands below, use the URL slug value of the integration.
The command initializes the setup wizard for creating an integration resource. This command is used when you want to add a new resource from one of your installed integrations. This functionality is the same as .
If you have not installed the integration for the resource or accepted the terms & conditions of the integration through the web UI, this command will open your browser to the Vercel dashboard and start the installation flow for that integration.
Using the command to create a new integration resource
The 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.
Using the command to open the provider's dashboard
The 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.
Using the command to list the integration resources.
The output shows the name, status, product, and integration for each installed resource.
The command uninstalls the specified integration from your Vercel account. It's useful in automation workflows.
Using the command to uninstall an integration
You are required to remove all installed resources from this integration before using this command.
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.
Was this helpful?