@oclif/plugin-test-cjs-1 0.1.0 → 0.1.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 +13 -3
- 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.2 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.2/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
|
|
|
@@ -151,6 +151,8 @@ EXAMPLES
|
|
|
151
151
|
$ cjs1 plugins:inspect myplugin
|
|
152
152
|
```
|
|
153
153
|
|
|
154
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.4.7/src/commands/plugins/inspect.ts)_
|
|
155
|
+
|
|
154
156
|
## `cjs1 plugins:install PLUGIN...`
|
|
155
157
|
|
|
156
158
|
Installs a plugin into the CLI.
|
|
@@ -189,6 +191,8 @@ EXAMPLES
|
|
|
189
191
|
$ cjs1 plugins:install someuser/someplugin
|
|
190
192
|
```
|
|
191
193
|
|
|
194
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.4.7/src/commands/plugins/install.ts)_
|
|
195
|
+
|
|
192
196
|
## `cjs1 plugins:link PLUGIN`
|
|
193
197
|
|
|
194
198
|
Links a plugin into the CLI for development.
|
|
@@ -216,6 +220,8 @@ EXAMPLES
|
|
|
216
220
|
$ cjs1 plugins:link myplugin
|
|
217
221
|
```
|
|
218
222
|
|
|
223
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.4.7/src/commands/plugins/link.ts)_
|
|
224
|
+
|
|
219
225
|
## `cjs1 plugins:uninstall PLUGIN...`
|
|
220
226
|
|
|
221
227
|
Removes a plugin from the CLI.
|
|
@@ -262,6 +268,8 @@ ALIASES
|
|
|
262
268
|
$ cjs1 plugins remove
|
|
263
269
|
```
|
|
264
270
|
|
|
271
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.4.7/src/commands/plugins/uninstall.ts)_
|
|
272
|
+
|
|
265
273
|
## `cjs1 plugins:uninstall PLUGIN...`
|
|
266
274
|
|
|
267
275
|
Removes a plugin from the CLI.
|
|
@@ -300,4 +308,6 @@ FLAGS
|
|
|
300
308
|
DESCRIPTION
|
|
301
309
|
Update installed plugins.
|
|
302
310
|
```
|
|
311
|
+
|
|
312
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.4.7/src/commands/plugins/update.ts)_
|
|
303
313
|
<!-- 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.2",
|
|
4
4
|
"description": "Test CJS plugin",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@oclif/plugin-plugins": "^2.4.7"
|
|
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,8 +31,8 @@
|
|
|
31
31
|
"eslint-config-oclif": "^4",
|
|
32
32
|
"eslint-config-oclif-typescript": "^1.0.3",
|
|
33
33
|
"mocha": "^9",
|
|
34
|
-
"oclif": "^3.
|
|
35
|
-
"shx": "^0.3.
|
|
34
|
+
"oclif": "^3.11.2",
|
|
35
|
+
"shx": "^0.3.4",
|
|
36
36
|
"ts-node": "^10.9.1",
|
|
37
37
|
"tslib": "^2.6.1",
|
|
38
38
|
"typescript": "^4.9.5"
|