1 min read

vercel project

Learn how to list, add, remove, and manage your Vercel Projects using the vercel project CLI command.
Table of Contents

The vercel project command is used to manage your Vercel Projects, providing functionality to list, add, and remove.

terminal
vercel project ls

Using the vercel project command to list all Vercel Project.

terminal
vercel project ls --update-required

Using the vercel project command to list all Vercel Project that are affected by an upcoming Node.js runtime deprecation.

terminal
vercel project add

Using the vercel project command to create a new Vercel Project.

terminal
vercel project rm

Using the vercel project command to remove a Vercel Project.

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

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

Last updated on February 8, 2023