Menu

vercel target

Last updated

The command (alias: ) manages your Vercel project's targets (custom environments). Targets are custom deployment environments beyond the standard production, preview, and development environments.

Using vercel target list to list all targets for your project.

List all targets defined for the current project.

List all custom environments configured for your project.

The flag is available on several commands to specify which environment to target:

Deploy your project to a custom environment by specifying --target=<environment-name>.

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

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


Was this helpful?

supported.