0.0.2 • Published 5 years ago

keywing-cli v0.0.2

Weekly downloads
-
License
AGPL-3.0
Repository
-
Last release
5 years ago

Keywing command-line tool

Lets you modify and sync sqlite files holding Keywing databases.

Usage: index [options] [command]

Options:
  -V, --version                        output the version number
  -h, --help                           display help for command

Commands:
  generate-author                      Generate and print a new author keypair
  create <db> <workspace>              Create a new database
  info <db>                            Report basic info about the database
  pairs <db>                           Show keys and values
  keys <db>                            List the keys
  items <db>                           List the items in a database including history items
  values <db>                          List the values in a database (sorted by their key)
  authors <db>                         List the authors in a database
  set <db> <authorFile> <key> <value>  Set a key to a value.  authorFile should be a JSON file.
  sync <dbOrUrl1> <dbOrUrl2>           Sync between two local files and/or remote servers.
                                       Urls should end in "/keywing/"
  help [command]                       display help for command
0.0.3

5 years ago

0.0.2

5 years ago