vercel project
The vercel project command is used to manage your Vercel Projects, providing functionality to list, add, inspect, and remove.
vercel project ls
# Output as JSON
vercel project ls --jsonUsing the vercel project command to list all Vercel
Project.
vercel project ls --update-required
# Output as JSON
vercel project ls --update-required --jsonUsing the vercel project command to list all Vercel
Project that are affected by an upcoming Node.js runtime deprecation.
vercel project addUsing the vercel project command to create a new
Vercel Project.
vercel project inspectUsing the vercel project inspect command to display
information about the linked project.
vercel project inspect my-projectUsing the vercel project inspect command to display
information about a specific project by name.
vercel project rmUsing 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.
Was this helpful?