TLDR
Enter a command. For example: qrencode, go build, fold, csvgrep.

vercel

 
Deploy and manage your Vercel deployments. More information: https://vercel.com/docs/cli.
 
  • Deploy the current directory:
     
    vercel
     
  • Deploy the current directory to production:
     
    vercel --prod
     
  • Deploy a directory:
     
    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}}
     
  • Remove a deployment:
     
    vercel remove {{project_name}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.