@oclif/plugin-test-cjs-2 0.7.28 → 0.7.30
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 +2 -2
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.7.
|
21
|
+
@oclif/plugin-test-cjs-2/0.7.30 linux-x64 node-v20.17.0
|
22
22
|
$ cjs2 --help [COMMAND]
|
23
23
|
USAGE
|
24
24
|
$ cjs2 COMMAND
|
@@ -56,7 +56,7 @@ GLOBAL FLAGS
|
|
56
56
|
--json Format output as json.
|
57
57
|
```
|
58
58
|
|
59
|
-
_See code: [src/commands/cjs2.ts](https://github.com/oclif/plugin-test-cjs-2/blob/v0.7.
|
59
|
+
_See code: [src/commands/cjs2.ts](https://github.com/oclif/plugin-test-cjs-2/blob/v0.7.30/src/commands/cjs2.ts)_
|
60
60
|
|
61
61
|
## `cjs2 help [COMMAND]`
|
62
62
|
|
@@ -76,7 +76,7 @@ DESCRIPTION
|
|
76
76
|
Display help for cjs2.
|
77
77
|
```
|
78
78
|
|
79
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.
|
79
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.11/src/commands/help.ts)_
|
80
80
|
|
81
81
|
## `cjs2 plugins`
|
82
82
|
|
@@ -99,7 +99,7 @@ EXAMPLES
|
|
99
99
|
$ cjs2 plugins
|
100
100
|
```
|
101
101
|
|
102
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
102
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.8/src/commands/plugins/index.ts)_
|
103
103
|
|
104
104
|
## `cjs2 plugins add PLUGIN`
|
105
105
|
|
@@ -173,7 +173,7 @@ EXAMPLES
|
|
173
173
|
$ cjs2 plugins inspect myplugin
|
174
174
|
```
|
175
175
|
|
176
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
176
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.8/src/commands/plugins/inspect.ts)_
|
177
177
|
|
178
178
|
## `cjs2 plugins install PLUGIN`
|
179
179
|
|
@@ -222,7 +222,7 @@ EXAMPLES
|
|
222
222
|
$ cjs2 plugins install someuser/someplugin
|
223
223
|
```
|
224
224
|
|
225
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
225
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.8/src/commands/plugins/install.ts)_
|
226
226
|
|
227
227
|
## `cjs2 plugins link PATH`
|
228
228
|
|
@@ -252,7 +252,7 @@ EXAMPLES
|
|
252
252
|
$ cjs2 plugins link myplugin
|
253
253
|
```
|
254
254
|
|
255
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
255
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.8/src/commands/plugins/link.ts)_
|
256
256
|
|
257
257
|
## `cjs2 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/v5.4.
|
296
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.8/src/commands/plugins/reset.ts)_
|
297
297
|
|
298
298
|
## `cjs2 plugins uninstall [PLUGIN]`
|
299
299
|
|
@@ -321,7 +321,7 @@ EXAMPLES
|
|
321
321
|
$ cjs2 plugins uninstall myplugin
|
322
322
|
```
|
323
323
|
|
324
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
324
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.8/src/commands/plugins/uninstall.ts)_
|
325
325
|
|
326
326
|
## `cjs2 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/v5.4.
|
368
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.8/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-2",
|
3
|
-
"version": "0.7.
|
3
|
+
"version": "0.7.30",
|
4
4
|
"description": "Test CJS plugin",
|
5
5
|
"author": "Salesforce",
|
6
6
|
"bin": {
|
@@ -29,7 +29,7 @@
|
|
29
29
|
"chai": "^4",
|
30
30
|
"eslint": "^8.57.0",
|
31
31
|
"eslint-config-oclif": "^5.2.1",
|
32
|
-
"eslint-config-oclif-typescript": "^3.1.
|
32
|
+
"eslint-config-oclif-typescript": "^3.1.10",
|
33
33
|
"mocha": "^10",
|
34
34
|
"oclif": "^4",
|
35
35
|
"shx": "^0.3.4",
|