vercel inspect
Learn how to retrieve information about your Vercel deployments from the command line.The vercel inspect
command is used to retrieve information about a deployment referenced either by its unique deployment URL or production domain.
vercel inspect [unique-deployment-url]
Using the vercel inspect
command to retrieve information about a specific deployment.
vercel inspect [production-deployment-url]
Using the vercel inspect
command to retrieve information about a production deployment.
The following global options can be passed when using the vercel inspect
command:
For more information on global options and their usage, refer to the options section.