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 . config set/get/list |
| Self-Update | update |
| API | api list . api pull . api doc |
| Menu | menu sync . menu update |
| Data | data filter . data getOne |
| Datasets | dataset list . detail . operations . links . link-create . link-update . link-delete . rename . field-update . extend-update . delete |
| Database Connections | db list . db detail . db create . db test . db analyze-start . db analyze-status |
| Smart List Pages | page generate-start . generate-status . standard-page-status . sync . pull . push |
| BFF | bff list . detail . status . create . pull . push . delete |
| SQL | sql list . detail . validate . create . pull . push . exec . delete |
| Code Generation | codegen sdk . codegen sql |
| Issue Reporting | issue report |
| Other | skill install . logs show . logs clear |
Legacy commands like rabetbase init will prompt you to use rabetbase project init instead.
Smart List Page generation previews by default
rabetbase page generate-start does not submit a generation job by default. It returns a dry-run preview. Pass --apply explicitly to actually start generation:
rabetbase page generate-start --datasetcode <datasetCode> --apply