@builder6/cli 3.0.9 → 3.0.10

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 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/3.0.9 darwin-arm64 node-v22.12.0
23
+ @builder6/cli/3.0.10 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/v3.0.9/src/commands/hello/index.ts)_
69
+ _See code: [src/commands/hello/index.ts](https://github.com/builder6app/cli/blob/v3.0.10/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/v3.0.9/src/commands/hello/world.ts)_
87
+ _See code: [src/commands/hello/world.ts](https://github.com/builder6app/cli/blob/v3.0.10/src/commands/hello/world.ts)_
88
88
 
89
89
  ## `b6 help [COMMAND]`
90
90
 
@@ -95,7 +95,7 @@ USAGE
95
95
  $ b6 help [COMMAND...] [-n]
96
96
 
97
97
  ARGUMENTS
98
- COMMAND... Command to show help for.
98
+ [COMMAND...] Command to show help for.
99
99
 
100
100
  FLAGS
101
101
  -n, --nested-commands Include all nested commands in the output.
@@ -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.26/src/commands/help.ts)_
107
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.33/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.34/src/commands/plugins/index.ts)_
130
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.50/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.34/src/commands/plugins/inspect.ts)_
204
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.50/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.34/src/commands/plugins/install.ts)_
253
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.50/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.34/src/commands/plugins/link.ts)_
284
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.50/src/commands/plugins/link.ts)_
285
285
 
286
286
  ## `b6 plugins remove [PLUGIN]`
287
287
 
@@ -292,7 +292,7 @@ USAGE
292
292
  $ b6 plugins remove [PLUGIN...] [-h] [-v]
293
293
 
294
294
  ARGUMENTS
295
- PLUGIN... plugin to uninstall
295
+ [PLUGIN...] plugin to uninstall
296
296
 
297
297
  FLAGS
298
298
  -h, --help Show CLI help.
@@ -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.34/src/commands/plugins/reset.ts)_
325
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.50/src/commands/plugins/reset.ts)_
326
326
 
327
327
  ## `b6 plugins uninstall [PLUGIN]`
328
328
 
@@ -333,7 +333,7 @@ USAGE
333
333
  $ b6 plugins uninstall [PLUGIN...] [-h] [-v]
334
334
 
335
335
  ARGUMENTS
336
- PLUGIN... plugin to uninstall
336
+ [PLUGIN...] plugin to uninstall
337
337
 
338
338
  FLAGS
339
339
  -h, --help Show CLI help.
@@ -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.34/src/commands/plugins/uninstall.ts)_
353
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.50/src/commands/plugins/uninstall.ts)_
354
354
 
355
355
  ## `b6 plugins unlink [PLUGIN]`
356
356
 
@@ -361,7 +361,7 @@ USAGE
361
361
  $ b6 plugins unlink [PLUGIN...] [-h] [-v]
362
362
 
363
363
  ARGUMENTS
364
- PLUGIN... plugin to uninstall
364
+ [PLUGIN...] plugin to uninstall
365
365
 
366
366
  FLAGS
367
367
  -h, --help Show CLI help.
@@ -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.34/src/commands/plugins/update.ts)_
397
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.50/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/v3.0.9/src/commands/start/index.ts)_
414
+ _See code: [src/commands/start/index.ts](https://github.com/builder6app/cli/blob/v3.0.10/src/commands/start/index.ts)_
415
415
  <!-- commandsstop -->
@@ -89,5 +89,5 @@
89
89
  ]
90
90
  }
91
91
  },
92
- "version": "3.0.9"
92
+ "version": "3.0.10"
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": "3.0.9",
4
+ "version": "3.0.10",
5
5
  "author": "Jack Zhuang",
6
6
  "bin": {
7
7
  "b6": "./bin/run.js"
@@ -19,14 +19,10 @@
19
19
  "@types/chai": "^4",
20
20
  "@types/node": "^18",
21
21
  "chai": "^4",
22
- "eslint": "^8",
23
- "eslint-config-oclif": "^5",
24
- "eslint-config-oclif-typescript": "^3",
25
- "eslint-config-prettier": "^9",
26
22
  "oclif": "^4",
27
23
  "shx": "^0.3.3",
28
24
  "ts-node": "^10",
29
- "typescript": "^5"
25
+ "typescript": "^5.4.5"
30
26
  },
31
27
  "engines": {
32
28
  "node": ">=18.0.0"
@@ -73,5 +69,5 @@
73
69
  "access": "public"
74
70
  },
75
71
  "types": "dist/index.d.ts",
76
- "gitHead": "a5732ec5bb7d0292adc61808f8a9f291fd08f17e"
72
+ "gitHead": "4151e07b946953c7742ee3b70a86c0827fb779bb"
77
73
  }