telexed ~ c / dbff2a6a-e0bradar:50 · infra_saasLIVE
← back
NO.
#dbff2a6a
Topic
INFRA & SAAS
Source
vercel_blog
Published
2026-05-15 00:00:00
Importance
★ 5/10 — radar 50
`Vercel CLI` adds native `curl` syntax
FIG-4121:1

`Vercel CLI` adds native `curl` syntax

Protected deployments can now be hit with plain curl-style requests using your Vercel auth. It removes header and token boilerplate for preview smoke tests, so updating the CLI is worth it.

[ KEY POINTS ]
  1. vercel curl now accepts full URLs, bare hostnames, and the --url flag, so existing curl habits mostly transfer over.
  2. Vercel auth is reused to bypass Deployment Protection, which cuts the usual preview-token and header setup.
  3. Linked projects can pass just a path instead of a full URL, making repeated endpoint checks much faster.
  4. This is a small feature, but it sharpens local-to-preview debugging loops where protected environments slow teams down.
Originalvercel.com/changelog/use-native-curl-syntax-with-vercel-cliRead original →

// related