@blockforfun/plugin-export-sqlite
v6.0.2
Published
BlockFor.fun CLI export plugin
Downloads
4
Readme
@blockforfun/plugin-export-sqlite
BlockFor.fun CLI export plugin
Usage
$ npm install -g @blockforfun/plugin-export-sqlite
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@blockforfun/plugin-export-sqlite/6.0.2 win32-x64 node-v10.10.0
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
...
Commands
oclif-example export:sqlite SOURCE TARGET
exports sqlite3 database from a BlockFor.fun git registry
USAGE
$ oclif-example export:sqlite SOURCE TARGET
ARGUMENTS
SOURCE git repository URL or path
TARGET path to sqlite3 database
OPTIONS
-f, --fetch=fetch git fetch URL
-r, --ref=ref [default: refs/heads/master] git ref
-s, --spec=spec [default: refs/heads/*:refs/heads/*] git fetch refspec
See code: src\commands\export\sqlite.js