|
1 |
| -cli |
2 |
| -=== |
3 |
| - |
4 |
| -BlockFor.fun CLI plugin |
5 |
| - |
6 |
| -[](https://oclif.io) |
7 |
| -[](https://npmjs.org/package/@blockforfun/plugin-build) |
8 |
| -[](https://npmjs.org/package/@blockforfun/plugin-build) |
9 |
| -[](https://github.com/blockforfun/cli/blob/master/package.json) |
10 |
| - |
| 1 | +cli |
| 2 | +=== |
| 3 | + |
| 4 | +BlockFor.fun CLI |
| 5 | + |
| 6 | +[](https://oclif.io) |
| 7 | +[](https://npmjs.org/package/@blockforfun/cli) |
| 8 | +[](https://npmjs.org/package/@blockforfun/cli) |
| 9 | +[](https://github.com/blockforfun/cli/blob/master/package.json) |
| 10 | + |
11 | 11 | <!-- toc -->
|
12 |
| -* [Usage](#usage) |
13 |
| -* [Commands](#commands) |
| 12 | +* [Usage](#usage) |
| 13 | +* [Commands](#commands) |
14 | 14 | <!-- tocstop -->
|
15 |
| -* [Usage](#usage) |
16 |
| -* [Commands](#commands) |
17 |
| -<!-- tocstop --> |
18 |
| -* [Usage](#usage) |
19 |
| -* [Commands](#commands) |
20 |
| -<!-- tocstop --> |
21 |
| -# Usage |
| 15 | +# Usage |
22 | 16 | <!-- usage -->
|
23 | 17 | ```sh-session
|
24 | 18 | $ npm install -g @blockforfun/cli
|
|
31 | 25 | $ blockfun COMMAND
|
32 | 26 | ...
|
33 | 27 | ```
|
34 |
| -<!-- usagestop --> |
35 |
| -```sh-session |
36 |
| -$ npm install -g @blockforfun/plugin-build |
37 |
| -$ oclif-example COMMAND |
38 |
| -running command... |
39 |
| -$ oclif-example (-v|--version|version) |
40 |
| -@blockforfun/plugin-build/0.0.1 win32-x64 node-v10.10.0 |
41 |
| -$ oclif-example --help [COMMAND] |
42 |
| -USAGE |
43 |
| - $ oclif-example COMMAND |
44 |
| -... |
45 |
| -``` |
46 |
| -<!-- usagestop --> |
47 |
| -# Commands |
| 28 | +<!-- usagestop --> |
| 29 | +# Commands |
48 | 30 | <!-- commands -->
|
49 | 31 | * [`blockfun build SOURCE TARGET`](#blockfun-build-source-target)
|
50 | 32 | * [`blockfun help [COMMAND]`](#blockfun-help-command)
|
@@ -125,26 +107,4 @@ OPTIONS
|
125 | 107 | ```
|
126 | 108 |
|
127 | 109 | _See code: [@blockforfun/plugin-git](https://github.com/blockforfun/cli/blob/v0.2.0/src\commands\list.js)_
|
128 |
| -<!-- commandsstop --> |
129 |
| -* [`oclif-example build TARGET SOURCE`](#oclif-example-build-target-source) |
130 |
| - |
131 |
| -## `oclif-example build TARGET SOURCE` |
132 |
| - |
133 |
| -builds sqlite3 database from a BlockFor.fun git registry. |
134 |
| - |
135 |
| -``` |
136 |
| -USAGE |
137 |
| - $ oclif-example build TARGET SOURCE |
138 |
| -
|
139 |
| -ARGUMENTS |
140 |
| - TARGET path to target sqlite3 database |
141 |
| - SOURCE git source repository URL or path |
142 |
| -
|
143 |
| -OPTIONS |
144 |
| - -f, --fetch=fetch git fetch repository URL |
145 |
| - -r, --ref=ref [default: refs/heads/master] git ref to read from |
146 |
| - -s, --spec=spec [default: refs/heads/*:refs/heads/*] git refspec to fetch |
147 |
| -``` |
148 |
| - |
149 |
| -_See code: [src\commands\build.js](https://github.com/blockforfun/cli/blob/v0.0.1/src\commands\build.js)_ |
150 | 110 | <!-- commandsstop -->
|
0 commit comments