@@ -20,7 +20,7 @@ $ npm install -g @oclif/plugin-test-core-v3
20
20
$ corev3 COMMAND
21
21
running command...
22
22
$ corev3 (--version)
23
- @oclif/plugin-test-core-v3/0.1.40 linux-x64 node-v20.18.1
23
+ @oclif/plugin-test-core-v3/0.1.41 linux-x64 node-v20.18.1
24
24
$ corev3 --help [COMMAND]
25
25
USAGE
26
26
$ corev3 COMMAND
@@ -57,7 +57,7 @@ GLOBAL FLAGS
57
57
--json Format output as json.
58
58
```
59
59
60
- _ See code: [ src/commands/core-v3.ts] ( https://github.com/oclif/plugin-test-core-v3/blob/0.1.40 /src/commands/core-v3.ts ) _
60
+ _ See code: [ src/commands/core-v3.ts] ( https://github.com/oclif/plugin-test-core-v3/blob/0.1.41 /src/commands/core-v3.ts ) _
61
61
62
62
## ` corev3 hello PERSON `
63
63
@@ -81,7 +81,7 @@ EXAMPLES
81
81
hello friend from oclif! (./src/commands/hello/index.ts)
82
82
```
83
83
84
- _ See code: [ src/commands/hello/index.ts] ( https://github.com/oclif/plugin-test-core-v3/blob/0.1.40 /src/commands/hello/index.ts ) _
84
+ _ See code: [ src/commands/hello/index.ts] ( https://github.com/oclif/plugin-test-core-v3/blob/0.1.41 /src/commands/hello/index.ts ) _
85
85
86
86
## ` corev3 hello world `
87
87
@@ -99,7 +99,7 @@ EXAMPLES
99
99
hello world! (./src/commands/hello/world.ts)
100
100
```
101
101
102
- _ See code: [ src/commands/hello/world.ts] ( https://github.com/oclif/plugin-test-core-v3/blob/0.1.40 /src/commands/hello/world.ts ) _
102
+ _ See code: [ src/commands/hello/world.ts] ( https://github.com/oclif/plugin-test-core-v3/blob/0.1.41 /src/commands/hello/world.ts ) _
103
103
104
104
## ` corev3 help [COMMAND] `
105
105
@@ -142,7 +142,7 @@ EXAMPLES
142
142
$ corev3 plugins
143
143
```
144
144
145
- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.22 /src/commands/plugins/index.ts ) _
145
+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.23 /src/commands/plugins/index.ts ) _
146
146
147
147
## ` corev3 plugins:inspect PLUGIN... `
148
148
@@ -169,7 +169,7 @@ EXAMPLES
169
169
$ corev3 plugins inspect myplugin
170
170
```
171
171
172
- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.22 /src/commands/plugins/inspect.ts ) _
172
+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.23 /src/commands/plugins/inspect.ts ) _
173
173
174
174
## ` corev3 plugins install PLUGIN `
175
175
@@ -218,7 +218,7 @@ EXAMPLES
218
218
$ corev3 plugins install someuser/someplugin
219
219
```
220
220
221
- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.22 /src/commands/plugins/install.ts ) _
221
+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.23 /src/commands/plugins/install.ts ) _
222
222
223
223
## ` corev3 plugins link PATH `
224
224
@@ -249,7 +249,7 @@ EXAMPLES
249
249
$ corev3 plugins link myplugin
250
250
```
251
251
252
- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.22 /src/commands/plugins/link.ts ) _
252
+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.23 /src/commands/plugins/link.ts ) _
253
253
254
254
## ` corev3 plugins reset `
255
255
@@ -264,7 +264,7 @@ FLAGS
264
264
--reinstall Reinstall all plugins after uninstalling.
265
265
```
266
266
267
- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.22 /src/commands/plugins/reset.ts ) _
267
+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.23 /src/commands/plugins/reset.ts ) _
268
268
269
269
## ` corev3 plugins uninstall [PLUGIN] `
270
270
@@ -292,7 +292,7 @@ EXAMPLES
292
292
$ corev3 plugins uninstall myplugin
293
293
```
294
294
295
- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.22 /src/commands/plugins/uninstall.ts ) _
295
+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.23 /src/commands/plugins/uninstall.ts ) _
296
296
297
297
## ` corev3 plugins update `
298
298
@@ -310,5 +310,5 @@ DESCRIPTION
310
310
Update installed plugins.
311
311
```
312
312
313
- _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.22 /src/commands/plugins/update.ts ) _
313
+ _ See code: [ @oclif/plugin-plugins ] ( https://github.com/oclif/plugin-plugins/blob/5.4.23 /src/commands/plugins/update.ts ) _
314
314
<!-- commandsstop -->
0 commit comments