Command reference
For developers building frontend and data integrations on Lovrabet: from installing the CLI and configuring apps to pulling APIs, managing custom SQL and BFF, and syncing menus. Each page stands on its own.
Relationship to the command manual
- This page: a grouped overview of commands to help you quickly locate a capability.
- Detailed flags, config fields, and environment variables: see the topic pages in this section.
The unified command form is:
bash
rabetbase <服务名> <子命令> [选项]Examples:
rabetbase dataset listrabetbase sql validate --file ./queries/x.sql
Command group overview
Check rabetbase --help for the authoritative list of subcommands.
| Group | Common subcommands |
|---|---|
| Project | project init · project create · project upgrade |
| Multi-app | app list · app use · app add · app remove |
| Scripts | run <script> |
| Login | auth login · auth logout |
| Diagnostics and config | doctor · config set/get/list |
| Self-update | update |
| API | api list · api pull · api doc |
| Menus | 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 spellings such as rabetbase init now prompt you to use rabetbase project init instead.
Smart list-page generation previews by default
rabetbase page generate-start does not submit the generation task by default — it returns a dry-run preview. To actually start generation, pass --apply explicitly:
bash
rabetbase page generate-start --datasetcode <datasetCode> --apply