@oclif/plugin-test-core-v3 0.1.29 → 0.1.31
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 +13 -12
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -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.
|
|
23
|
+
@oclif/plugin-test-core-v3/0.1.31 linux-x64 node-v20.17.0
|
|
24
24
|
$ corev3 --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ corev3 COMMAND
|
|
@@ -60,7 +60,7 @@ GLOBAL FLAGS
|
|
|
60
60
|
--json Format output as json.
|
|
61
61
|
```
|
|
62
62
|
|
|
63
|
-
_See code: [src/commands/core-v3.ts](https://github.com/oclif/plugin-test-core-v3/blob/v0.1.
|
|
63
|
+
_See code: [src/commands/core-v3.ts](https://github.com/oclif/plugin-test-core-v3/blob/v0.1.31/src/commands/core-v3.ts)_
|
|
64
64
|
|
|
65
65
|
## `corev3 hello PERSON`
|
|
66
66
|
|
|
@@ -84,7 +84,7 @@ EXAMPLES
|
|
|
84
84
|
hello friend from oclif! (./src/commands/hello/index.ts)
|
|
85
85
|
```
|
|
86
86
|
|
|
87
|
-
_See code: [src/commands/hello/index.ts](https://github.com/oclif/plugin-test-core-v3/blob/v0.1.
|
|
87
|
+
_See code: [src/commands/hello/index.ts](https://github.com/oclif/plugin-test-core-v3/blob/v0.1.31/src/commands/hello/index.ts)_
|
|
88
88
|
|
|
89
89
|
## `corev3 hello world`
|
|
90
90
|
|
|
@@ -102,7 +102,7 @@ EXAMPLES
|
|
|
102
102
|
hello world! (./src/commands/hello/world.ts)
|
|
103
103
|
```
|
|
104
104
|
|
|
105
|
-
_See code: [src/commands/hello/world.ts](https://github.com/oclif/plugin-test-core-v3/blob/v0.1.
|
|
105
|
+
_See code: [src/commands/hello/world.ts](https://github.com/oclif/plugin-test-core-v3/blob/v0.1.31/src/commands/hello/world.ts)_
|
|
106
106
|
|
|
107
107
|
## `corev3 help [COMMAND]`
|
|
108
108
|
|
|
@@ -122,7 +122,7 @@ DESCRIPTION
|
|
|
122
122
|
Display help for corev3.
|
|
123
123
|
```
|
|
124
124
|
|
|
125
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.
|
|
125
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.14/src/commands/help.ts)_
|
|
126
126
|
|
|
127
127
|
## `corev3 plugins`
|
|
128
128
|
|
|
@@ -145,7 +145,7 @@ EXAMPLES
|
|
|
145
145
|
$ corev3 plugins
|
|
146
146
|
```
|
|
147
147
|
|
|
148
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
148
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.14/src/commands/plugins/index.ts)_
|
|
149
149
|
|
|
150
150
|
## `corev3 plugins add PLUGIN`
|
|
151
151
|
|
|
@@ -219,7 +219,7 @@ EXAMPLES
|
|
|
219
219
|
$ corev3 plugins inspect myplugin
|
|
220
220
|
```
|
|
221
221
|
|
|
222
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
222
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.14/src/commands/plugins/inspect.ts)_
|
|
223
223
|
|
|
224
224
|
## `corev3 plugins install PLUGIN`
|
|
225
225
|
|
|
@@ -268,7 +268,7 @@ EXAMPLES
|
|
|
268
268
|
$ corev3 plugins install someuser/someplugin
|
|
269
269
|
```
|
|
270
270
|
|
|
271
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
271
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.14/src/commands/plugins/install.ts)_
|
|
272
272
|
|
|
273
273
|
## `corev3 plugins link PATH`
|
|
274
274
|
|
|
@@ -288,6 +288,7 @@ FLAGS
|
|
|
288
288
|
|
|
289
289
|
DESCRIPTION
|
|
290
290
|
Links a plugin into the CLI for development.
|
|
291
|
+
|
|
291
292
|
Installation of a linked plugin will override a user-installed or core plugin.
|
|
292
293
|
|
|
293
294
|
e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
|
|
@@ -298,7 +299,7 @@ EXAMPLES
|
|
|
298
299
|
$ corev3 plugins link myplugin
|
|
299
300
|
```
|
|
300
301
|
|
|
301
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
302
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.14/src/commands/plugins/link.ts)_
|
|
302
303
|
|
|
303
304
|
## `corev3 plugins remove [PLUGIN]`
|
|
304
305
|
|
|
@@ -339,7 +340,7 @@ FLAGS
|
|
|
339
340
|
--reinstall Reinstall all plugins after uninstalling.
|
|
340
341
|
```
|
|
341
342
|
|
|
342
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
343
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.14/src/commands/plugins/reset.ts)_
|
|
343
344
|
|
|
344
345
|
## `corev3 plugins uninstall [PLUGIN]`
|
|
345
346
|
|
|
@@ -367,7 +368,7 @@ EXAMPLES
|
|
|
367
368
|
$ corev3 plugins uninstall myplugin
|
|
368
369
|
```
|
|
369
370
|
|
|
370
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
371
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.14/src/commands/plugins/uninstall.ts)_
|
|
371
372
|
|
|
372
373
|
## `corev3 plugins unlink [PLUGIN]`
|
|
373
374
|
|
|
@@ -411,5 +412,5 @@ DESCRIPTION
|
|
|
411
412
|
Update installed plugins.
|
|
412
413
|
```
|
|
413
414
|
|
|
414
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
415
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.14/src/commands/plugins/update.ts)_
|
|
415
416
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED