vercel project
Learn how to list, add, remove, and manage your projects from the command line.The vercel project command is used to manage your Projects on Vercel, providing functionality to list, add, and remove.
vercel project ls
Using the vercel project command to list all Projects.
vercel project add
Using the vercel project command to create a new Project.
vercel project rm
Using the vercel project command to remove a Project.
The following global options can be passed when using the vercel project command:
--cwd--debug--global-config--help--scope--local-config--token
For more information on global options and their usage, refer to the options section.