← 返回
开发者工具 中文

Vercel

Deploy and manage Vercel projects, including linking repositories, env vars, and domains.
部署和管理 Vercel 项目,包括关联仓库、环境变量和域名。
brennerspear
开发者工具 clawhub v1.0.0 1 版本 99633.9 Key: 无需
★ 0
Stars
📥 2,994
下载
💾 5
安装
1
版本
#latest

概述

Vercel — Deploy and Manage Projects

Set Up a New Project

cd <project-root>   # must be the directory with .git
npx vercel link      # link to Vercel project
npx vercel git connect  # connect GitHub repo for auto-deploys

Run vercel git connect from the repo root (where .git lives), not a subdirectory.

Set Environment Variables

NEVER use echo — it adds a trailing \n:

printf 'value' | npx vercel env add VAR_NAME production

Check Domains

cd any-vercel-project && npx vercel domains ls

For the full domain list: see domains.md in this folder.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 17:30 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 323,902
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,755
data-analysis

Flights

brennerspear
通过谷歌航班搜索机票。查询直飞或中转航班,按时间和舱位筛选,获取预订链接。支持城市名称。
★ 1 📥 3,764