Vercel CLI now supports native curl syntax via the `vercel curl` command. It accepts full URLs, bare hostnames, and the `--url` flag, and uses your existing Vercel auth token to bypass Deployment Protection automatically.
If you have a project linked, you can skip the full URL and pass just a path. The command handles authentication silently, which means no manual token headers, no workarounds for protected deployments during testing or debugging.
Update to the latest Vercel CLI version and run `vercel curl` to start. The full documentation covers flag support and project-linking behavior, worth reading if you debug deployments from the terminal regularly.
[READ ORIGINAL →]