@blockforfun/plugin-git
BlockFor.fun CLI git plugin
Usage
$ npm install -g @blockforfun/plugin-git
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@blockforfun/plugin-git/1.0.1 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 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 json 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 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 json 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 list
$ oclif-example list:text
$ oclif-example ls
$ oclif-example ls:text
See code: src\commands\list\text.js