@salesforce/plugin-apex 3.0.7 → 3.0.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/messages/runtest.md +1 -1
- package/oclif.lock +53 -12
- package/oclif.manifest.json +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -145,7 +145,7 @@ FLAG DESCRIPTIONS
|
|
|
145
145
|
directory.
|
|
146
146
|
```
|
|
147
147
|
|
|
148
|
-
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
148
|
+
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.8/src/commands/apex/get/log.ts)_
|
|
149
149
|
|
|
150
150
|
## `sf apex get test`
|
|
151
151
|
|
|
@@ -197,7 +197,7 @@ EXAMPLES
|
|
|
197
197
|
me@myorg',
|
|
198
198
|
```
|
|
199
199
|
|
|
200
|
-
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
200
|
+
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.8/src/commands/apex/get/test.ts)_
|
|
201
201
|
|
|
202
202
|
## `sf apex list log`
|
|
203
203
|
|
|
@@ -235,7 +235,7 @@ EXAMPLES
|
|
|
235
235
|
$ sf apex list log --target-org me@my.org
|
|
236
236
|
```
|
|
237
237
|
|
|
238
|
-
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
238
|
+
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.8/src/commands/apex/list/log.ts)_
|
|
239
239
|
|
|
240
240
|
## `sf apex run`
|
|
241
241
|
|
|
@@ -280,7 +280,7 @@ EXAMPLES
|
|
|
280
280
|
$ sf apex run
|
|
281
281
|
```
|
|
282
282
|
|
|
283
|
-
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
283
|
+
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.8/src/commands/apex/run.ts)_
|
|
284
284
|
|
|
285
285
|
## `sf apex run test`
|
|
286
286
|
|
|
@@ -301,7 +301,7 @@ FLAGS
|
|
|
301
301
|
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
302
302
|
-r, --result-format=<option> [default: human] Format of the test results.
|
|
303
303
|
<options: human|tap|junit|json>
|
|
304
|
-
-s, --suite-names=<value>... Apex test suite names to run
|
|
304
|
+
-s, --suite-names=<value>... Apex test suite names to run.
|
|
305
305
|
-t, --tests=<value>... Apex test class names or IDs and, if applicable, test methods to run; default is all
|
|
306
306
|
tests.
|
|
307
307
|
-v, --detailed-coverage Display detailed code coverage per test.
|
|
@@ -373,7 +373,7 @@ FLAG DESCRIPTIONS
|
|
|
373
373
|
For multiple classes, repeat the flag for each.
|
|
374
374
|
--class-names Class1 --class-names Class2
|
|
375
375
|
|
|
376
|
-
-s, --suite-names=<value>... Apex test suite names to run
|
|
376
|
+
-s, --suite-names=<value>... Apex test suite names to run.
|
|
377
377
|
|
|
378
378
|
If you select --suite-names, you can't specify --class-names or --tests.
|
|
379
379
|
For multiple suites, repeat the flag for each.
|
|
@@ -386,7 +386,7 @@ FLAG DESCRIPTIONS
|
|
|
386
386
|
--tests Test1 --tests Test2
|
|
387
387
|
```
|
|
388
388
|
|
|
389
|
-
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
389
|
+
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.8/src/commands/apex/run/test.ts)_
|
|
390
390
|
|
|
391
391
|
## `sf apex tail log`
|
|
392
392
|
|
|
@@ -425,6 +425,6 @@ EXAMPLES
|
|
|
425
425
|
$ sf apex tail log --color --skip-trace-flag
|
|
426
426
|
```
|
|
427
427
|
|
|
428
|
-
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
428
|
+
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.8/src/commands/apex/tail/log.ts)_
|
|
429
429
|
|
|
430
430
|
<!-- commandsstop -->
|
package/messages/runtest.md
CHANGED
package/oclif.lock
CHANGED
|
@@ -962,14 +962,14 @@
|
|
|
962
962
|
istanbul-lib-report "^3.0.1"
|
|
963
963
|
istanbul-reports "^3.1.6"
|
|
964
964
|
|
|
965
|
-
"@salesforce/cli-plugins-testkit@^5.0.
|
|
966
|
-
version "5.0.
|
|
967
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.0.
|
|
968
|
-
integrity sha512-
|
|
965
|
+
"@salesforce/cli-plugins-testkit@^5.0.5":
|
|
966
|
+
version "5.0.5"
|
|
967
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.0.5.tgz#54a4ec57a10b10b3e3040cfb754972666a3ec100"
|
|
968
|
+
integrity sha512-TketFUfimWg7T0LJGaXtfelvp6Zy3i2sYwuULSBYiyPceqUTZJXPXNzbHC987b6E3OcT4K6mIxLiVbF//kzvMQ==
|
|
969
969
|
dependencies:
|
|
970
|
-
"@salesforce/core" "^
|
|
970
|
+
"@salesforce/core" "^6.2.0"
|
|
971
971
|
"@salesforce/kit" "^3.0.15"
|
|
972
|
-
"@salesforce/ts-types" "^2.0.
|
|
972
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
973
973
|
"@types/shelljs" "^0.8.15"
|
|
974
974
|
debug "^4.3.1"
|
|
975
975
|
jszip "^3.10.1"
|
|
@@ -1001,6 +1001,30 @@
|
|
|
1001
1001
|
semver "^7.5.4"
|
|
1002
1002
|
ts-retry-promise "^0.7.1"
|
|
1003
1003
|
|
|
1004
|
+
"@salesforce/core@^6.2.0":
|
|
1005
|
+
version "6.2.0"
|
|
1006
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.2.0.tgz#9bac72c0b48c733cf1d32d19f9775c34d895f207"
|
|
1007
|
+
integrity sha512-HuggjBCLA18yXYHChnsrPDGbM+fAPx+9NeS7Dkx3/o1VhJ2hok5BUkvdaeoAVex/0Oc2J+KcvX/gqrjY51iOhQ==
|
|
1008
|
+
dependencies:
|
|
1009
|
+
"@salesforce/kit" "^3.0.15"
|
|
1010
|
+
"@salesforce/schemas" "^1.6.1"
|
|
1011
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
1012
|
+
"@types/semver" "^7.5.4"
|
|
1013
|
+
ajv "^8.12.0"
|
|
1014
|
+
change-case "^4.1.2"
|
|
1015
|
+
faye "^1.4.0"
|
|
1016
|
+
form-data "^4.0.0"
|
|
1017
|
+
js2xmlparser "^4.0.1"
|
|
1018
|
+
jsforce "^2.0.0-beta.28"
|
|
1019
|
+
jsonwebtoken "9.0.2"
|
|
1020
|
+
jszip "3.10.1"
|
|
1021
|
+
pino "^8.16.2"
|
|
1022
|
+
pino-abstract-transport "^1.1.0"
|
|
1023
|
+
pino-pretty "^10.2.3"
|
|
1024
|
+
proper-lockfile "^4.1.2"
|
|
1025
|
+
semver "^7.5.4"
|
|
1026
|
+
ts-retry-promise "^0.7.1"
|
|
1027
|
+
|
|
1004
1028
|
"@salesforce/dev-config@^4.0.1":
|
|
1005
1029
|
version "4.1.0"
|
|
1006
1030
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
@@ -1094,7 +1118,7 @@
|
|
|
1094
1118
|
chalk "^4"
|
|
1095
1119
|
inquirer "^8.2.5"
|
|
1096
1120
|
|
|
1097
|
-
"@salesforce/ts-types@^2.0.
|
|
1121
|
+
"@salesforce/ts-types@^2.0.7", "@salesforce/ts-types@^2.0.9":
|
|
1098
1122
|
version "2.0.9"
|
|
1099
1123
|
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.9.tgz#66bff7b41720065d6b01631b6f6a3ccca02857c5"
|
|
1100
1124
|
integrity sha512-boUD9jw5vQpTCPCCmK/NFTWjSuuW+lsaxOynkyNXLW+zxOc4GDjhtKc4j0vWZJQvolpafbyS8ZLFHZJvs12gYA==
|
|
@@ -5789,10 +5813,10 @@ object.values@^1.1.7:
|
|
|
5789
5813
|
define-properties "^1.2.0"
|
|
5790
5814
|
es-abstract "^1.22.1"
|
|
5791
5815
|
|
|
5792
|
-
oclif@^4.0.
|
|
5793
|
-
version "4.0.
|
|
5794
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.
|
|
5795
|
-
integrity sha512-
|
|
5816
|
+
oclif@^4.0.4:
|
|
5817
|
+
version "4.0.4"
|
|
5818
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.4.tgz#ee05d5339fa1aad8fb6a303e53f4618feba86a5e"
|
|
5819
|
+
integrity sha512-2rebdu1Ow9/TRolMI7s1IsJmKH7RpwlBzIKZFtE8eFiDmGenX6GEsWaxSEtgMXmzCSSQ1DbCRDv0hwcwVGIJuA==
|
|
5796
5820
|
dependencies:
|
|
5797
5821
|
"@oclif/core" "^3.0.4"
|
|
5798
5822
|
"@oclif/plugin-help" "^5.2.14"
|
|
@@ -6147,7 +6171,7 @@ pify@^4.0.1:
|
|
|
6147
6171
|
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
|
|
6148
6172
|
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
|
|
6149
6173
|
|
|
6150
|
-
pino-abstract-transport@^1.0.0, pino-abstract-transport@v1.1.0:
|
|
6174
|
+
pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-transport@v1.1.0:
|
|
6151
6175
|
version "1.1.0"
|
|
6152
6176
|
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.1.0.tgz#083d98f966262164504afb989bccd05f665937a8"
|
|
6153
6177
|
integrity sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==
|
|
@@ -6197,6 +6221,23 @@ pino@^8.16.0:
|
|
|
6197
6221
|
sonic-boom "^3.7.0"
|
|
6198
6222
|
thread-stream "^2.0.0"
|
|
6199
6223
|
|
|
6224
|
+
pino@^8.16.2:
|
|
6225
|
+
version "8.16.2"
|
|
6226
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.2.tgz#7a906f2d9a8c5b4c57412c9ca95d6820bd2090cd"
|
|
6227
|
+
integrity sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg==
|
|
6228
|
+
dependencies:
|
|
6229
|
+
atomic-sleep "^1.0.0"
|
|
6230
|
+
fast-redact "^3.1.1"
|
|
6231
|
+
on-exit-leak-free "^2.1.0"
|
|
6232
|
+
pino-abstract-transport v1.1.0
|
|
6233
|
+
pino-std-serializers "^6.0.0"
|
|
6234
|
+
process-warning "^2.0.0"
|
|
6235
|
+
quick-format-unescaped "^4.0.3"
|
|
6236
|
+
real-require "^0.2.0"
|
|
6237
|
+
safe-stable-stringify "^2.3.1"
|
|
6238
|
+
sonic-boom "^3.7.0"
|
|
6239
|
+
thread-stream "^2.0.0"
|
|
6240
|
+
|
|
6200
6241
|
pkg-dir@^4.1.0, pkg-dir@^4.2.0:
|
|
6201
6242
|
version "4.2.0"
|
|
6202
6243
|
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
|
package/oclif.manifest.json
CHANGED
|
@@ -669,7 +669,7 @@
|
|
|
669
669
|
"tests"
|
|
670
670
|
],
|
|
671
671
|
"name": "suite-names",
|
|
672
|
-
"summary": "Apex test suite names to run
|
|
672
|
+
"summary": "Apex test suite names to run.",
|
|
673
673
|
"delimiter": ",",
|
|
674
674
|
"hasDynamicHelp": false,
|
|
675
675
|
"multiple": true,
|
|
@@ -909,5 +909,5 @@
|
|
|
909
909
|
]
|
|
910
910
|
}
|
|
911
911
|
},
|
|
912
|
-
"version": "3.0.
|
|
912
|
+
"version": "3.0.8"
|
|
913
913
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-apex",
|
|
3
3
|
"description": "Apex commands",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.8",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@oclif/plugin-command-snapshot": "^5.0.2",
|
|
18
|
-
"@salesforce/cli-plugins-testkit": "^5.0.
|
|
18
|
+
"@salesforce/cli-plugins-testkit": "^5.0.5",
|
|
19
19
|
"@salesforce/dev-scripts": "^6.0.3",
|
|
20
20
|
"@salesforce/plugin-command-reference": "^3.0.46",
|
|
21
21
|
"@types/color-convert": "^2.0.3",
|
|
22
22
|
"eslint-plugin-sf-plugin": "^1.16.15",
|
|
23
|
-
"oclif": "^4.0.
|
|
23
|
+
"oclif": "^4.0.4",
|
|
24
24
|
"shx": "^0.3.4",
|
|
25
25
|
"ts-node": "^10.9.1",
|
|
26
26
|
"typescript": "^5.2.2"
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"exports": "./lib/index.js",
|
|
213
213
|
"type": "module",
|
|
214
214
|
"sfdx": {
|
|
215
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.
|
|
216
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.
|
|
215
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.8.crt",
|
|
216
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.8.sig"
|
|
217
217
|
}
|
|
218
218
|
}
|