@@ -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.72 linux-x64 node-v20.19.1
21
+ @oclif/plugin-test-esm-1/0.8.73 linux-x64 node-v20.19.1
22
22
$ esm1 --help [COMMAND]
23
23
USAGE
24
24
$ esm1 COMMAND
@@ -53,7 +53,7 @@ GLOBAL FLAGS
53
53
--json Format output as json.
54
54
```
55
55
56
- _ See code: [ src/commands/esm1.ts] ( https://github.com/oclif/plugin-test-esm-1/blob/0.8.72 /src/commands/esm1.ts ) _
56
+ _ See code: [ src/commands/esm1.ts] ( https://github.com/oclif/plugin-test-esm-1/blob/0.8.73 /src/commands/esm1.ts ) _
57
57
58
58
## ` esm1 help [COMMAND] `
59
59
@@ -96,7 +96,7 @@ EXAMPLES
96
96
$ esm1 plugins
97
97
```
98
98
99
- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.37 /src/commands/plugins/index.ts ) _
99
+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.38 /src/commands/plugins/index.ts ) _
100
100
101
101
## ` esm1 plugins:inspect PLUGIN... `
102
102
@@ -123,7 +123,7 @@ EXAMPLES
123
123
$ esm1 plugins inspect myplugin
124
124
```
125
125
126
- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.37 /src/commands/plugins/inspect.ts ) _
126
+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.38 /src/commands/plugins/inspect.ts ) _
127
127
128
128
## ` esm1 plugins install PLUGIN `
129
129
@@ -172,7 +172,7 @@ EXAMPLES
172
172
$ esm1 plugins install someuser/someplugin
173
173
```
174
174
175
- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.37 /src/commands/plugins/install.ts ) _
175
+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.38 /src/commands/plugins/install.ts ) _
176
176
177
177
## ` esm1 plugins link PATH `
178
178
@@ -203,7 +203,7 @@ EXAMPLES
203
203
$ esm1 plugins link myplugin
204
204
```
205
205
206
- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.37 /src/commands/plugins/link.ts ) _
206
+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.38 /src/commands/plugins/link.ts ) _
207
207
208
208
## ` esm1 plugins reset `
209
209
@@ -218,7 +218,7 @@ FLAGS
218
218
--reinstall Reinstall all plugins after uninstalling.
219
219
```
220
220
221
- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.37 /src/commands/plugins/reset.ts ) _
221
+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.38 /src/commands/plugins/reset.ts ) _
222
222
223
223
## ` esm1 plugins uninstall [PLUGIN] `
224
224
@@ -246,7 +246,7 @@ EXAMPLES
246
246
$ esm1 plugins uninstall myplugin
247
247
```
248
248
249
- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.37 /src/commands/plugins/uninstall.ts ) _
249
+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.38 /src/commands/plugins/uninstall.ts ) _
250
250
251
251
## ` esm1 plugins update `
252
252
@@ -264,5 +264,5 @@ DESCRIPTION
264
264
Update installed plugins.
265
265
```
266
266
267
- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.37 /src/commands/plugins/update.ts ) _
267
+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.38 /src/commands/plugins/update.ts ) _
268
268
<!-- commandsstop -->
0 commit comments