@oclif/plugin-test-esm-2 0.6.0 → 0.6.2
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 -9
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ $ npm install -g @oclif/plugin-test-esm-2
|
|
|
18
18
|
$ esm2 COMMAND
|
|
19
19
|
running command...
|
|
20
20
|
$ esm2 (--version)
|
|
21
|
-
@oclif/plugin-test-esm-2/0.6.
|
|
21
|
+
@oclif/plugin-test-esm-2/0.6.2 linux-x64 node-v20.9.0
|
|
22
22
|
$ esm2 --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ esm2 COMMAND
|
|
@@ -52,7 +52,7 @@ FLAGS
|
|
|
52
52
|
--optionalString=<value>
|
|
53
53
|
```
|
|
54
54
|
|
|
55
|
-
_See code: [dist/commands/esm2.ts](https://github.com/oclif/plugin-test-esm-2/blob/v0.6.
|
|
55
|
+
_See code: [dist/commands/esm2.ts](https://github.com/oclif/plugin-test-esm-2/blob/v0.6.2/dist/commands/esm2.ts)_
|
|
56
56
|
|
|
57
57
|
## `esm2 help [COMMANDS]`
|
|
58
58
|
|
|
@@ -95,7 +95,7 @@ EXAMPLES
|
|
|
95
95
|
$ esm2 plugins
|
|
96
96
|
```
|
|
97
97
|
|
|
98
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.
|
|
98
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.4/src/commands/plugins/index.ts)_
|
|
99
99
|
|
|
100
100
|
## `esm2 plugins:install PLUGIN...`
|
|
101
101
|
|
|
@@ -160,7 +160,7 @@ EXAMPLES
|
|
|
160
160
|
$ esm2 plugins:inspect myplugin
|
|
161
161
|
```
|
|
162
162
|
|
|
163
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.
|
|
163
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.4/src/commands/plugins/inspect.ts)_
|
|
164
164
|
|
|
165
165
|
## `esm2 plugins:install PLUGIN...`
|
|
166
166
|
|
|
@@ -200,7 +200,7 @@ EXAMPLES
|
|
|
200
200
|
$ esm2 plugins:install someuser/someplugin
|
|
201
201
|
```
|
|
202
202
|
|
|
203
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.
|
|
203
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.4/src/commands/plugins/install.ts)_
|
|
204
204
|
|
|
205
205
|
## `esm2 plugins:link PLUGIN`
|
|
206
206
|
|
|
@@ -214,8 +214,9 @@ ARGUMENTS
|
|
|
214
214
|
PATH [default: .] path to plugin
|
|
215
215
|
|
|
216
216
|
FLAGS
|
|
217
|
-
-h, --help
|
|
217
|
+
-h, --help Show CLI help.
|
|
218
218
|
-v, --verbose
|
|
219
|
+
--[no-]install Install dependencies after linking the plugin.
|
|
219
220
|
|
|
220
221
|
DESCRIPTION
|
|
221
222
|
Links a plugin into the CLI for development.
|
|
@@ -229,7 +230,7 @@ EXAMPLES
|
|
|
229
230
|
$ esm2 plugins:link myplugin
|
|
230
231
|
```
|
|
231
232
|
|
|
232
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.
|
|
233
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.4/src/commands/plugins/link.ts)_
|
|
233
234
|
|
|
234
235
|
## `esm2 plugins:uninstall PLUGIN...`
|
|
235
236
|
|
|
@@ -277,7 +278,7 @@ ALIASES
|
|
|
277
278
|
$ esm2 plugins remove
|
|
278
279
|
```
|
|
279
280
|
|
|
280
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.
|
|
281
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.4/src/commands/plugins/uninstall.ts)_
|
|
281
282
|
|
|
282
283
|
## `esm2 plugins:uninstall PLUGIN...`
|
|
283
284
|
|
|
@@ -318,5 +319,5 @@ DESCRIPTION
|
|
|
318
319
|
Update installed plugins.
|
|
319
320
|
```
|
|
320
321
|
|
|
321
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.
|
|
322
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.4/src/commands/plugins/update.ts)_
|
|
322
323
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/plugin-test-esm-2",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"description": "Test ESM plugin",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@oclif/core": "^3",
|
|
21
21
|
"@oclif/plugin-help": "^5",
|
|
22
|
-
"@oclif/plugin-plugins": "^3.
|
|
22
|
+
"@oclif/plugin-plugins": "^3.9.4"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@oclif/prettier-config": "^0.2.1",
|