Socket
Socket
Sign inDemoInstall

@blockforfun/plugin-git

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blockforfun/plugin-git - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

CHANGELOG.md

2

oclif.manifest.json

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

{"version":"0.1.0","commands":{"list":{"id":"list","description":"lists entries in a BlockFor.fun git registry.","pluginName":"@blockforfun/plugin-git","pluginType":"core","aliases":[],"flags":{"ref":{"name":"ref","type":"option","char":"r","description":"git ref to read from","default":"refs/heads/master"},"spec":{"name":"spec","type":"option","char":"s","description":"git refspec to fetch","default":"refs/heads/*:refs/heads/*"},"fetch":{"name":"fetch","type":"option","char":"f","description":"git fetch repository URL"}},"args":[{"name":"source","description":"git source repository URL or path","required":true}]}}}
{"version":"0.2.0","commands":{"json":{"id":"json","description":"lists entries in a BlockFor.fun git registry.","pluginName":"@blockforfun/plugin-git","pluginType":"core","aliases":[],"flags":{"ref":{"name":"ref","type":"option","char":"r","description":"git ref to read from","default":"refs/heads/master"},"spec":{"name":"spec","type":"option","char":"s","description":"git refspec to fetch","default":"refs/heads/*:refs/heads/*"},"fetch":{"name":"fetch","type":"option","char":"f","description":"git fetch repository URL"}},"args":[{"name":"source","description":"git source repository URL or path","required":true}]},"list":{"id":"list","description":"lists entries in a BlockFor.fun git registry.","pluginName":"@blockforfun/plugin-git","pluginType":"core","aliases":[],"flags":{"ref":{"name":"ref","type":"option","char":"r","description":"git ref to read from","default":"refs/heads/master"},"spec":{"name":"spec","type":"option","char":"s","description":"git refspec to fetch","default":"refs/heads/*:refs/heads/*"},"fetch":{"name":"fetch","type":"option","char":"f","description":"git fetch repository URL"}},"args":[{"name":"source","description":"git source repository URL or path","required":true}]}}}
{
"name": "@blockforfun/plugin-git",
"description": "BlockFor.fun CLI git plugin",
"version": "0.1.0",
"version": "0.2.0",
"author": "Mikael Karon <mikael@karon.se>",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/blockforfun/cli/issues",

@@ -15,2 +15,8 @@ @blockforfun/plugin-git

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

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

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

@@ -48,4 +54,24 @@ USAGE

<!-- commands -->
* [`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`

@@ -68,3 +94,3 @@

_See code: [src\commands\list.js](https://github.com/blockforfun/cli/blob/v0.1.0/src\commands\list.js)_
_See code: [src\commands\list.js](https://github.com/blockforfun/cli/blob/v0.2.0/src\commands\list.js)_
<!-- commandsstop -->

@@ -71,0 +97,0 @@ * [`oclif-example list SOURCE`](#oclif-example-list-source)

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