@oclif/plugin-test-cjs-1 0.6.7 → 0.6.8
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 +2 -2
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.6.
|
|
21
|
+
@oclif/plugin-test-cjs-1/0.6.8 linux-x64 node-v20.9.0
|
|
22
22
|
$ cjs1 --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ cjs1 COMMAND
|
|
@@ -52,7 +52,7 @@ FLAGS
|
|
|
52
52
|
--optionalString=<value>
|
|
53
53
|
```
|
|
54
54
|
|
|
55
|
-
_See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/v0.6.
|
|
55
|
+
_See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/v0.6.8/src/commands/cjs1.ts)_
|
|
56
56
|
|
|
57
57
|
## `cjs1 help [COMMANDS]`
|
|
58
58
|
|
|
@@ -95,7 +95,7 @@ EXAMPLES
|
|
|
95
95
|
$ cjs1 plugins
|
|
96
96
|
```
|
|
97
97
|
|
|
98
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.
|
|
98
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.4/src/commands/plugins/index.ts)_
|
|
99
99
|
|
|
100
100
|
## `cjs1 plugins:install PLUGIN...`
|
|
101
101
|
|
|
@@ -160,7 +160,7 @@ EXAMPLES
|
|
|
160
160
|
$ cjs1 plugins:inspect myplugin
|
|
161
161
|
```
|
|
162
162
|
|
|
163
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.
|
|
163
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.4/src/commands/plugins/inspect.ts)_
|
|
164
164
|
|
|
165
165
|
## `cjs1 plugins:install PLUGIN...`
|
|
166
166
|
|
|
@@ -200,7 +200,7 @@ EXAMPLES
|
|
|
200
200
|
$ cjs1 plugins:install someuser/someplugin
|
|
201
201
|
```
|
|
202
202
|
|
|
203
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.
|
|
203
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.4/src/commands/plugins/install.ts)_
|
|
204
204
|
|
|
205
205
|
## `cjs1 plugins:link PLUGIN`
|
|
206
206
|
|
|
@@ -230,7 +230,7 @@ EXAMPLES
|
|
|
230
230
|
$ cjs1 plugins:link myplugin
|
|
231
231
|
```
|
|
232
232
|
|
|
233
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.
|
|
233
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.4/src/commands/plugins/link.ts)_
|
|
234
234
|
|
|
235
235
|
## `cjs1 plugins:uninstall PLUGIN...`
|
|
236
236
|
|
|
@@ -278,7 +278,7 @@ ALIASES
|
|
|
278
278
|
$ cjs1 plugins remove
|
|
279
279
|
```
|
|
280
280
|
|
|
281
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.
|
|
281
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.4/src/commands/plugins/uninstall.ts)_
|
|
282
282
|
|
|
283
283
|
## `cjs1 plugins:uninstall PLUGIN...`
|
|
284
284
|
|
|
@@ -319,5 +319,5 @@ DESCRIPTION
|
|
|
319
319
|
Update installed plugins.
|
|
320
320
|
```
|
|
321
321
|
|
|
322
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.
|
|
322
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v3.9.4/src/commands/plugins/update.ts)_
|
|
323
323
|
<!-- 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.6.
|
|
3
|
+
"version": "0.6.8",
|
|
4
4
|
"description": "Test CJS plugin",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@oclif/core": "^3.9.1",
|
|
21
21
|
"@oclif/plugin-help": "^5",
|
|
22
|
-
"@oclif/plugin-plugins": "^3.9.
|
|
22
|
+
"@oclif/plugin-plugins": "^3.9.4"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@oclif/test": "^2.5.6",
|