@builder6/cli 0.14.4 → 0.14.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -12
- package/oclif.manifest.json +25 -25
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ $ npm install -g @builder6/cli
|
|
|
20
20
|
$ b6 COMMAND
|
|
21
21
|
running command...
|
|
22
22
|
$ b6 (--version)
|
|
23
|
-
@builder6/cli/0.14.
|
|
23
|
+
@builder6/cli/0.14.5 darwin-arm64 node-v22.12.0
|
|
24
24
|
$ b6 --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ b6 COMMAND
|
|
@@ -66,7 +66,7 @@ EXAMPLES
|
|
|
66
66
|
hello friend from oclif! (./src/commands/hello/index.ts)
|
|
67
67
|
```
|
|
68
68
|
|
|
69
|
-
_See code: [src/commands/hello/index.ts](https://github.com/builder6app/cli/blob/v0.14.
|
|
69
|
+
_See code: [src/commands/hello/index.ts](https://github.com/builder6app/cli/blob/v0.14.5/src/commands/hello/index.ts)_
|
|
70
70
|
|
|
71
71
|
## `b6 hello world`
|
|
72
72
|
|
|
@@ -84,7 +84,7 @@ EXAMPLES
|
|
|
84
84
|
hello world! (./src/commands/hello/world.ts)
|
|
85
85
|
```
|
|
86
86
|
|
|
87
|
-
_See code: [src/commands/hello/world.ts](https://github.com/builder6app/cli/blob/v0.14.
|
|
87
|
+
_See code: [src/commands/hello/world.ts](https://github.com/builder6app/cli/blob/v0.14.5/src/commands/hello/world.ts)_
|
|
88
88
|
|
|
89
89
|
## `b6 help [COMMAND]`
|
|
90
90
|
|
|
@@ -104,7 +104,7 @@ DESCRIPTION
|
|
|
104
104
|
Display help for b6.
|
|
105
105
|
```
|
|
106
106
|
|
|
107
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.
|
|
107
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.26/src/commands/help.ts)_
|
|
108
108
|
|
|
109
109
|
## `b6 plugins`
|
|
110
110
|
|
|
@@ -127,7 +127,7 @@ EXAMPLES
|
|
|
127
127
|
$ b6 plugins
|
|
128
128
|
```
|
|
129
129
|
|
|
130
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
130
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.34/src/commands/plugins/index.ts)_
|
|
131
131
|
|
|
132
132
|
## `b6 plugins add PLUGIN`
|
|
133
133
|
|
|
@@ -201,7 +201,7 @@ EXAMPLES
|
|
|
201
201
|
$ b6 plugins inspect myplugin
|
|
202
202
|
```
|
|
203
203
|
|
|
204
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
204
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.34/src/commands/plugins/inspect.ts)_
|
|
205
205
|
|
|
206
206
|
## `b6 plugins install PLUGIN`
|
|
207
207
|
|
|
@@ -250,7 +250,7 @@ EXAMPLES
|
|
|
250
250
|
$ b6 plugins install someuser/someplugin
|
|
251
251
|
```
|
|
252
252
|
|
|
253
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
253
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.34/src/commands/plugins/install.ts)_
|
|
254
254
|
|
|
255
255
|
## `b6 plugins link PATH`
|
|
256
256
|
|
|
@@ -281,7 +281,7 @@ EXAMPLES
|
|
|
281
281
|
$ b6 plugins link myplugin
|
|
282
282
|
```
|
|
283
283
|
|
|
284
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
284
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.34/src/commands/plugins/link.ts)_
|
|
285
285
|
|
|
286
286
|
## `b6 plugins remove [PLUGIN]`
|
|
287
287
|
|
|
@@ -322,7 +322,7 @@ FLAGS
|
|
|
322
322
|
--reinstall Reinstall all plugins after uninstalling.
|
|
323
323
|
```
|
|
324
324
|
|
|
325
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
325
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.34/src/commands/plugins/reset.ts)_
|
|
326
326
|
|
|
327
327
|
## `b6 plugins uninstall [PLUGIN]`
|
|
328
328
|
|
|
@@ -350,7 +350,7 @@ EXAMPLES
|
|
|
350
350
|
$ b6 plugins uninstall myplugin
|
|
351
351
|
```
|
|
352
352
|
|
|
353
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
353
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.34/src/commands/plugins/uninstall.ts)_
|
|
354
354
|
|
|
355
355
|
## `b6 plugins unlink [PLUGIN]`
|
|
356
356
|
|
|
@@ -394,7 +394,7 @@ DESCRIPTION
|
|
|
394
394
|
Update installed plugins.
|
|
395
395
|
```
|
|
396
396
|
|
|
397
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
397
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.34/src/commands/plugins/update.ts)_
|
|
398
398
|
|
|
399
399
|
## `b6 start`
|
|
400
400
|
|
|
@@ -411,5 +411,5 @@ EXAMPLES
|
|
|
411
411
|
$ b6 start --port 5100
|
|
412
412
|
```
|
|
413
413
|
|
|
414
|
-
_See code: [src/commands/start/index.ts](https://github.com/builder6app/cli/blob/v0.14.
|
|
414
|
+
_See code: [src/commands/start/index.ts](https://github.com/builder6app/cli/blob/v0.14.5/src/commands/start/index.ts)_
|
|
415
415
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"commands": {
|
|
3
|
+
"start": {
|
|
4
|
+
"aliases": [],
|
|
5
|
+
"args": {},
|
|
6
|
+
"description": "Start b6 server.",
|
|
7
|
+
"examples": [
|
|
8
|
+
"<%= config.bin %> <%= command.id %> --port 5100"
|
|
9
|
+
],
|
|
10
|
+
"flags": {},
|
|
11
|
+
"hasDynamicHelp": false,
|
|
12
|
+
"hiddenAliases": [],
|
|
13
|
+
"id": "start",
|
|
14
|
+
"pluginAlias": "@builder6/cli",
|
|
15
|
+
"pluginName": "@builder6/cli",
|
|
16
|
+
"pluginType": "core",
|
|
17
|
+
"strict": true,
|
|
18
|
+
"enableJsonFlag": false,
|
|
19
|
+
"isESM": false,
|
|
20
|
+
"relativePath": [
|
|
21
|
+
"dist",
|
|
22
|
+
"commands",
|
|
23
|
+
"start",
|
|
24
|
+
"index.js"
|
|
25
|
+
]
|
|
26
|
+
},
|
|
3
27
|
"hello": {
|
|
4
28
|
"aliases": [],
|
|
5
29
|
"args": {
|
|
@@ -63,31 +87,7 @@
|
|
|
63
87
|
"hello",
|
|
64
88
|
"world.js"
|
|
65
89
|
]
|
|
66
|
-
},
|
|
67
|
-
"start": {
|
|
68
|
-
"aliases": [],
|
|
69
|
-
"args": {},
|
|
70
|
-
"description": "Start b6 server.",
|
|
71
|
-
"examples": [
|
|
72
|
-
"<%= config.bin %> <%= command.id %> --port 5100"
|
|
73
|
-
],
|
|
74
|
-
"flags": {},
|
|
75
|
-
"hasDynamicHelp": false,
|
|
76
|
-
"hiddenAliases": [],
|
|
77
|
-
"id": "start",
|
|
78
|
-
"pluginAlias": "@builder6/cli",
|
|
79
|
-
"pluginName": "@builder6/cli",
|
|
80
|
-
"pluginType": "core",
|
|
81
|
-
"strict": true,
|
|
82
|
-
"enableJsonFlag": false,
|
|
83
|
-
"isESM": false,
|
|
84
|
-
"relativePath": [
|
|
85
|
-
"dist",
|
|
86
|
-
"commands",
|
|
87
|
-
"start",
|
|
88
|
-
"index.js"
|
|
89
|
-
]
|
|
90
90
|
}
|
|
91
91
|
},
|
|
92
|
-
"version": "0.14.
|
|
92
|
+
"version": "0.14.5"
|
|
93
93
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@builder6/cli",
|
|
3
3
|
"description": "A new CLI generated with oclif",
|
|
4
|
-
"version": "0.14.
|
|
4
|
+
"version": "0.14.5",
|
|
5
5
|
"author": "Jack Zhuang",
|
|
6
6
|
"bin": {
|
|
7
7
|
"b6": "./bin/run.js"
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"access": "public"
|
|
74
74
|
},
|
|
75
75
|
"types": "dist/index.d.ts",
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "2f6ada7741f74093a73f268e126d120fa1ce6d7c"
|
|
77
77
|
}
|