vercel integration-resource
Learn how to perform native integration product resources tasks using the vercel integration-resource CLI command.The vercel integration-resource
command needs to be used with one of the following actions:
vercel integration-resource remove
vercel integration-resource disconnect
For the resource-name
in all the commands below, use the URL slug value of the product for this installed resource.
The vercel integration-resource remove
command uninstalls the product for this resource from the integration.
vercel integration-resource remove [resource-name] (--disconnect-all)
When you include the --disconnect-all
parameter, all connected projects are disconnected before removal.
The vercel integration-resource disconnect
command disconnects a product's resource from a project where it is currently associated.
vercel integration-resource disconnect [resource-name] (--all)
When you include the --all
parameter, all connected projects are disconnected.
vercel integration-resource disconnect [resource-name] [project-name]
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?