
vercel
List of commands for vercel:
-
vercel:tldr:27239 vercel: Set default regions to enable the deployment on.$ vercel --regions ${region_id}try on your machineexplain this command
-
vercel:tldr:3399d vercel: Deploy the current directory.$ verceltry on your machineexplain this command
-
vercel:tldr:3af98 vercel: Build with Environment Variables.$ vercel --build-env ${ENV}=${var}try on your machineexplain this command
-
vercel:tldr:68c31 vercel: Initialize an example project.$ vercel inittry on your machineexplain this command
-
vercel:tldr:d2a3e vercel: Deploy with Environment Variables.$ vercel --env ${ENV}=${var}try on your machineexplain this command
-
vercel:tldr:d30e7 vercel: Deploy the current directory to production.$ vercel --prodtry on your machineexplain this command
-
vercel:tldr:e1914 vercel: Deploy a directory.$ vercel ${path-to-project}try on your machineexplain this command
-
vercel:tldr:e2c80 vercel: Remove a deployment.$ vercel remove ${project_name}try on your machineexplain this command