Socket
Socket
Sign inDemoInstall

@blockforfun/plugin-export

Package Overview
Dependencies
214
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @blockforfun/plugin-export

BlockFor.fun CLI export plugin


Version published
Weekly downloads
14
increased by366.67%
Maintainers
2
Created
Weekly downloads
 

Readme

Source

@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

Keywords

FAQs

Last updated on 13 Dec 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc