Command Reference
For developers working on front-end and data integration on the Lovrabet platform: from installing the CLI and configuring applications, to pulling APIs, managing custom SQL and BFF, and syncing menus. Each section can be read independently.
Relationship to the Command Manual
- This page: provides a grouped command overview to help you quickly locate capability entry points.
- For detailed parameters, configuration fields, and environment variables: see the individual topic documents in this directory.
The unified command format is:
rabetbase <service> <subcommand> [options]
Examples:
rabetbase dataset listrabetbase sql validate --file ./queries/x.sql
Command Group Quick Reference
For specific subcommands, refer to rabetbase --help.
| Group | Common Subcommands |
|---|---|
| Project | project init . project create . project upgrade |
| Multi-App | app list . app use . app add . app remove |
| Scripts | run <script> |
| Auth | auth login . auth logout |
| Diagnostics & Config | doctor check . config set/get/list |
| Self-Update | update run |
| API | api list . api pull . api doc |
| Menu | menu sync . menu update |
| Datasets | dataset list . detail . operations . links |
| BFF | bff list . detail . status . new . pull . push . delete |
| SQL | sql list . detail . validate . save . exec |
| Code Generation | codegen sdk . codegen sql |
| Other | skill install . logs show . logs clear |
Legacy commands like rabetbase init will prompt you to use rabetbase project init instead.