@oclif/plugin-test-cjs-1 0.1.1 → 0.1.3
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 +18 -5
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.1.
|
|
21
|
+
@oclif/plugin-test-cjs-1/0.1.3 linux-x64 node-v18.17.0
|
|
22
22
|
$ cjs1 --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ cjs1 COMMAND
|
|
@@ -46,7 +46,7 @@ USAGE
|
|
|
46
46
|
$ cjs1 cjs1
|
|
47
47
|
```
|
|
48
48
|
|
|
49
|
-
_See code: [dist/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/v0.1.
|
|
49
|
+
_See code: [dist/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/v0.1.3/dist/commands/cjs1.ts)_
|
|
50
50
|
|
|
51
51
|
## `cjs1 help [COMMANDS]`
|
|
52
52
|
|
|
@@ -66,7 +66,7 @@ DESCRIPTION
|
|
|
66
66
|
Display help for cjs1.
|
|
67
67
|
```
|
|
68
68
|
|
|
69
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.
|
|
69
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.2.16/src/commands/help.ts)_
|
|
70
70
|
|
|
71
71
|
## `cjs1 plugins`
|
|
72
72
|
|
|
@@ -74,11 +74,14 @@ List installed plugins.
|
|
|
74
74
|
|
|
75
75
|
```
|
|
76
76
|
USAGE
|
|
77
|
-
$ cjs1 plugins [--core]
|
|
77
|
+
$ cjs1 plugins [--json] [--core]
|
|
78
78
|
|
|
79
79
|
FLAGS
|
|
80
80
|
--core Show core plugins.
|
|
81
81
|
|
|
82
|
+
GLOBAL FLAGS
|
|
83
|
+
--json Format output as json.
|
|
84
|
+
|
|
82
85
|
DESCRIPTION
|
|
83
86
|
List installed plugins.
|
|
84
87
|
|
|
@@ -86,7 +89,7 @@ EXAMPLES
|
|
|
86
89
|
$ cjs1 plugins
|
|
87
90
|
```
|
|
88
91
|
|
|
89
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
92
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.2.0/src/commands/plugins/index.ts)_
|
|
90
93
|
|
|
91
94
|
## `cjs1 plugins:install PLUGIN...`
|
|
92
95
|
|
|
@@ -151,6 +154,8 @@ EXAMPLES
|
|
|
151
154
|
$ cjs1 plugins:inspect myplugin
|
|
152
155
|
```
|
|
153
156
|
|
|
157
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.2.0/src/commands/plugins/inspect.ts)_
|
|
158
|
+
|
|
154
159
|
## `cjs1 plugins:install PLUGIN...`
|
|
155
160
|
|
|
156
161
|
Installs a plugin into the CLI.
|
|
@@ -189,6 +194,8 @@ EXAMPLES
|
|
|
189
194
|
$ cjs1 plugins:install someuser/someplugin
|
|
190
195
|
```
|
|
191
196
|
|
|
197
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.2.0/src/commands/plugins/install.ts)_
|
|
198
|
+
|
|
192
199
|
## `cjs1 plugins:link PLUGIN`
|
|
193
200
|
|
|
194
201
|
Links a plugin into the CLI for development.
|
|
@@ -216,6 +223,8 @@ EXAMPLES
|
|
|
216
223
|
$ cjs1 plugins:link myplugin
|
|
217
224
|
```
|
|
218
225
|
|
|
226
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.2.0/src/commands/plugins/link.ts)_
|
|
227
|
+
|
|
219
228
|
## `cjs1 plugins:uninstall PLUGIN...`
|
|
220
229
|
|
|
221
230
|
Removes a plugin from the CLI.
|
|
@@ -262,6 +271,8 @@ ALIASES
|
|
|
262
271
|
$ cjs1 plugins remove
|
|
263
272
|
```
|
|
264
273
|
|
|
274
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.2.0/src/commands/plugins/uninstall.ts)_
|
|
275
|
+
|
|
265
276
|
## `cjs1 plugins:uninstall PLUGIN...`
|
|
266
277
|
|
|
267
278
|
Removes a plugin from the CLI.
|
|
@@ -300,4 +311,6 @@ FLAGS
|
|
|
300
311
|
DESCRIPTION
|
|
301
312
|
Update installed plugins.
|
|
302
313
|
```
|
|
314
|
+
|
|
315
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.2.0/src/commands/plugins/update.ts)_
|
|
303
316
|
<!-- 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.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Test CJS plugin",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@oclif/core": "^2",
|
|
21
21
|
"@oclif/plugin-help": "^5",
|
|
22
|
-
"@oclif/plugin-plugins": "^2.
|
|
22
|
+
"@oclif/plugin-plugins": "^3.2.0"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@oclif/test": "^2.4.
|
|
25
|
+
"@oclif/test": "^2.4.2",
|
|
26
26
|
"@types/chai": "^4",
|
|
27
27
|
"@types/mocha": "^9.0.0",
|
|
28
28
|
"@types/node": "^16.18.39",
|
|
@@ -31,7 +31,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.11.2",
|
|
35
35
|
"shx": "^0.3.4",
|
|
36
36
|
"ts-node": "^10.9.1",
|
|
37
37
|
"tslib": "^2.6.1",
|