@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525$ sf COMMAND
2626running 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]
3030USAGE
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
0 commit comments