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 - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

plugins/plugin-git/oclif.manifest.json

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

## [3.0.1](https://github.com/blockforfun/cli/compare/@blockforfun/cli@3.0.0...@blockforfun/cli@3.0.1) (2018-11-25)
### Bug Fixes
* Rebuild **/README.md ([2db584b](https://github.com/blockforfun/cli/commit/2db584b))
# 3.0.0 (2018-11-25)

@@ -8,0 +20,0 @@

2

oclif.manifest.json

@@ -1,1 +0,1 @@

{"version":"3.0.0","commands":{}}
{"version":"3.0.1","commands":{}}
{
"name": "@blockforfun/cli",
"version": "3.0.0",
"version": "3.0.1",
"description": "BlockFor.fun CLI",

@@ -63,3 +63,3 @@ "main": "index.js",

},
"gitHead": "0c5df484ce48006b2daf06d1db879ab87fefdbe6"
"gitHead": "8e4243d052c4c682b1bdb3e653c193d0bbf1fd5a"
}

@@ -6,2 +6,14 @@ # Change Log

## [2.0.2](https://github.com/blockforfun/cli/compare/@blockforfun/plugin-build@2.0.1...@blockforfun/plugin-build@2.0.2) (2018-11-25)
### Bug Fixes
* Rebuild **/README.md ([2db584b](https://github.com/blockforfun/cli/commit/2db584b))
## [2.0.1](https://github.com/blockforfun/cli/compare/@blockforfun/plugin-build@2.0.0...@blockforfun/plugin-build@2.0.1) (2018-11-25)

@@ -8,0 +20,0 @@

@@ -12,5 +12,2 @@ @blockforfun/plugin-build

<!-- toc -->
* [Usage ](#usage)
* [Commands ](#commands)
<!-- tocstop -->
* [Usage](#usage)

@@ -26,3 +23,3 @@ * [Commands](#commands)

$ oclif-example (-v|--version|version)
@blockforfun/plugin-build/2.0.1 win32-x64 node-v10.10.0
@blockforfun/plugin-build/2.0.2 win32-x64 node-v10.10.0
$ oclif-example --help [COMMAND]

@@ -34,14 +31,2 @@ USAGE

<!-- usagestop -->
```sh-session
$ npm install -g @blockforfun/plugin-build
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@blockforfun/plugin-build/2.0.0 win32-x64 node-v10.10.0
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
...
```
<!-- usagestop -->
# Commands

@@ -69,25 +54,3 @@ <!-- commands -->

_See code: [src\commands\build.js](https://github.com/blockforfun/cli/blob/v2.0.1/src\commands\build.js)_
_See code: [src\commands\build.js](https://github.com/blockforfun/cli/blob/v2.0.2/src\commands\build.js)_
<!-- commandsstop -->
* [`oclif-example build SOURCE TARGET`](#oclif-example-build-source-target)
## `oclif-example build SOURCE TARGET`
builds sqlite3 database from a BlockFor.fun git registry.
```
USAGE
$ oclif-example build SOURCE TARGET
ARGUMENTS
SOURCE git source repository URL or path
TARGET path to target sqlite3 database
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
```
_See code: [src\commands\build.js](https://github.com/blockforfun/cli/blob/v2.0.0/src\commands\build.js)_
<!-- commandsstop -->

@@ -6,2 +6,14 @@ # Change Log

## [0.2.2](https://github.com/blockforfun/cli/compare/@blockforfun/plugin-git@0.2.1...@blockforfun/plugin-git@0.2.2) (2018-11-25)
### Bug Fixes
* Rebuild **/README.md ([2db584b](https://github.com/blockforfun/cli/commit/2db584b))
## [0.2.1](https://github.com/blockforfun/cli/compare/@blockforfun/plugin-git@0.2.0...@blockforfun/plugin-git@0.2.1) (2018-11-25)

@@ -8,0 +20,0 @@

@@ -12,5 +12,2 @@ @blockforfun/plugin-git

<!-- toc -->
* [Usage ](#usage)
* [Commands ](#commands)
<!-- tocstop -->
* [Usage](#usage)

@@ -26,3 +23,3 @@ * [Commands](#commands)

$ oclif-example (-v|--version|version)
@blockforfun/plugin-git/0.2.1 win32-x64 node-v10.10.0
@blockforfun/plugin-git/0.2.2 win32-x64 node-v10.10.0
$ oclif-example --help [COMMAND]

@@ -34,14 +31,2 @@ USAGE

<!-- usagestop -->
```sh-session
$ npm install -g @blockforfun/plugin-git
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@blockforfun/plugin-git/0.2.0 win32-x64 node-v10.10.0
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
...
```
<!-- usagestop -->
# Commands

@@ -69,3 +54,3 @@ <!-- commands -->

_See code: [src\commands\json.js](https://github.com/blockforfun/cli/blob/v0.2.1/src\commands\json.js)_
_See code: [src\commands\json.js](https://github.com/blockforfun/cli/blob/v0.2.2/src\commands\json.js)_

@@ -89,44 +74,3 @@ ## `oclif-example list SOURCE`

_See code: [src\commands\list.js](https://github.com/blockforfun/cli/blob/v0.2.1/src\commands\list.js)_
_See code: [src\commands\list.js](https://github.com/blockforfun/cli/blob/v0.2.2/src\commands\list.js)_
<!-- commandsstop -->
* [`oclif-example json SOURCE`](#oclif-example-json-source)
* [`oclif-example list SOURCE`](#oclif-example-list-source)
## `oclif-example json SOURCE`
lists entries in a BlockFor.fun git registry.
```
USAGE
$ oclif-example json SOURCE
ARGUMENTS
SOURCE git source repository URL or path
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
```
_See code: [src\commands\json.js](https://github.com/blockforfun/cli/blob/v0.2.0/src\commands\json.js)_
## `oclif-example list SOURCE`
lists entries in a BlockFor.fun git registry.
```
USAGE
$ oclif-example list SOURCE
ARGUMENTS
SOURCE git source repository URL or path
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
```
_See code: [src\commands\list.js](https://github.com/blockforfun/cli/blob/v0.2.0/src\commands\list.js)_
<!-- commandsstop -->

@@ -0,0 +0,0 @@ const BaseCommand = require('../lib/command')

@@ -0,0 +0,0 @@ const BaseCommand = require('../lib/command')

cli
===
BlockFor.fun CLI
BlockFor.fun CLI plugin
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)
[![Version](https://img.shields.io/npm/v/@blockforfun/cli.svg)](https://npmjs.org/package/@blockforfun/cli)
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lernajs.io/)
[![Downloads/week](https://img.shields.io/npm/dw/@blockforfun/cli.svg)](https://npmjs.org/package/@blockforfun/cli)
[![License](https://img.shields.io/npm/l/@blockforfun/cli.svg)](https://github.com/blockforfun/cli/blob/master/package.json)
[![Version](https://img.shields.io/npm/v/@blockforfun/plugin-build.svg)](https://npmjs.org/package/@blockforfun/plugin-build)
[![Downloads/week](https://img.shields.io/npm/dw/@blockforfun/plugin-build.svg)](https://npmjs.org/package/@blockforfun/plugin-build)
[![License](https://img.shields.io/npm/l/@blockforfun/plugin-build.svg)](https://github.com/blockforfun/cli/blob/master/package.json)

@@ -35,3 +34,3 @@ <!-- toc -->

$ blockfun (-v|--version|version)
@blockforfun/cli/3.0.0 win32-x64 node-v10.10.0
@blockforfun/cli/3.0.1 win32-x64 node-v10.10.0
$ blockfun --help [COMMAND]

@@ -44,10 +43,10 @@ USAGE

```sh-session
$ npm install -g @blockforfun/cli
$ blockfun COMMAND
$ npm install -g @blockforfun/plugin-build
$ oclif-example COMMAND
running command...
$ blockfun (-v|--version|version)
@blockforfun/cli/2.0.0 win32-x64 node-v10.10.0
$ blockfun --help [COMMAND]
$ oclif-example (-v|--version|version)
@blockforfun/plugin-build/0.0.1 win32-x64 node-v10.10.0
$ oclif-example --help [COMMAND]
USAGE
$ blockfun COMMAND
$ oclif-example COMMAND
...

@@ -138,8 +137,5 @@ ```

<!-- commandsstop -->
* [`blockfun build SOURCE TARGET`](#blockfun-build-source-target)
* [`blockfun help [COMMAND]`](#blockfun-help-command)
* [`blockfun json SOURCE`](#blockfun-json-source)
* [`blockfun list SOURCE`](#blockfun-list-source)
* [`oclif-example build TARGET SOURCE`](#oclif-example-build-target-source)
## `blockfun build SOURCE TARGET`
## `oclif-example build TARGET SOURCE`

@@ -150,42 +146,6 @@ builds sqlite3 database from a BlockFor.fun git registry.

USAGE
$ blockfun build SOURCE TARGET
$ oclif-example build TARGET SOURCE
ARGUMENTS
SOURCE git source repository URL or path
TARGET path to target sqlite3 database
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
```
_See code: [@blockforfun/plugin-build](https://github.com/blockforfun/cli/blob/v2.0.0/src\commands\build.js)_
## `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](https://github.com/oclif/plugin-help/blob/v2.1.4/src\commands\help.ts)_
## `blockfun json SOURCE`
lists entries in a BlockFor.fun git registry.
```
USAGE
$ blockfun json SOURCE
ARGUMENTS
SOURCE git source repository URL or path

@@ -199,22 +159,3 @@

_See code: [@blockforfun/plugin-git](https://github.com/blockforfun/cli/blob/v0.2.0/src\commands\json.js)_
## `blockfun list SOURCE`
lists entries in a BlockFor.fun git registry.
```
USAGE
$ blockfun list SOURCE
ARGUMENTS
SOURCE git source repository URL or path
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
```
_See code: [@blockforfun/plugin-git](https://github.com/blockforfun/cli/blob/v0.2.0/src\commands\list.js)_
_See code: [src\commands\build.js](https://github.com/blockforfun/cli/blob/v0.0.1/src\commands\build.js)_
<!-- commandsstop -->
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