@oclif/plugin-test-esm-1 0.8.93 → 0.8.95
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 +14 -14
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ $ npm install -g @oclif/plugin-test-esm-1
|
|
|
18
18
|
$ esm1 COMMAND
|
|
19
19
|
running command...
|
|
20
20
|
$ esm1 (--version)
|
|
21
|
-
@oclif/plugin-test-esm-1/0.8.
|
|
21
|
+
@oclif/plugin-test-esm-1/0.8.95 linux-x64 node-v22.20.0
|
|
22
22
|
$ esm1 --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ esm1 COMMAND
|
|
@@ -56,7 +56,7 @@ GLOBAL FLAGS
|
|
|
56
56
|
--json Format output as json.
|
|
57
57
|
```
|
|
58
58
|
|
|
59
|
-
_See code: [src/commands/esm1.ts](https://github.com/oclif/plugin-test-esm-1/blob/v0.8.
|
|
59
|
+
_See code: [src/commands/esm1.ts](https://github.com/oclif/plugin-test-esm-1/blob/v0.8.95/src/commands/esm1.ts)_
|
|
60
60
|
|
|
61
61
|
## `esm1 help [COMMAND]`
|
|
62
62
|
|
|
@@ -67,7 +67,7 @@ USAGE
|
|
|
67
67
|
$ esm1 help [COMMAND...] [-n]
|
|
68
68
|
|
|
69
69
|
ARGUMENTS
|
|
70
|
-
COMMAND... Command to show help for.
|
|
70
|
+
[COMMAND...] Command to show help for.
|
|
71
71
|
|
|
72
72
|
FLAGS
|
|
73
73
|
-n, --nested-commands Include all nested commands in the output.
|
|
@@ -76,7 +76,7 @@ DESCRIPTION
|
|
|
76
76
|
Display help for esm1.
|
|
77
77
|
```
|
|
78
78
|
|
|
79
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.
|
|
79
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.34/src/commands/help.ts)_
|
|
80
80
|
|
|
81
81
|
## `esm1 plugins`
|
|
82
82
|
|
|
@@ -99,7 +99,7 @@ EXAMPLES
|
|
|
99
99
|
$ esm1 plugins
|
|
100
100
|
```
|
|
101
101
|
|
|
102
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
102
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.51/src/commands/plugins/index.ts)_
|
|
103
103
|
|
|
104
104
|
## `esm1 plugins add PLUGIN`
|
|
105
105
|
|
|
@@ -173,7 +173,7 @@ EXAMPLES
|
|
|
173
173
|
$ esm1 plugins inspect myplugin
|
|
174
174
|
```
|
|
175
175
|
|
|
176
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
176
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.51/src/commands/plugins/inspect.ts)_
|
|
177
177
|
|
|
178
178
|
## `esm1 plugins install PLUGIN`
|
|
179
179
|
|
|
@@ -222,7 +222,7 @@ EXAMPLES
|
|
|
222
222
|
$ esm1 plugins install someuser/someplugin
|
|
223
223
|
```
|
|
224
224
|
|
|
225
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
225
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.51/src/commands/plugins/install.ts)_
|
|
226
226
|
|
|
227
227
|
## `esm1 plugins link PATH`
|
|
228
228
|
|
|
@@ -253,7 +253,7 @@ EXAMPLES
|
|
|
253
253
|
$ esm1 plugins link myplugin
|
|
254
254
|
```
|
|
255
255
|
|
|
256
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
256
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.51/src/commands/plugins/link.ts)_
|
|
257
257
|
|
|
258
258
|
## `esm1 plugins remove [PLUGIN]`
|
|
259
259
|
|
|
@@ -264,7 +264,7 @@ USAGE
|
|
|
264
264
|
$ esm1 plugins remove [PLUGIN...] [-h] [-v]
|
|
265
265
|
|
|
266
266
|
ARGUMENTS
|
|
267
|
-
PLUGIN... plugin to uninstall
|
|
267
|
+
[PLUGIN...] plugin to uninstall
|
|
268
268
|
|
|
269
269
|
FLAGS
|
|
270
270
|
-h, --help Show CLI help.
|
|
@@ -294,7 +294,7 @@ FLAGS
|
|
|
294
294
|
--reinstall Reinstall all plugins after uninstalling.
|
|
295
295
|
```
|
|
296
296
|
|
|
297
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
297
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.51/src/commands/plugins/reset.ts)_
|
|
298
298
|
|
|
299
299
|
## `esm1 plugins uninstall [PLUGIN]`
|
|
300
300
|
|
|
@@ -305,7 +305,7 @@ USAGE
|
|
|
305
305
|
$ esm1 plugins uninstall [PLUGIN...] [-h] [-v]
|
|
306
306
|
|
|
307
307
|
ARGUMENTS
|
|
308
|
-
PLUGIN... plugin to uninstall
|
|
308
|
+
[PLUGIN...] plugin to uninstall
|
|
309
309
|
|
|
310
310
|
FLAGS
|
|
311
311
|
-h, --help Show CLI help.
|
|
@@ -322,7 +322,7 @@ EXAMPLES
|
|
|
322
322
|
$ esm1 plugins uninstall myplugin
|
|
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.51/src/commands/plugins/uninstall.ts)_
|
|
326
326
|
|
|
327
327
|
## `esm1 plugins unlink [PLUGIN]`
|
|
328
328
|
|
|
@@ -333,7 +333,7 @@ USAGE
|
|
|
333
333
|
$ esm1 plugins unlink [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.
|
|
@@ -366,5 +366,5 @@ DESCRIPTION
|
|
|
366
366
|
Update installed plugins.
|
|
367
367
|
```
|
|
368
368
|
|
|
369
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
369
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.51/src/commands/plugins/update.ts)_
|
|
370
370
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/plugin-test-esm-1",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.95",
|
|
4
4
|
"description": "Test ESM plugin",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"@types/mocha": "^10.0.10",
|
|
29
29
|
"@types/node": "^16.18.126",
|
|
30
30
|
"chai": "^4",
|
|
31
|
-
"eslint": "^9.
|
|
32
|
-
"eslint-config-oclif": "^6.0.
|
|
31
|
+
"eslint": "^9.38.0",
|
|
32
|
+
"eslint-config-oclif": "^6.0.110",
|
|
33
33
|
"eslint-config-prettier": "^10.1.8",
|
|
34
34
|
"mocha": "^10",
|
|
35
35
|
"oclif": "^4",
|