@oclif/plugin-test-cjs-1 0.6.35 → 0.6.37
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 +10 -10
- 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-1
|
|
|
18
18
|
$ cjs1 COMMAND
|
|
19
19
|
running command...
|
|
20
20
|
$ cjs1 (--version)
|
|
21
|
-
@oclif/plugin-test-cjs-1/0.6.
|
|
21
|
+
@oclif/plugin-test-cjs-1/0.6.37 linux-x64 node-v20.13.1
|
|
22
22
|
$ cjs1 --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ cjs1 COMMAND
|
|
@@ -53,7 +53,7 @@ FLAGS
|
|
|
53
53
|
--optionalString=<value>
|
|
54
54
|
```
|
|
55
55
|
|
|
56
|
-
_See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/v0.6.
|
|
56
|
+
_See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/v0.6.37/src/commands/cjs1.ts)_
|
|
57
57
|
|
|
58
58
|
## `cjs1 help [COMMAND]`
|
|
59
59
|
|
|
@@ -73,7 +73,7 @@ DESCRIPTION
|
|
|
73
73
|
Display help for cjs1.
|
|
74
74
|
```
|
|
75
75
|
|
|
76
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.0
|
|
76
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.1.0/src/commands/help.ts)_
|
|
77
77
|
|
|
78
78
|
## `cjs1 plugins`
|
|
79
79
|
|
|
@@ -96,7 +96,7 @@ EXAMPLES
|
|
|
96
96
|
$ cjs1 plugins
|
|
97
97
|
```
|
|
98
98
|
|
|
99
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.1
|
|
99
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.1/src/commands/plugins/index.ts)_
|
|
100
100
|
|
|
101
101
|
## `cjs1 plugins add PLUGIN`
|
|
102
102
|
|
|
@@ -170,7 +170,7 @@ EXAMPLES
|
|
|
170
170
|
$ cjs1 plugins inspect myplugin
|
|
171
171
|
```
|
|
172
172
|
|
|
173
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.1
|
|
173
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.1/src/commands/plugins/inspect.ts)_
|
|
174
174
|
|
|
175
175
|
## `cjs1 plugins install PLUGIN`
|
|
176
176
|
|
|
@@ -219,7 +219,7 @@ EXAMPLES
|
|
|
219
219
|
$ cjs1 plugins install someuser/someplugin
|
|
220
220
|
```
|
|
221
221
|
|
|
222
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.1
|
|
222
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.1/src/commands/plugins/install.ts)_
|
|
223
223
|
|
|
224
224
|
## `cjs1 plugins link PATH`
|
|
225
225
|
|
|
@@ -249,7 +249,7 @@ EXAMPLES
|
|
|
249
249
|
$ cjs1 plugins link myplugin
|
|
250
250
|
```
|
|
251
251
|
|
|
252
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.1
|
|
252
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.1/src/commands/plugins/link.ts)_
|
|
253
253
|
|
|
254
254
|
## `cjs1 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.1
|
|
293
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.1/src/commands/plugins/reset.ts)_
|
|
294
294
|
|
|
295
295
|
## `cjs1 plugins uninstall [PLUGIN]`
|
|
296
296
|
|
|
@@ -318,7 +318,7 @@ EXAMPLES
|
|
|
318
318
|
$ cjs1 plugins uninstall myplugin
|
|
319
319
|
```
|
|
320
320
|
|
|
321
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.1
|
|
321
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.1/src/commands/plugins/uninstall.ts)_
|
|
322
322
|
|
|
323
323
|
## `cjs1 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.1
|
|
365
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.2.1/src/commands/plugins/update.ts)_
|
|
366
366
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED