@oclif/plugin-test-esm-1 0.7.4 → 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 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.4 linux-x64 node-v20.11.1
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.4/src/commands/esm1.ts)_
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.
@@ -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.0/src/commands/plugins/index.ts)_
102
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.2/src/commands/plugins/index.ts)_
103
103
 
104
104
  ## `esm1 plugins:install PLUGIN...`
105
105
 
@@ -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.
@@ -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.0/src/commands/plugins/inspect.ts)_
171
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.2/src/commands/plugins/inspect.ts)_
172
172
 
173
173
  ## `esm1 plugins:install PLUGIN...`
174
174
 
@@ -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.
@@ -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.0/src/commands/plugins/install.ts)_
215
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.2/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.0/src/commands/plugins/link.ts)_
245
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.2/src/commands/plugins/link.ts)_
246
246
 
247
247
  ## `esm1 plugins:uninstall PLUGIN...`
248
248
 
@@ -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.
@@ -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.0/src/commands/plugins/reset.ts)_
286
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.2/src/commands/plugins/reset.ts)_
287
287
 
288
288
  ## `esm1 plugins:uninstall PLUGIN...`
289
289
 
@@ -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.
@@ -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.0/src/commands/plugins/uninstall.ts)_
314
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.2/src/commands/plugins/uninstall.ts)_
315
315
 
316
316
  ## `esm1 plugins:uninstall PLUGIN...`
317
317
 
@@ -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.
@@ -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.0/src/commands/plugins/update.ts)_
358
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.3.2/src/commands/plugins/update.ts)_
359
359
  <!-- commandsstop -->
@@ -60,5 +60,5 @@
60
60
  ]
61
61
  }
62
62
  },
63
- "version": "0.7.4"
63
+ "version": "0.7.6"
64
64
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oclif/plugin-test-esm-1",
3
- "version": "0.7.4",
3
+ "version": "0.7.6",
4
4
  "description": "Test ESM plugin",
5
5
  "author": "Salesforce",
6
6
  "bin": {