The LowlaDB command line interface.
Install lowladb-cli to interact with LowlaDB Syncer and Adapter services.
Use lowladb -h
for a list of commands, or lowladb <cmd> -h
for help with a specific command.
LowlaDB-Cli supports the following commands:
Exports LowlaDB documents to a file. The exported file can be used by the LowlaDB Browser client to import documents into its local data storage (see the LowlaDB Browser documentation for more info).
lowladb dump
takes the following arguments:
-s,--server
The server URL that hosts both the Syncer and Adapter. (defaulthttp://localhost:3000
)-q,--sequence
The sequence to from the Syncer to start exporting documents. (default0
)-f,--file
The JSON file for the exported data. (defaultlowladb-dump.json
)-y,--syncer
The server URL that hosts the Syncer if not using--server
above.-a,--adapter
The server URL that hosts the Adapter if not using--adapter
above.