wholestack
v0.9.0
Published
Zeta kitchen — talk to Zeta in the terminal; it writes ISL, builds apps, and proves them with ShipGate.
Maintainers
Readme
Wholestack CLI (zeta / wholestack)
Kitchen agent for WholeStack. Sign in, talk or run verbs — Zeta writes ISL, generates the app, proves with ShipGate.
Requires Node.js 20+.
Install
npm i -g wholestack@latestFrom this monorepo:
pnpm --filter @wholestack/zeta-g-cli exec zetaLogin
zeta login # poll handshake (Safari-safe)
zeta whoami [--json]
zeta status [--json]
zeta builds [--json]
zeta logout [--all]--force re-authorizes. WHOLESTACK_TOKEN for CI.
Free: unlimited make / edit / live preview. Shipping is paid — Starter $49, Pro $99, Team $299, Unlimited $499.
Talk and factory
zeta app # Builds · Chat · Watch desk
zeta chat # same
zeta "build me a todo app with auth"
zeta make "a barbershop booking app" # no chat → ./out/<slug>
zeta build "a barbershop booking app" # same
zeta spec "a CRM" --out app.isl
zeta boot "a CRM" # local URL (ZETA_DEMO_BOOT=1)
zeta shell [buildId]After a build
zeta files [id] --out ./app
zeta preview [id] [--open]
zeta doctor [id]
zeta deploy [id]Build id: argv, linked dir, or TTY picker. REPL /doctor = env check; argv zeta doctor = deploy-readiness.
Completions
zeta completion zsh
zeta completion bash
zeta completion fishUpgrade from 0.7 / thin client
0.7.0 pushed tokens to loopback (Safari blocked). 0.8+ polls. This binary is the kitchen agent, not a chat-only pipe.
npm i -g wholestack@latest
zeta login --forceHermetic proof lane
zeta generate / prove-batch / ship / mission / web3 forward to @wholestack/cli (zeta-proof) when that package is built in the monorepo.
