Skip to main content

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 list
  • rabetbase sql validate --file ./queries/x.sql

Command Group Quick Reference

For specific subcommands, refer to rabetbase --help.

GroupCommon Subcommands
Projectproject init . project create . project upgrade
Multi-Appapp list . app use . app add . app remove
Scriptsrun <script>
Authauth login . auth logout
Diagnostics & Configdoctor . config set/get/list
Self-Updateupdate
APIapi list . api pull . api doc
Menumenu sync . menu update
Datadata filter . data getOne
Datasetsdataset list . detail . operations . links . link-create . link-update . link-delete . rename . field-update . extend-update . delete
Database Connectionsdb list . db detail . db create . db test . db analyze-start . db analyze-status
Smart List Pagespage generate-start . generate-status . standard-page-status . sync . pull . push
BFFbff list . detail . status . create . pull . push . delete
SQLsql list . detail . validate . create . pull . push . exec . delete
Code Generationcodegen sdk . codegen sql
Issue Reportingissue report
Otherskill 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