This package has been deprecated

Author message:

please use @blockforfun/plugin-export-sqlite

@blockforfun/plugin-export

6.0.1 • Public • Published

@blockforfun/plugin-export

BlockFor.fun CLI export plugin

oclif GitHub Version Downloads/week License

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

Readme

Keywords

Package Sidebar

Install

npm i @blockforfun/plugin-export

Weekly Downloads

3

Version

6.0.1

License

MIT

Unpacked Size

11.9 kB

Total Files

7

Last publish

Collaborators

  • anonrig
  • mikaelkaron