CLI Reference
Installation
bash
bun install -g @venizia/cli
veni --versionveni create app
Scaffold a new VENI-AI service (API + UI).
bash
veni create appInteractive prompts:
| Prompt | Example |
|---|---|
| App slug (lowercase, hyphen) | hrm |
| Display name | Human Resource Management |
| API port | 3001 |
| UI port | 3004 |
Output: Creates apps/{slug}/ with:
apps/hrm/
├── api/ Hono + Ignis API (Bun)
├── ui/ React 18 + Vite (Module Federation remote)
└── README.mdveni --help
bash
veni --help
veni create --helpMore commands coming
Run veni --help after installing to see all available commands for your installed version.