mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 13:57:17 +00:00
Update cheatsheets
This commit is contained in:
@@ -24,13 +24,13 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`vercel init`
|
||||
|
||||
- Deploy with Environment Variables:
|
||||
- Deploy with environment variables:
|
||||
|
||||
`vercel --env {{ENV}}={{var}}`
|
||||
`vercel {{[-e|--env]}} {{ENV}}={{var}}`
|
||||
|
||||
- Build with Environment Variables:
|
||||
- Build with environment variables:
|
||||
|
||||
`vercel --build-env {{ENV}}={{var}}`
|
||||
`vercel {{[-b|--build-env]}} {{ENV}}={{var}}`
|
||||
|
||||
- Set default regions to enable the deployment on:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user