Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

lowla/lowladb-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LowlaDB-CLI Build Status

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:

lowladb dump

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. (default http://localhost:3000)
  • -q,--sequence The sequence to from the Syncer to start exporting documents. (default 0)
  • -f,--file The JSON file for the exported data. (default lowladb-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.

About

The LowlaDB command line interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published