@oclif/plugin-test-esm-1 0.7.9 → 0.7.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 +9 -9
- 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.10 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.10/src/commands/esm1.ts)_
|
|
60
60
|
|
|
61
61
|
## `esm1 help [COMMAND]`
|
|
62
62
|
|
|
@@ -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/v4.3.
|
|
102
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.10/src/commands/plugins/index.ts)_
|
|
103
103
|
|
|
104
104
|
## `esm1 plugins:install PLUGIN...`
|
|
105
105
|
|
|
@@ -168,7 +168,7 @@ EXAMPLES
|
|
|
168
168
|
$ esm1 plugins inspect myplugin
|
|
169
169
|
```
|
|
170
170
|
|
|
171
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.
|
|
171
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.10/src/commands/plugins/inspect.ts)_
|
|
172
172
|
|
|
173
173
|
## `esm1 plugins:install PLUGIN...`
|
|
174
174
|
|
|
@@ -212,7 +212,7 @@ EXAMPLES
|
|
|
212
212
|
$ esm1 plugins install someuser/someplugin
|
|
213
213
|
```
|
|
214
214
|
|
|
215
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.
|
|
215
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.10/src/commands/plugins/install.ts)_
|
|
216
216
|
|
|
217
217
|
## `esm1 plugins:link PLUGIN`
|
|
218
218
|
|
|
@@ -242,7 +242,7 @@ EXAMPLES
|
|
|
242
242
|
$ esm1 plugins link myplugin
|
|
243
243
|
```
|
|
244
244
|
|
|
245
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.
|
|
245
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.10/src/commands/plugins/link.ts)_
|
|
246
246
|
|
|
247
247
|
## `esm1 plugins:uninstall PLUGIN...`
|
|
248
248
|
|
|
@@ -283,7 +283,7 @@ FLAGS
|
|
|
283
283
|
--reinstall Reinstall all plugins after uninstalling.
|
|
284
284
|
```
|
|
285
285
|
|
|
286
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.
|
|
286
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.10/src/commands/plugins/reset.ts)_
|
|
287
287
|
|
|
288
288
|
## `esm1 plugins:uninstall PLUGIN...`
|
|
289
289
|
|
|
@@ -311,7 +311,7 @@ EXAMPLES
|
|
|
311
311
|
$ esm1 plugins uninstall myplugin
|
|
312
312
|
```
|
|
313
313
|
|
|
314
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.
|
|
314
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.10/src/commands/plugins/uninstall.ts)_
|
|
315
315
|
|
|
316
316
|
## `esm1 plugins:uninstall PLUGIN...`
|
|
317
317
|
|
|
@@ -355,5 +355,5 @@ DESCRIPTION
|
|
|
355
355
|
Update installed plugins.
|
|
356
356
|
```
|
|
357
357
|
|
|
358
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.
|
|
358
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.10/src/commands/plugins/update.ts)_
|
|
359
359
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED