@oclif/plugin-test-core-v3 0.1.67 → 0.1.68
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 +5 -5
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ $ npm install -g @oclif/plugin-test-core-v3
|
|
|
20
20
|
$ corev3 COMMAND
|
|
21
21
|
running command...
|
|
22
22
|
$ corev3 (--version)
|
|
23
|
-
@oclif/plugin-test-core-v3/0.1.
|
|
23
|
+
@oclif/plugin-test-core-v3/0.1.68 linux-x64 node-v22.17.1
|
|
24
24
|
$ corev3 --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ corev3 COMMAND
|
|
@@ -60,7 +60,7 @@ GLOBAL FLAGS
|
|
|
60
60
|
--json Format output as json.
|
|
61
61
|
```
|
|
62
62
|
|
|
63
|
-
_See code: [src/commands/core-v3.ts](https://github.com/oclif/plugin-test-core-v3/blob/v0.1.
|
|
63
|
+
_See code: [src/commands/core-v3.ts](https://github.com/oclif/plugin-test-core-v3/blob/v0.1.68/src/commands/core-v3.ts)_
|
|
64
64
|
|
|
65
65
|
## `corev3 hello PERSON`
|
|
66
66
|
|
|
@@ -84,7 +84,7 @@ EXAMPLES
|
|
|
84
84
|
hello friend from oclif! (./src/commands/hello/index.ts)
|
|
85
85
|
```
|
|
86
86
|
|
|
87
|
-
_See code: [src/commands/hello/index.ts](https://github.com/oclif/plugin-test-core-v3/blob/v0.1.
|
|
87
|
+
_See code: [src/commands/hello/index.ts](https://github.com/oclif/plugin-test-core-v3/blob/v0.1.68/src/commands/hello/index.ts)_
|
|
88
88
|
|
|
89
89
|
## `corev3 hello world`
|
|
90
90
|
|
|
@@ -102,7 +102,7 @@ EXAMPLES
|
|
|
102
102
|
hello world! (./src/commands/hello/world.ts)
|
|
103
103
|
```
|
|
104
104
|
|
|
105
|
-
_See code: [src/commands/hello/world.ts](https://github.com/oclif/plugin-test-core-v3/blob/v0.1.
|
|
105
|
+
_See code: [src/commands/hello/world.ts](https://github.com/oclif/plugin-test-core-v3/blob/v0.1.68/src/commands/hello/world.ts)_
|
|
106
106
|
|
|
107
107
|
## `corev3 help [COMMAND]`
|
|
108
108
|
|
|
@@ -122,7 +122,7 @@ DESCRIPTION
|
|
|
122
122
|
Display help for corev3.
|
|
123
123
|
```
|
|
124
124
|
|
|
125
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.
|
|
125
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.32/src/commands/help.ts)_
|
|
126
126
|
|
|
127
127
|
## `corev3 plugins`
|
|
128
128
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/plugin-test-core-v3",
|
|
3
3
|
"description": "Test plugin that uses @oclif/core v3",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.68",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"corev3": "./bin/run.js"
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"@types/mocha": "^10",
|
|
21
21
|
"@types/node": "^18",
|
|
22
22
|
"chai": "^4",
|
|
23
|
-
"eslint": "^9.
|
|
24
|
-
"eslint-config-oclif": "^6.0.
|
|
23
|
+
"eslint": "^9.32.0",
|
|
24
|
+
"eslint-config-oclif": "^6.0.89",
|
|
25
25
|
"eslint-config-prettier": "^10.1.8",
|
|
26
26
|
"mocha": "^10",
|
|
27
27
|
"oclif": "^4",
|