Vercel CLI commands for managing serverless applications
/plugin marketplace add leobrival/topographic-studio-plugins/plugin install cli-toolkit@topographic-studio-pluginsComprehensive documentation of the Vercel CLI for deploying and managing serverless applications on Vercel. ## Installation & Configuration ## Authentication ## Projects ### `vercel project ls` Lists all Vercel projects under the current scope. ### `vercel project add` Creates a new Vercel project. ### `vercel project rm` Removes an existing Vercel project. ### `vercel init` Initialises a new project in the current directory. ### `vercel link` Links the current directory to an existing Vercel project. ## Deployments ### `vercel` or `vercel deploy` Deploys the p...