@oclif/plugin-test-cjs-2 0.6.0 → 0.6.2
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 +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.2 linux-x64 node-v18.17.1
|
|
22
22
|
$ cjs2 --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ cjs2 COMMAND
|
|
@@ -55,7 +55,7 @@ GLOBAL FLAGS
|
|
|
55
55
|
--json Format output as json.
|
|
56
56
|
```
|
|
57
57
|
|
|
58
|
-
_See code: [dist/commands/cjs2.ts](https://github.com/oclif/plugin-test-cjs-2/blob/v0.6.
|
|
58
|
+
_See code: [dist/commands/cjs2.ts](https://github.com/oclif/plugin-test-cjs-2/blob/v0.6.2/dist/commands/cjs2.ts)_
|
|
59
59
|
|
|
60
60
|
## `cjs2 help [COMMANDS]`
|
|
61
61
|
|
|
@@ -98,7 +98,7 @@ EXAMPLES
|
|
|
98
98
|
$ cjs2 plugins
|
|
99
99
|
```
|
|
100
100
|
|
|
101
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.
|
|
101
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.8.0/src/commands/plugins/index.ts)_
|
|
102
102
|
|
|
103
103
|
## `cjs2 plugins:install PLUGIN...`
|
|
104
104
|
|
|
@@ -163,7 +163,7 @@ EXAMPLES
|
|
|
163
163
|
$ cjs2 plugins:inspect myplugin
|
|
164
164
|
```
|
|
165
165
|
|
|
166
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.
|
|
166
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.8.0/src/commands/plugins/inspect.ts)_
|
|
167
167
|
|
|
168
168
|
## `cjs2 plugins:install PLUGIN...`
|
|
169
169
|
|
|
@@ -203,7 +203,7 @@ EXAMPLES
|
|
|
203
203
|
$ cjs2 plugins:install someuser/someplugin
|
|
204
204
|
```
|
|
205
205
|
|
|
206
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.
|
|
206
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.8.0/src/commands/plugins/install.ts)_
|
|
207
207
|
|
|
208
208
|
## `cjs2 plugins:link PLUGIN`
|
|
209
209
|
|
|
@@ -232,7 +232,7 @@ EXAMPLES
|
|
|
232
232
|
$ cjs2 plugins:link myplugin
|
|
233
233
|
```
|
|
234
234
|
|
|
235
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.
|
|
235
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.8.0/src/commands/plugins/link.ts)_
|
|
236
236
|
|
|
237
237
|
## `cjs2 plugins:uninstall PLUGIN...`
|
|
238
238
|
|
|
@@ -280,7 +280,7 @@ ALIASES
|
|
|
280
280
|
$ cjs2 plugins remove
|
|
281
281
|
```
|
|
282
282
|
|
|
283
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.
|
|
283
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.8.0/src/commands/plugins/uninstall.ts)_
|
|
284
284
|
|
|
285
285
|
## `cjs2 plugins:uninstall PLUGIN...`
|
|
286
286
|
|
|
@@ -321,5 +321,5 @@ DESCRIPTION
|
|
|
321
321
|
Update installed plugins.
|
|
322
322
|
```
|
|
323
323
|
|
|
324
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.
|
|
324
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.8.0/src/commands/plugins/update.ts)_
|
|
325
325
|
<!-- 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.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"description": "Test CJS plugin",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
@@ -19,19 +19,19 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@oclif/core": "^3.0.0-beta.13",
|
|
21
21
|
"@oclif/plugin-help": "^5",
|
|
22
|
-
"@oclif/plugin-plugins": "^3.
|
|
22
|
+
"@oclif/plugin-plugins": "^3.8.0"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@oclif/test": "^2.5.
|
|
25
|
+
"@oclif/test": "^2.5.5",
|
|
26
26
|
"@types/chai": "^4",
|
|
27
27
|
"@types/mocha": "^9.0.0",
|
|
28
|
-
"@types/node": "^16.18.
|
|
28
|
+
"@types/node": "^16.18.53",
|
|
29
29
|
"chai": "^4",
|
|
30
30
|
"eslint": "^7",
|
|
31
31
|
"eslint-config-oclif": "^4",
|
|
32
32
|
"eslint-config-oclif-typescript": "^1.0.3",
|
|
33
33
|
"mocha": "^9",
|
|
34
|
-
"oclif": "^3.
|
|
34
|
+
"oclif": "^3.17.1",
|
|
35
35
|
"shx": "^0.3.4",
|
|
36
36
|
"ts-node": "^10.9.1",
|
|
37
37
|
"tslib": "^2.6.2",
|