@oclif/plugin-test-cjs-2 0.6.35 → 0.6.36
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 +9 -9
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ $ npm install -g @oclif/plugin-test-cjs-2
|
|
|
18
18
|
$ cjs2 COMMAND
|
|
19
19
|
running command...
|
|
20
20
|
$ cjs2 (--version)
|
|
21
|
-
@oclif/plugin-test-cjs-2/0.6.
|
|
21
|
+
@oclif/plugin-test-cjs-2/0.6.36 linux-x64 node-v20.13.1
|
|
22
22
|
$ cjs2 --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ cjs2 COMMAND
|
|
@@ -53,7 +53,7 @@ FLAGS
|
|
|
53
53
|
--optionalString=<value>
|
|
54
54
|
```
|
|
55
55
|
|
|
56
|
-
_See code: [src/commands/cjs2.ts](https://github.com/oclif/plugin-test-cjs-2/blob/v0.6.
|
|
56
|
+
_See code: [src/commands/cjs2.ts](https://github.com/oclif/plugin-test-cjs-2/blob/v0.6.36/src/commands/cjs2.ts)_
|
|
57
57
|
|
|
58
58
|
## `cjs2 help [COMMAND]`
|
|
59
59
|
|
|
@@ -96,7 +96,7 @@ EXAMPLES
|
|
|
96
96
|
$ cjs2 plugins
|
|
97
97
|
```
|
|
98
98
|
|
|
99
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.
|
|
99
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.0/src/commands/plugins/index.ts)_
|
|
100
100
|
|
|
101
101
|
## `cjs2 plugins add PLUGIN`
|
|
102
102
|
|
|
@@ -170,7 +170,7 @@ EXAMPLES
|
|
|
170
170
|
$ cjs2 plugins inspect myplugin
|
|
171
171
|
```
|
|
172
172
|
|
|
173
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.
|
|
173
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.0/src/commands/plugins/inspect.ts)_
|
|
174
174
|
|
|
175
175
|
## `cjs2 plugins install PLUGIN`
|
|
176
176
|
|
|
@@ -219,7 +219,7 @@ EXAMPLES
|
|
|
219
219
|
$ cjs2 plugins install someuser/someplugin
|
|
220
220
|
```
|
|
221
221
|
|
|
222
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.
|
|
222
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.0/src/commands/plugins/install.ts)_
|
|
223
223
|
|
|
224
224
|
## `cjs2 plugins link PATH`
|
|
225
225
|
|
|
@@ -249,7 +249,7 @@ EXAMPLES
|
|
|
249
249
|
$ cjs2 plugins link myplugin
|
|
250
250
|
```
|
|
251
251
|
|
|
252
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.
|
|
252
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.0/src/commands/plugins/link.ts)_
|
|
253
253
|
|
|
254
254
|
## `cjs2 plugins remove [PLUGIN]`
|
|
255
255
|
|
|
@@ -290,7 +290,7 @@ FLAGS
|
|
|
290
290
|
--reinstall Reinstall all plugins after uninstalling.
|
|
291
291
|
```
|
|
292
292
|
|
|
293
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.
|
|
293
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.0/src/commands/plugins/reset.ts)_
|
|
294
294
|
|
|
295
295
|
## `cjs2 plugins uninstall [PLUGIN]`
|
|
296
296
|
|
|
@@ -318,7 +318,7 @@ EXAMPLES
|
|
|
318
318
|
$ cjs2 plugins uninstall myplugin
|
|
319
319
|
```
|
|
320
320
|
|
|
321
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.
|
|
321
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.0/src/commands/plugins/uninstall.ts)_
|
|
322
322
|
|
|
323
323
|
## `cjs2 plugins unlink [PLUGIN]`
|
|
324
324
|
|
|
@@ -362,5 +362,5 @@ DESCRIPTION
|
|
|
362
362
|
Update installed plugins.
|
|
363
363
|
```
|
|
364
364
|
|
|
365
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.
|
|
365
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.0/src/commands/plugins/update.ts)_
|
|
366
366
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED