Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@blockforfun/cli

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blockforfun/cli

BlockFor.fun CLI

  • 8.0.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

cli

BlockFor.fun CLI

oclif GitHub Version Downloads/week License

Plugins

Bundled plugins

Usage

$ npm install -g @blockforfun/cli
$ blockfun COMMAND
running command...
$ blockfun (-v|--version|version)
@blockforfun/cli/8.0.0 win32-x64 node-v10.10.0
$ blockfun --help [COMMAND]
USAGE
  $ blockfun COMMAND
...

Commands

blockfun export:json SOURCE [TARGET]

exports json entries from a BlockFor.fun git registry

USAGE
  $ blockfun export:json SOURCE [TARGET]

ARGUMENTS
  SOURCE  git repository URL or path
  TARGET  path to target file

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: @blockforfun/plugin-export

blockfun export:sqlite SOURCE TARGET

exports sqlite3 database from a BlockFor.fun git registry

USAGE
  $ blockfun export:sqlite SOURCE TARGET

ARGUMENTS
  SOURCE  git repository URL or path
  TARGET  path to target 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: @blockforfun/plugin-export

blockfun export:text SOURCE [TARGET]

exports text entries from a BlockFor.fun git registry

USAGE
  $ blockfun export:text SOURCE [TARGET]

ARGUMENTS
  SOURCE  git repository URL or path
  TARGET  path to target file

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: @blockforfun/plugin-export

blockfun help [COMMAND]

display help for blockfun

USAGE
  $ blockfun help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

blockfun list:json SOURCE [OUTPUT]

lists entries in json format from a BlockFor.fun git registry

USAGE
  $ blockfun list:json SOURCE [OUTPUT]

ARGUMENTS
  SOURCE  git repository URL or path
  OUTPUT  output file path

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

ALIASES
  $ blockfun ls:json

See code: @blockforfun/plugin-git

blockfun list:text SOURCE [OUTPUT]

lists entries in text format from a BlockFor.fun git registry

USAGE
  $ blockfun list:text SOURCE [OUTPUT]

ARGUMENTS
  SOURCE  git repository URL or path
  OUTPUT  output file path

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

ALIASES
  $ blockfun ls
  $ blockfun ls:text

See code: @blockforfun/plugin-git

blockfun read:json SOURCE PATH [OUTPUT]

reads entries in json format from a BlockFor.fun git registry

USAGE
  $ blockfun read:json SOURCE PATH [OUTPUT]

ARGUMENTS
  SOURCE  git repository URL or path
  PATH    git file path
  OUTPUT  output file path

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

ALIASES
  $ blockfun get:json

See code: @blockforfun/plugin-git

blockfun read:text SOURCE PATH [OUTPUT]

reads entries in text format from a BlockFor.fun git registry

USAGE
  $ blockfun read:text SOURCE PATH [OUTPUT]

ARGUMENTS
  SOURCE  git repository URL or path
  PATH    git file path
  OUTPUT  output file path

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

ALIASES
  $ blockfun get
  $ blockfun get:text

See code: @blockforfun/plugin-git

blockfun write:json SOURCE PATH INPUT

writes json formatted entries to a BlockFor.fun git registry

USAGE
  $ blockfun write:json SOURCE PATH INPUT

ARGUMENTS
  SOURCE  git repository URL or path
  PATH    git file path
  INPUT   input file path

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

ALIASES
  $ blockfun put:json

See code: @blockforfun/plugin-git

blockfun write:text SOURCE PATH INPUT

writes text formatted entries to a BlockFor.fun git registry

USAGE
  $ blockfun write:text SOURCE PATH INPUT

ARGUMENTS
  SOURCE  git repository URL or path
  PATH    git file path
  INPUT   input file path

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

ALIASES
  $ blockfun put
  $ blockfun put:text

See code: @blockforfun/plugin-git

Keywords

FAQs

Package last updated on 08 Dec 2018

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc