@builder6/cli 0.6.2 → 0.6.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 +4 -4
- package/oclif.manifest.json +1 -1
- 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.6.
|
|
23
|
+
@builder6/cli/0.6.5 darwin-arm64 node-v20.18.1
|
|
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.6.
|
|
69
|
+
_See code: [src/commands/hello/index.ts](https://github.com/builder6app/cli/blob/v0.6.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.6.
|
|
87
|
+
_See code: [src/commands/hello/world.ts](https://github.com/builder6app/cli/blob/v0.6.5/src/commands/hello/world.ts)_
|
|
88
88
|
|
|
89
89
|
## `b6 help [COMMAND]`
|
|
90
90
|
|
|
@@ -416,5 +416,5 @@ EXAMPLES
|
|
|
416
416
|
$ b6 start --port 5100
|
|
417
417
|
```
|
|
418
418
|
|
|
419
|
-
_See code: [src/commands/start/index.ts](https://github.com/builder6app/cli/blob/v0.6.
|
|
419
|
+
_See code: [src/commands/start/index.ts](https://github.com/builder6app/cli/blob/v0.6.5/src/commands/start/index.ts)_
|
|
420
420
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
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.6.
|
|
4
|
+
"version": "0.6.5",
|
|
5
5
|
"author": "Jack Zhuang",
|
|
6
6
|
"bin": {
|
|
7
7
|
"b6": "./bin/run.js"
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"access": "public"
|
|
73
73
|
},
|
|
74
74
|
"types": "dist/index.d.ts",
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "b4f7ff4cfa74b8d192b54e6488a136141d6ee661"
|
|
76
76
|
}
|