lxdb init | Create the LakeXpress tables in the LakeXpress DB |
lxdb drop | Drop the LakeXpress tables and their data |
lxdb truncate | Delete all data from the LakeXpress tables, keep the tables |
lxdb locks | List the tables locked by incremental syncs |
lxdb release-locks | Release locks left by a crashed sync |
config create | Create a sync configuration |
config list | List the sync configurations |
config delete | Delete a sync configuration and its run history |
sync | Run a sync configuration: export, then publish |
sync[export] | Export only |
sync[publish] | Publish the files of a previous run |
status | Show the runs of the sync configurations and their status |
cleanup | Remove stale or failed runs |
run | Run a legacy YAML configuration file |