vercel install

Learn how to install native integrations with the vercel install CLI command.
Table of Contents

The vercel install command is used to install a native integration with the option of adding a product to an existing installation.

If you have not installed the integration before, you will asked to open the Vercel dashboard and accept the Vercel Marketplace terms. You can then decide to continue and add a product through the dashboard or cancel the product addition step.

If you have an existing installation with the provider, you can add a product directly from the CLI by answering a series of questions that reflect the choices you would make in the dashboard.

terminal
vercel install acme

Using the vercel install command install the ACME integration.

You can get the value of acme by looking at the slug of the integration provider from the marketplace URL. For example, for https://vercel.com/marketplace/edgedb, acme is edgedb.

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

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

Last updated on September 19, 2024