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 check . config set/get/list
Self-Updateupdate run
APIapi list . api pull . api doc
Menumenu sync . menu update
Datasetsdataset list . detail . operations . links
BFFbff list . detail . status . new . pull . push . delete
SQLsql list . detail . validate . save . exec
Code Generationcodegen sdk . codegen sql
Otherskill install . logs show . logs clear

Legacy commands like rabetbase init will prompt you to use rabetbase project init instead.