@blockforfun/plugin-export
BlockFor.fun CLI export plugin
Usage
$ npm install -g @blockforfun/plugin-export
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@blockforfun/plugin-export/6.0.1 win32-x64 node-v10.10.0
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
...
Commands
oclif-example export:json SOURCE
exports json entries from a BlockFor.fun git registry
USAGE
$ oclif-example export:json SOURCE
ARGUMENTS
SOURCE git repository URL or path
OPTIONS
-f, --fetch=fetch git fetch URL
-o, --output=output output file path
-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\json.js
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
oclif-example export:text SOURCE
exports text entries from a BlockFor.fun git registry
USAGE
$ oclif-example export:text SOURCE
ARGUMENTS
SOURCE git repository URL or path
OPTIONS
-f, --fetch=fetch git fetch URL
-o, --output=output output file path
-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\text.js