vercel <path to project>
CLI Interface for Vercel.com
Arguments
Name | Description |
---|---|
path to project | folders |
Subcommands
Name | Description |
---|---|
deploy | Performs a deployment (default) |
dev | Start a local development server |
env | Manages the Environment Variables for your current Project |
init | Initialize an example project |
list | Lists deployments |
ls | Lists deployments |
inspect | Displays information related to a deployment |
login | Logs into your account or creates a new one |
logout | Logs out of your account |
switch | Switches between teams and your personal account |
help | Displays complete help for [cmd] |
rm | Removes a deployment |
remove | Removes a deployment |
domains | Manages your domain names |
dns | Manages your DNS records |
certs | Manages your SSL certificates |
secrets | Manages your global Secrets, for use in Environment Variables |
logs | Displays the logs for a deployment |
teams | Manages your teams |
whoami | Shows the username of the currently logged in user |
alias | Apply custom domains based on git branches, or other heuristics |
link | Links your local directory to a Project |
billing | Manage payment methods |
Options
Name | Description |
---|---|
-h, --help | Output usage information |
-v, --version | Output the version number |
-V, --platform-version | Set the platform version to deploy to |
-A, --local-config <arg> | Path to the local 'vercel.json' file |
-Q, --global-config <arg> | Path to the global '.vercel' directory |
-d, --debug | Provides more verbose output |
-f, --force | Force a new deployment even if nothing has changed |
-with-cache | Retain build cache when using --force |
-t, --token <auth token> | Execute command with an auth token |
-p, --public | Deployment is public ('/_src' is exposed) |
-e, --env | Include an env var during run time (e.g.: '-e KEY=value'). Can appear many times |
-b, --build-env | Similar to `--env` but for build time only |
-m, --meta | Add metadata for the deployment (e.g.: `-m KEY=value`). Can appear many times |
-C, --no-clipboard | Do not attempt to copy URL to clipboard |
-S, --scope <team name> | Set a custom scope |
--regions | Set default regions to enable the deployment on |
--prod | Create a production deployment |
-c, --confirm | Confirm default options and skip questions |