Socket
Socket
Sign inDemoInstall

@blockforfun/plugin-git

Package Overview
Dependencies
15
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @blockforfun/plugin-git

BlockFor.fun CLI git plugin


Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
2
Created
Weekly downloads
 

Changelog

Source

3.0.0 (2018-11-25)

Bug Fixes

  • Add root project to lerna packages (884df53)

Features

  • Added json command to plugins-git (a69d82f)
  • Start managing monorepo with lerna (d91a761)
  • Use lerna for release management (e5ceb9d)

Readme

Source

@blockforfun/plugin-git

BlockFor.fun CLI git plugin

oclif GitHub Version Downloads/week License

Usage

$ npm install -g @blockforfun/plugin-git
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@blockforfun/plugin-git/3.0.0 win32-x64 node-v10.10.0
$ oclif-example --help [COMMAND]
USAGE
  $ oclif-example COMMAND
...

Commands

oclif-example list:json SOURCE [TARGET]

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

USAGE
  $ oclif-example list:json SOURCE [TARGET]

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

OPTIONS
  -f, --fetch=fetch  git fetch repository URL
  -r, --ref=ref      [default: refs/heads/master] git ref to read from
  -s, --spec=spec    [default: refs/heads/*:refs/heads/*] git refspec to fetch

ALIASES
  $ oclif-example ls:json

See code: src\commands\list\json.js

oclif-example list:text SOURCE [TARGET]

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

USAGE
  $ oclif-example list:text SOURCE [TARGET]

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

OPTIONS
  -f, --fetch=fetch  git fetch repository URL
  -r, --ref=ref      [default: refs/heads/master] git ref to read from
  -s, --spec=spec    [default: refs/heads/*:refs/heads/*] git refspec to fetch

ALIASES
  $ oclif-example ls
  $ oclif-example ls:text

See code: src\commands\list\text.js

oclif-example read:json SOURCE PATH [TARGET]

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

USAGE
  $ oclif-example read:json SOURCE PATH [TARGET]

ARGUMENTS
  SOURCE  git source repository URL or path
  PATH    path to git file
  TARGET  path to target text file

OPTIONS
  -f, --fetch=fetch  git fetch repository URL
  -r, --ref=ref      [default: refs/heads/master] git ref to read from
  -s, --spec=spec    [default: refs/heads/*:refs/heads/*] git refspec to fetch

ALIASES
  $ oclif-example get:json

See code: src\commands\read\json.js

oclif-example read:text SOURCE PATH [TARGET]

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

USAGE
  $ oclif-example read:text SOURCE PATH [TARGET]

ARGUMENTS
  SOURCE  git source repository URL or path
  PATH    path to git file
  TARGET  path to target text file

OPTIONS
  -f, --fetch=fetch  git fetch repository URL
  -r, --ref=ref      [default: refs/heads/master] git ref to read from
  -s, --spec=spec    [default: refs/heads/*:refs/heads/*] git refspec to fetch

ALIASES
  $ oclif-example get
  $ oclif-example get:text

See code: src\commands\read\text.js

Keywords

FAQs

Last updated on 27 Nov 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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc