@oclif/plugin-test-esm-1 0.7.5 → 0.7.6
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 +10 -10
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
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.7.
|
|
21
|
+
@oclif/plugin-test-esm-1/0.7.6 linux-x64 node-v20.11.1
|
|
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.7.
|
|
59
|
+
_See code: [src/commands/esm1.ts](https://github.com/oclif/plugin-test-esm-1/blob/v0.7.6/src/commands/esm1.ts)_
|
|
60
60
|
|
|
61
61
|
## `esm1 help [COMMAND]`
|
|
62
62
|
|
|
@@ -64,10 +64,10 @@ Display help for esm1.
|
|
|
64
64
|
|
|
65
65
|
```
|
|
66
66
|
USAGE
|
|
67
|
-
$ esm1 help [COMMAND] [-n]
|
|
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.
|
|
@@ -110,7 +110,7 @@ USAGE
|
|
|
110
110
|
$ esm1 plugins add plugins:install PLUGIN...
|
|
111
111
|
|
|
112
112
|
ARGUMENTS
|
|
113
|
-
PLUGIN Plugin to install.
|
|
113
|
+
PLUGIN... Plugin to install.
|
|
114
114
|
|
|
115
115
|
FLAGS
|
|
116
116
|
-f, --force Run yarn install with force flag.
|
|
@@ -152,7 +152,7 @@ USAGE
|
|
|
152
152
|
$ esm1 plugins inspect PLUGIN...
|
|
153
153
|
|
|
154
154
|
ARGUMENTS
|
|
155
|
-
PLUGIN [default: .] Plugin to inspect.
|
|
155
|
+
PLUGIN... [default: .] Plugin to inspect.
|
|
156
156
|
|
|
157
157
|
FLAGS
|
|
158
158
|
-h, --help Show CLI help.
|
|
@@ -179,7 +179,7 @@ USAGE
|
|
|
179
179
|
$ esm1 plugins install PLUGIN...
|
|
180
180
|
|
|
181
181
|
ARGUMENTS
|
|
182
|
-
PLUGIN Plugin to install.
|
|
182
|
+
PLUGIN... Plugin to install.
|
|
183
183
|
|
|
184
184
|
FLAGS
|
|
185
185
|
-f, --force Run yarn install with force flag.
|
|
@@ -253,7 +253,7 @@ USAGE
|
|
|
253
253
|
$ esm1 plugins remove plugins:uninstall PLUGIN...
|
|
254
254
|
|
|
255
255
|
ARGUMENTS
|
|
256
|
-
PLUGIN plugin to uninstall
|
|
256
|
+
PLUGIN... plugin to uninstall
|
|
257
257
|
|
|
258
258
|
FLAGS
|
|
259
259
|
-h, --help Show CLI help.
|
|
@@ -294,7 +294,7 @@ USAGE
|
|
|
294
294
|
$ esm1 plugins uninstall PLUGIN...
|
|
295
295
|
|
|
296
296
|
ARGUMENTS
|
|
297
|
-
PLUGIN plugin to uninstall
|
|
297
|
+
PLUGIN... plugin to uninstall
|
|
298
298
|
|
|
299
299
|
FLAGS
|
|
300
300
|
-h, --help Show CLI help.
|
|
@@ -322,7 +322,7 @@ USAGE
|
|
|
322
322
|
$ esm1 plugins unlink plugins:uninstall PLUGIN...
|
|
323
323
|
|
|
324
324
|
ARGUMENTS
|
|
325
|
-
PLUGIN plugin to uninstall
|
|
325
|
+
PLUGIN... plugin to uninstall
|
|
326
326
|
|
|
327
327
|
FLAGS
|
|
328
328
|
-h, --help Show CLI help.
|
package/oclif.manifest.json
CHANGED