Vercel
Pull variables with the Vercel CLI.
Provider name: vercel.
{
"provider": "vercel",
"environment": "development",
"vercel-token": "{env:VERCEL_TOKEN}",
"vercel-org-id": "{env:VERCEL_ORG_ID}",
"vercel-project-id": "{env:VERCEL_PROJECT_ID}"
}
Requirements
The vercel command must be available in the environment where Fatima runs.
If the project has a .vercel directory, Vercel project metadata is already available. If not, provide:
VERCEL_ORG_IDVERCEL_PROJECT_IDVERCEL_TOKEN
These values can come from provider options, earlier providers, or process environment variables.
Behavior
The provider runs vercel env pull into a temporary dotenv file, parses that file, then removes it.
The default Vercel environment is development unless you set environment or VERCEL_ENVIRONMENT.