Skip to content

Commit aa275e9

Browse files
authored
Merge pull request #2540 from salesforcecli/release/2.118.20
Release PR for 2.118.20 as latest-rc
2 parents a419b2c + 1b1ccd7 commit aa275e9

3 files changed

Lines changed: 75 additions & 45 deletions

File tree

README.md

Lines changed: 54 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525
$ sf COMMAND
2626
running command...
2727
$ sf (--version|-v)
28-
@salesforce/cli/2.118.19 linux-x64 node-v22.21.1
28+
@salesforce/cli/2.118.20 linux-x64 node-v22.21.1
2929
$ sf --help [COMMAND]
3030
USAGE
3131
$ sf COMMAND
@@ -7870,7 +7870,7 @@ FLAG DESCRIPTIONS
78707870
If you specify this flag, don’t specify --metadata or --source-dir.
78717871
```
78727872

7873-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/convert/mdapi.ts)_
7873+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/convert/mdapi.ts)_
78747874

78757875
## `sf project convert source`
78767876

@@ -7943,7 +7943,7 @@ FLAG DESCRIPTIONS
79437943
Override the api version used for api requests made by this command
79447944
```
79457945

7946-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/convert/source.ts)_
7946+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/convert/source.ts)_
79477947

79487948
## `sf project convert source-behavior`
79497949

@@ -8002,7 +8002,7 @@ EXAMPLES
80028002
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
80038003
```
80048004

8005-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/convert/source-behavior.ts)_
8005+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/convert/source-behavior.ts)_
80068006

80078007
## `sf project delete source`
80088008

@@ -8117,8 +8117,19 @@ FLAG DESCRIPTIONS
81178117
81188118
- RunAllTestsInOrg — All tests in your org are run, including tests of managed packages.
81198119
8120+
- RunRelevantTests (Beta) — Runs only tests that are relevant to the files being deployed. Salesforce automatically
8121+
identifies the relevant tests based on an analysis of the deployment payload and the payload dependencies. For
8122+
fine-grained control, you can also annotate test classes so that they always run in certain conditions. See "@IsTest
8123+
Annotation" in the "Apex Developer Guide"
8124+
(https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_annotation_isTest.htm). Each
8125+
class and trigger in the deployment package must be covered by the executed tests for a minimum of 75% code
8126+
coverage. This coverage is computed for each class and triggers individually and is different than the overall
8127+
coverage percentage.
8128+
81208129
If you don’t specify a test level, the default behavior depends on the contents of your deployment package and
8121-
target org. For more information, see “Running Tests in a Deployment” in the Metadata API Developer Guide.
8130+
target org. For more information, see "Running Tests in a Deployment"
8131+
(https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm) in the
8132+
"Metadata API Developer Guide".
81228133
81238134
-m, --metadata=<value>... Metadata components to delete.
81248135
@@ -8144,7 +8155,7 @@ FLAG DESCRIPTIONS
81448155
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
81458156
```
81468157

8147-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/delete/source.ts)_
8158+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/delete/source.ts)_
81488159

81498160
## `sf project delete tracking`
81508161

@@ -8181,7 +8192,7 @@ EXAMPLES
81818192
$ sf project delete tracking --target-org my-scratch
81828193
```
81838194

8184-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/delete/tracking.ts)_
8195+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/delete/tracking.ts)_
81858196

81868197
## `sf project deploy cancel`
81878198

@@ -8253,7 +8264,7 @@ FLAG DESCRIPTIONS
82538264
project deploy report".
82548265
```
82558266

8256-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/deploy/cancel.ts)_
8267+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/deploy/cancel.ts)_
82578268

82588269
## `sf project deploy preview`
82598270

@@ -8336,7 +8347,7 @@ FLAG DESCRIPTIONS
83368347
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
83378348
```
83388349

8339-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/deploy/preview.ts)_
8350+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/deploy/preview.ts)_
83408351

83418352
## `sf project deploy quick`
83428353

@@ -8429,7 +8440,7 @@ ERROR CODES
84298440
Canceling (69) The deploy is being canceled.
84308441
```
84318442

8432-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/deploy/quick.ts)_
8443+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/deploy/quick.ts)_
84338444

