vercel
Deploy and manage your Vercel deployments.
- Deploy the current directory:
vercel
- Deploy the current directory to production:
vercel --prod
vercel {path/to/project}
- Initialize an example project:
vercel init
- Deploy with Environment Variables:
vercel --env {ENV}={var}
- Build with Environment Variables:
vercel --build-env {ENV}={var}
- Set default regions to enable the deployment on:
vercel --regions {region_id}
vercel remove {project_name}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).