vercel integration
Learn how to perform key integration tasks using the vercel integration CLI command.The vercel integration
command needs to be used with one of the following actions:
vercel integration open
vercel integration list
vercel integration remove
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.
vercel integration open [integration-name]
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.
vercel integration list
The output shows the name, status, product, and integration for each installed resource.
The vercel integration remove
command uninstalls the specified integration from your Vercel account. It's useful in automation workflows.
vercel integration remove [integration-name]
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?