Wexts 4

CLI

The CLI owns starter creation, dev orchestration, generation, build, runtime start, Vercel output, and doctor checks.

Commands and Examples

wexts create my-app
wexts dev
wexts generate
wexts build
wexts start
wexts vercel-build
wexts doctor --security

Current Guidance

  • `wexts create` creates the verified starter by default.
  • `--template legacy` is deprecated compatibility scaffolding.
  • Commands should fail non-zero on real errors and avoid silent success.