@oclif/plugin-test-cjs-1 0.7.97 → 0.7.98
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 +2 -2
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ $ npm install -g @oclif/plugin-test-cjs-1
|
|
|
17
17
|
$ cjs1 COMMAND
|
|
18
18
|
running command...
|
|
19
19
|
$ cjs1 (--version)
|
|
20
|
-
@oclif/plugin-test-cjs-1/0.7.
|
|
20
|
+
@oclif/plugin-test-cjs-1/0.7.98 linux-x64 node-v24.14.0
|
|
21
21
|
$ cjs1 --help [COMMAND]
|
|
22
22
|
USAGE
|
|
23
23
|
$ cjs1 COMMAND
|
|
@@ -55,7 +55,7 @@ GLOBAL FLAGS
|
|
|
55
55
|
--json Format output as json.
|
|
56
56
|
```
|
|
57
57
|
|
|
58
|
-
_See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/v0.7.
|
|
58
|
+
_See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/v0.7.98/src/commands/cjs1.ts)_
|
|
59
59
|
|
|
60
60
|
## `cjs1 help [COMMAND]`
|
|
61
61
|
|
|
@@ -98,7 +98,7 @@ EXAMPLES
|
|
|
98
98
|
$ cjs1 plugins
|
|
99
99
|
```
|
|
100
100
|
|
|
101
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
101
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/index.ts)_
|
|
102
102
|
|
|
103
103
|
## `cjs1 plugins add PLUGIN`
|
|
104
104
|
|
|
@@ -172,7 +172,7 @@ EXAMPLES
|
|
|
172
172
|
$ cjs1 plugins inspect myplugin
|
|
173
173
|
```
|
|
174
174
|
|
|
175
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
175
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/inspect.ts)_
|
|
176
176
|
|
|
177
177
|
## `cjs1 plugins install PLUGIN`
|
|
178
178
|
|
|
@@ -221,7 +221,7 @@ EXAMPLES
|
|
|
221
221
|
$ cjs1 plugins install someuser/someplugin
|
|
222
222
|
```
|
|
223
223
|
|
|
224
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
224
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/install.ts)_
|
|
225
225
|
|
|
226
226
|
## `cjs1 plugins link PATH`
|
|
227
227
|
|
|
@@ -252,7 +252,7 @@ EXAMPLES
|
|
|
252
252
|
$ cjs1 plugins link myplugin
|
|
253
253
|
```
|
|
254
254
|
|
|
255
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
255
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/link.ts)_
|
|
256
256
|
|
|
257
257
|
## `cjs1 plugins remove [PLUGIN]`
|
|
258
258
|
|
|
@@ -293,7 +293,7 @@ FLAGS
|
|
|
293
293
|
--reinstall Reinstall all plugins after uninstalling.
|
|
294
294
|
```
|
|
295
295
|
|
|
296
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
296
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/reset.ts)_
|
|
297
297
|
|
|
298
298
|
## `cjs1 plugins uninstall [PLUGIN]`
|
|
299
299
|
|
|
@@ -321,7 +321,7 @@ EXAMPLES
|
|
|
321
321
|
$ cjs1 plugins uninstall myplugin
|
|
322
322
|
```
|
|
323
323
|
|
|
324
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
324
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/uninstall.ts)_
|
|
325
325
|
|
|
326
326
|
## `cjs1 plugins unlink [PLUGIN]`
|
|
327
327
|
|
|
@@ -365,5 +365,5 @@ DESCRIPTION
|
|
|
365
365
|
Update installed plugins.
|
|
366
366
|
```
|
|
367
367
|
|
|
368
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
368
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/update.ts)_
|
|
369
369
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/plugin-test-cjs-1",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.98",
|
|
4
4
|
"description": "Test CJS plugin",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@types/mocha": "^10",
|
|
30
30
|
"@types/node": "^16.18.126",
|
|
31
31
|
"chai": "^4",
|
|
32
|
-
"eslint": "^9.39.
|
|
32
|
+
"eslint": "^9.39.4",
|
|
33
33
|
"eslint-config-oclif": "^6.0.140",
|
|
34
34
|
"eslint-config-prettier": "^10.1.8",
|
|
35
35
|
"mocha": "^10",
|