84348445
## `sf project deploy report`
84358446

@@ -8521,7 +8532,7 @@ FLAG DESCRIPTIONS
85218532
--coverage-formatters lcov --coverage-formatters clover
85228533
```
85238534

8524-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/deploy/report.ts)_
8535+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/deploy/report.ts)_
85258536

85268537
## `sf project deploy resume`
85278538

@@ -8618,7 +8629,7 @@ ERROR CODES
86188629
Canceling (69) The deploy is being canceled.
86198630
```
86208631

8621-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/deploy/resume.ts)_
8632+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/deploy/resume.ts)_
86228633

86238634
## `sf project deploy start`
86248635

@@ -8816,12 +8827,19 @@ FLAG DESCRIPTIONS
88168827
88178828
- RunAllTestsInOrg — All tests in your org are run, including tests of managed packages.
88188829
8819-
- RunRelevantTests — Runs only tests that are relevant to the files being deployed.
8830+
- RunRelevantTests (Beta) — Runs only tests that are relevant to the files being deployed. Salesforce automatically
8831+
identifies the relevant tests based on an analysis of the deployment payload and the payload dependencies. For
8832+
fine-grained control, you can also annotate test classes so that they always run in certain conditions. See "@IsTest
8833+
Annotation" in the "Apex Developer Guide"
8834+
(https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_annotation_isTest.htm). Each
8835+
class and trigger in the deployment package must be covered by the executed tests for a minimum of 75% code
8836+
coverage. This coverage is computed for each class and triggers individually and is different than the overall
8837+
coverage percentage.
88208838
88218839
If you don’t specify a test level, the default behavior depends on the contents of your deployment package and
8822-
target org. For more information, see [Running Tests in a
8823-
Deployment](https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm)
8824-
in the "Metadata API Developer Guide".
8840+
target org. For more information, see "Running Tests in a Deployment"
8841+
(https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm) in the
8842+
"Metadata API Developer Guide".
88258843
88268844
-r, --ignore-errors Ignore any errors and don’t roll back deployment.
88278845
@@ -8877,7 +8895,7 @@ ERROR CODES
88778895
Canceling (69) The deploy is being canceled.
88788896
```
88798897

8880-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/deploy/start.ts)_
8898+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/deploy/start.ts)_
88818899

88828900
## `sf project deploy validate`
88838901

@@ -9018,7 +9036,19 @@ FLAG DESCRIPTIONS
90189036
90199037
- RunAllTestsInOrg — All tests in your org are run, including tests of managed packages.
90209038
9021-
- RunRelevantTests — Runs only tests that are relevant to the files being deployed.
9039+
- RunRelevantTests (Beta) — Runs only tests that are relevant to the files being deployed. Salesforce automatically
9040+
identifies the relevant tests based on an analysis of the deployment payload and the payload dependencies. For
9041+
fine-grained control, you can also annotate test classes so that they always run in certain conditions. See "@IsTest
9042+
Annotation" in the "Apex Developer Guide"
9043+
(https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_classes_annotation_isTest.htm). Each
9044+
class and trigger in the deployment package must be covered by the executed tests for a minimum of 75% code
9045+
coverage. This coverage is computed for each class and triggers individually and is different than the overall
9046+
coverage percentage.
9047+
9048+
If you don’t specify a test level, the default behavior depends on the contents of your deployment package and
9049+
target org. For more information, see "Running Tests in a Deployment"
9050+
(https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm) in the
9051+
"Metadata API Developer Guide".
90229052
90239053
-t, --tests=<value>... Apex tests to run when --test-level is RunSpecifiedTests.
90249054
@@ -9069,7 +9099,7 @@ ERROR CODES
90699099
Canceling (69) The deploy is being canceled.
90709100
```
90719101

9072-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/deploy/validate.ts)_
9102+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/deploy/validate.ts)_
90739103

90749104
## `sf project generate`
90759105

@@ -9270,7 +9300,7 @@ EXAMPLES
92709300
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
92719301
```
92729302

9273-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/generate/manifest.ts)_
9303+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/generate/manifest.ts)_
92749304

92759305
## `sf project list ignored`
92769306

@@ -9312,7 +9342,7 @@ EXAMPLES
93129342
$ sf project list ignored --source-dir package.xml
93139343
```
93149344

