@higherdev/cli 0.15.3 → 0.15.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -91,6 +91,9 @@ to `gh` through stdin and are never printed.
91
91
 
92
92
  Use `hd host env set SUPABASE_ACCESS_TOKEN=... SUPABASE_ORG_ID=...` once to let the runner provision
93
93
  Supabase for workspaces assigned to that host. Host values are never passed to builder processes.
94
+ Use `hd host env set VERCEL_TOKEN=... VERCEL_TEAM_ID=...` to let the runner adopt or provision a linked
95
+ Vercel project. It syncs `NEXT_PUBLIC_*`, names listed in `settings.vercel.env`, and existing Vercel-held names
96
+ to production and preview. Later `hd env set` changes wake the orchestrator to update matching Vercel variables.
94
97
 
95
98
  Inside the TUI, use `/board`, `/inbox`, `/ticket`, `/ticket new [PATH.md]`, `/queue`, `/cancel`, `/msg`, `/logs`, `/epic new`,
96
99
  `/epic approve`, `/epic rm`, `/epics`, `/architect` (or `/plan`), `/decide`, `/agents add`, `/agents rm`, `/env`, `/settings`, `/workspace`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@higherdev/cli",
3
- "version": "0.15.3",
3
+ "version": "0.15.4",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "hd": "dist/index.js"