9315-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/list/ignored.ts)_
9345+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/list/ignored.ts)_
93169346

93179347
## `sf project reset tracking`
93189348

@@ -9361,7 +9391,7 @@ EXAMPLES
93619391
$ sf project reset tracking --revision 30
93629392
```
93639393

9364-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/reset/tracking.ts)_
9394+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/reset/tracking.ts)_
93659395

93669396
## `sf project retrieve preview`
93679397

@@ -9415,7 +9445,7 @@ FLAG DESCRIPTIONS
94159445
production orgs.
94169446
```
94179447

9418-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/retrieve/preview.ts)_
9448+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/retrieve/preview.ts)_
94199449

94209450
## `sf project retrieve start`
94219451

@@ -9596,7 +9626,7 @@ ENVIRONMENT VARIABLES
95969626
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
95979627
```
95989628

9599-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.2/src/commands/project/retrieve/start.ts)_
9629+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.5/src/commands/project/retrieve/start.ts)_
96009630

96019631
## `sf schema generate field`
96029632

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/cli",
33
"description": "The Salesforce CLI",
4-
"version": "2.118.19",
4+
"version": "2.118.20",
55
"author": "Salesforce",
66
"bin": {
77
"sf": "./bin/run.js",
@@ -162,7 +162,7 @@
162162
"@salesforce/plugin-api": "1.3.6",
163163
"@salesforce/plugin-auth": "3.9.26",
164164
"@salesforce/plugin-data": "4.0.67",
165-
"@salesforce/plugin-deploy-retrieve": "3.24.2",
165+
"@salesforce/plugin-deploy-retrieve": "3.24.5",
166166
"@salesforce/plugin-info": "3.4.100",
167167
"@salesforce/plugin-limits": "3.3.74",
168168
"@salesforce/plugin-marketplace": "1.3.8",

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2111,7 +2111,7 @@
21112111
strip-ansi "6.0.1"
21122112
ts-retry-promise "^0.8.1"
21132113

2114-
"@salesforce/core@^8.18.1", "@salesforce/core@^8.18.7", "@salesforce/core@^8.23.4", "@salesforce/core@^8.23.5", "@salesforce/core@^8.23.7", "@salesforce/core@^8.24.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.1", "@salesforce/core@^8.8.5", "@salesforce/core@^8.9.1":
2114+
"@salesforce/core@^8.18.1", "@salesforce/core@^8.18.7", "@salesforce/core@^8.23.5", "@salesforce/core@^8.23.7", "@salesforce/core@^8.24.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.1", "@salesforce/core@^8.8.5", "@salesforce/core@^8.9.1":
21152115
version "8.24.0"
21162116
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.24.0.tgz#13426f9f3b5ed0ec126b8009e5eda68e03db0401"
21172117
integrity sha512-8Ra5RT95bRkmHmaaFgABwkXbnHNSNS7l9gbJzJgO6VQpaEeytGPPyymnAE7TcTM2xp/QwlXn+PgX4biX7Lb7JA==
@@ -2306,21 +2306,21 @@
23062306
terminal-link "^3.0.0"
23072307
zod "^4.2.1"
23082308

2309-
"@salesforce/plugin-deploy-retrieve@3.24.2":
2310-
version "3.24.2"
2311-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.24.2.tgz#0ea79df03efc2017957fbf447ffd3603615773cf"
2312-
integrity sha512-EBCyCM4gngV8xmPGyLeffWE418HPh5xQ0NFOPMQDgAt8YBI30SqExMO0chheP6ZDMUJ2JOj/HM5fxi3ECLUMwQ==
2309+
"@salesforce/plugin-deploy-retrieve@3.24.5":
2310+
version "3.24.5"
2311+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.24.5.tgz#788555bbc04dda7e892b86f0761e2619b9083633"
2312+
integrity sha512-rbtjvmnYmgJkrSPRdbyuNjdbMm854vyaiylLhJF8pMimDRjOSlKlQqyKPBqIXCmwYusw4e5ntvOV3KaTAzOFWg==
23132313
dependencies:
23142314
"@inquirer/prompts" "^7.8.3"
23152315
"@oclif/core" "^4.8.0"
23162316
"@oclif/multi-stage-output" "^0.8.28"
23172317
"@salesforce/apex-node" "^8.3.5"
2318-
"@salesforce/core" "^8.23.4"
2318+
"@salesforce/core" "^8.24.0"
23192319
"@salesforce/kit" "^3.2.4"
23202320
"@salesforce/plugin-info" "^3.4.93"
23212321
"@salesforce/sf-plugins-core" "^12.2.5"
2322-
"@salesforce/source-deploy-retrieve" "^12.28.0"
2323-
"@salesforce/source-tracking" "^7.6.0"
2322+
"@salesforce/source-deploy-retrieve" "^12.31.2"
2323+
"@salesforce/source-tracking" "^7.8.0"
23242324
"@salesforce/ts-types" "^2.0.12"
23252325
ansis "^3.17.0"
23262326
terminal-link "^3.0.0"
@@ -2548,12 +2548,12 @@
25482548
string-width "^7.2.0"
25492549
terminal-link "^3.0.0"
25502550

2551-
"@salesforce/source-deploy-retrieve@^12.26.1", "@salesforce/source-deploy-retrieve@^12.28.0", "@salesforce/source-deploy-retrieve@^12.30.0", "@salesforce/source-deploy-retrieve@^12.31.0":
2552-
version "12.31.0"
2553-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.0.tgz#aed7aac22831b802c44069bdbb50c4f22883cef0"
2554-
integrity sha512-imRP5qo+7NT0/UVQcGAJQPWdmD9wlBWQL4Q+rgQvFhea0nGi+ER13cPIwvr8eGTN+wwgWoMeLSfekC3kGVTDfQ==
2551+
"@salesforce/source-deploy-retrieve@^12.30.0", "@salesforce/source-deploy-retrieve@^12.31.0", "@salesforce/source-deploy-retrieve@^12.31.2":
2552+
version "12.31.2"
2553+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.2.tgz#bd3a61185139c9848ad3f936066873b6afc25e04"
2554+
integrity sha512-1yfISW9jPxf6k1vkUAfXSXmuFz8YhvvWAcPlEYodlC+6wTIzeuDD94kJ+YB/zOymXEGedHthZllXXxNs+nS1pA==
25552555
dependencies:
2556-
"@salesforce/core" "^8.23.4"
2556+
"@salesforce/core" "^8.24.0"
25572557
"@salesforce/kit" "^3.2.4"
25582558
"@salesforce/ts-types" "^2.0.12"
25592559
"@salesforce/types" "^1.5.0"
@@ -2568,14 +2568,14 @@
25682568
proxy-agent "^6.4.0"
25692569
yaml "^2.8.1"
25702570

2571-
"@salesforce/source-tracking@^7.6.0":
2572-
version "7.6.0"
2573-
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.6.0.tgz#4b030c6f477b734215365355a8c77be90621d2eb"
2574-
integrity sha512-Rba6Vm5dN+PRzC1Ls5pMPOVkmd0jwJKbaXVl8SNS+2YaYIX8B9Z2j5x8KUxEHekQSIQsVCOt7nj8T5v2KYQQ6w==
2571+
"@salesforce/source-tracking@^7.8.0":
2572+
version "7.8.0"
2573+
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-7.8.0.tgz#6379d553671a05b8e0d890f3de8dff2840a6de95"
2574+
integrity sha512-5343ikDjNMKBwU0VxIb9GOtWTPshLejhepstxLhxZsezjuPyihcB2ERFV3wB574EMPNqnSahHYOZEBj0Fx5suw==
25752575
dependencies:
2576-
"@salesforce/core" "^8.23.4"
2576+
"@salesforce/core" "^8.23.5"
25772577
"@salesforce/kit" "^3.2.4"
2578-
"@salesforce/source-deploy-retrieve" "^12.26.1"
2578+
"@salesforce/source-deploy-retrieve" "^12.30.0"
25792579
"@salesforce/ts-types" "^2.0.12"
25802580
fast-xml-parser "^4.5.3"
25812581
graceful-fs "^4.2.11"

0 commit comments

Comments
 (0)