@salesforce/cli 2.127.1 → 2.127.2

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 CHANGED
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
25
25
  $ sf COMMAND
26
26
  running command...
27
27
  $ sf (--version|-v)
28
- @salesforce/cli/2.127.1 linux-x64 node-v22.22.0
28
+ @salesforce/cli/2.127.2 linux-x64 node-v22.22.0
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -2318,7 +2318,7 @@ EXAMPLES
2318
2318
  $ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
2319
2319
  ```
2320
2320
 
2321
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/bulk/results.ts)_
2321
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.77/src/commands/data/bulk/results.ts)_
2322
2322
 
2323
2323
  ## `sf data create file`
2324
2324
 
@@ -2367,7 +2367,7 @@ EXAMPLES
2367
2367
  $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
2368
2368
  ```
2369
2369
 
2370
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/create/file.ts)_
2370
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.77/src/commands/data/create/file.ts)_
2371
2371
 
2372
2372
  ## `sf data create record`
2373
2373
 
@@ -2423,7 +2423,7 @@ EXAMPLES
2423
2423
  TracedEntityId=01p17000000R6bLAAS"
2424
2424
  ```
2425
2425
 
2426
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/create/record.ts)_
2426
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.77/src/commands/data/create/record.ts)_
2427
2427
 
2428
2428
  ## `sf data delete bulk`
2429
2429
 
@@ -2482,7 +2482,7 @@ FLAG DESCRIPTIONS
2482
2482
  and can be enabled only by a system administrator.
2483
2483
  ```
2484
2484
 
2485
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/delete/bulk.ts)_
2485
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.77/src/commands/data/delete/bulk.ts)_
2486
2486
 
2487
2487
  ## `sf data delete record`
2488
2488
 
@@ -2543,7 +2543,7 @@ EXAMPLES
2543
2543
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
2544
2544
  ```
2545
2545
 
2546
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/delete/record.ts)_
2546
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.77/src/commands/data/delete/record.ts)_
2547
2547
 
2548
2548
  ## `sf data delete resume`
2549
2549
 
@@ -2582,7 +2582,7 @@ EXAMPLES
2582
2582
  $ sf data delete resume --use-most-recent --target-org my-scratch
2583
2583
  ```
2584
2584
 
2585
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/delete/resume.ts)_
2585
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.77/src/commands/data/delete/resume.ts)_
2586
2586
 
2587
2587
  ## `sf data export bulk`
2588
2588
 
@@ -2649,7 +2649,7 @@ EXAMPLES
2649
2649
  --result-format json --wait 10 --all-rows
2650
2650
  ```
2651
2651
 
2652
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/export/bulk.ts)_
2652
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.77/src/commands/data/export/bulk.ts)_
2653
2653
 
2654
2654
  ## `sf data export resume`
2655
2655
 
@@ -2688,7 +2688,7 @@ EXAMPLES
2688
2688
  $ sf data export resume --use-most-recent
2689
2689
  ```
2690
2690
 
2691
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/export/resume.ts)_
2691
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.77/src/commands/data/export/resume.ts)_
2692
2692
 
2693
2693
  ## `sf data export tree`
2694
2694
 
@@ -2748,7 +2748,7 @@ EXAMPLES
2748
2748
  my-scratch
2749
2749
  ```
2750
2750
 
2751
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/export/tree.ts)_
2751
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.77/src/commands/data/export/tree.ts)_
2752
2752
 
2753
2753
  ## `sf data get record`
2754
2754
 
@@ -2812,7 +2812,7 @@ EXAMPLES
2812
2812
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
2813
2813
  ```
2814
2814
 
2815
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/get/record.ts)_
2815
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.77/src/commands/data/get/record.ts)_
2816
2816
 
2817
2817
  ## `sf data import bulk`
2818
2818
 
@@ -2864,7 +2864,7 @@ EXAMPLES
2864
2864
  $ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
2865
2865
  ```
2866
2866
 
2867
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/import/bulk.ts)_
2867
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.77/src/commands/data/import/bulk.ts)_
2868
2868
 
2869
2869
  ## `sf data import resume`
2870
2870
 
@@ -2900,7 +2900,7 @@ EXAMPLES
2900
2900
  $ sf data import resume --use-most-recent --target-org my-scratch
2901
2901
  ```
2902
2902
 
2903
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/import/resume.ts)_
2903
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.77/src/commands/data/import/resume.ts)_
2904
2904
 
2905
2905
  ## `sf data import tree`
2906
2906
 
@@ -2964,7 +2964,7 @@ FLAG DESCRIPTIONS
2964
2964
  - files(array) - Files: An array of files paths to load
2965
2965
  ```
2966
2966
 
2967
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/import/tree.ts)_
2967
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.77/src/commands/data/import/tree.ts)_
2968
2968
 
2969
2969
  ## `sf data query`
2970
2970
 
@@ -3017,7 +3017,7 @@ EXAMPLES
3017
3017
  $ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
3018
3018
  ```
3019
3019
 
3020
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/query.ts)_
3020
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.77/src/commands/data/query.ts)_
3021
3021
 
3022
3022
  ## `sf data resume`
3023
3023
 
@@ -3054,7 +3054,7 @@ EXAMPLES
3054
3054
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
3055
3055
  ```
3056
3056
 
3057
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/resume.ts)_
3057
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.77/src/commands/data/resume.ts)_
3058
3058
 
3059
3059
  ## `sf data search`
3060
3060
 
@@ -3104,7 +3104,7 @@ EXAMPLES
3104
3104
  $ sf data search --file query.txt --target-org my-scratch --result-format csv
3105
3105
  ```
3106
3106
 
3107
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/search.ts)_
3107
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.77/src/commands/data/search.ts)_
3108
3108
 
3109
3109
  ## `sf data update bulk`
3110
3110
 
@@ -3159,7 +3159,7 @@ EXAMPLES
3159
3159
  $ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
3160
3160
  ```
3161
3161
 
3162
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/update/bulk.ts)_
3162
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.77/src/commands/data/update/bulk.ts)_
3163
3163
 
3164
3164
  ## `sf data update record`
3165
3165
 
@@ -3221,7 +3221,7 @@ EXAMPLES
3221
3221
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
3222
3222
  ```
3223
3223
 
3224
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/update/record.ts)_
3224
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.77/src/commands/data/update/record.ts)_
3225
3225
 
3226
3226
  ## `sf data update resume`
3227
3227
 
@@ -3260,7 +3260,7 @@ EXAMPLES
3260
3260
  $ sf data update resume --use-most-recent
3261
3261
  ```
3262
3262
 
3263
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/update/resume.ts)_
3263
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.77/src/commands/data/update/resume.ts)_
3264
3264
 
3265
3265
  ## `sf data upsert bulk`
3266
3266
 
@@ -3316,7 +3316,7 @@ EXAMPLES
3316
3316
  my-scratch
3317
3317
  ```
3318
3318
 
3319
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/upsert/bulk.ts)_
3319
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.77/src/commands/data/upsert/bulk.ts)_
3320
3320
 
3321
3321
  ## `sf data upsert resume`
3322
3322
 
@@ -3355,7 +3355,7 @@ EXAMPLES
3355
3355
  $ sf data upsert resume --use-most-recent --target-org my-scratch
3356
3356
  ```
3357
3357
 
3358
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/data/upsert/resume.ts)_
3358
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.77/src/commands/data/upsert/resume.ts)_
3359
3359
 
3360
3360
  ## `sf doctor`
3361
3361
 
@@ -3450,7 +3450,7 @@ EXAMPLES
3450
3450
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
3451
3451
  ```
3452
3452
 
3453
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/force/data/bulk/delete.ts)_
3453
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.77/src/commands/force/data/bulk/delete.ts)_
3454
3454
 
3455
3455
  ## `sf force data bulk status`
3456
3456
 
@@ -3487,7 +3487,7 @@ EXAMPLES
3487
3487
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
3488
3488
  ```
3489
3489
 
3490
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/force/data/bulk/status.ts)_
3490
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.77/src/commands/force/data/bulk/status.ts)_
3491
3491
 
3492
3492
  ## `sf force data bulk upsert`
3493
3493
 
@@ -3545,7 +3545,7 @@ EXAMPLES
3545
3545
  --target-org my-scratch
3546
3546
  ```
3547
3547
 
3548
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.75/src/commands/force/data/bulk/upsert.ts)_
3548
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.77/src/commands/force/data/bulk/upsert.ts)_
3549
3549
 
3550
3550
  ## `sf help [COMMAND]`
3551
3551
 
@@ -7680,7 +7680,7 @@ FLAG DESCRIPTIONS
7680
7680
  If you specify this flag, don’t specify --metadata or --source-dir.
7681
7681
  ```
7682
7682
 
7683
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14/src/commands/project/convert/mdapi.ts)_
7683
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/convert/mdapi.ts)_
7684
7684
 
7685
7685
  ## `sf project convert source`
7686
7686
 
@@ -7753,7 +7753,7 @@ FLAG DESCRIPTIONS
7753
7753
  Override the api version used for api requests made by this command
7754
7754
  ```
7755
7755
 
7756
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14/src/commands/project/convert/source.ts)_
7756
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/convert/source.ts)_
7757
7757
 
7758
7758
  ## `sf project convert source-behavior`
7759
7759
 
@@ -7812,7 +7812,7 @@ EXAMPLES
7812
7812
  $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
7813
7813
  ```
7814
7814
 
7815
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14/src/commands/project/convert/source-behavior.ts)_
7815
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/convert/source-behavior.ts)_
7816
7816
 
7817
7817
  ## `sf project delete source`
7818
7818
 
@@ -7965,7 +7965,7 @@ FLAG DESCRIPTIONS
7965
7965
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
7966
7966
  ```
7967
7967
 
7968
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14/src/commands/project/delete/source.ts)_
7968
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/delete/source.ts)_
7969
7969
 
7970
7970
  ## `sf project delete tracking`
7971
7971
 
@@ -8002,7 +8002,7 @@ EXAMPLES
8002
8002
  $ sf project delete tracking --target-org my-scratch
8003
8003
  ```
8004
8004
 
8005
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14/src/commands/project/delete/tracking.ts)_
8005
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/delete/tracking.ts)_
8006
8006
 
8007
8007
  ## `sf project deploy cancel`
8008
8008
 
@@ -8074,7 +8074,7 @@ FLAG DESCRIPTIONS
8074
8074
  project deploy report".
8075
8075
  ```
8076
8076
 
8077
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14/src/commands/project/deploy/cancel.ts)_
8077
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/deploy/cancel.ts)_
8078
8078
 
8079
8079
  ## `sf project deploy preview`
8080
8080
 
@@ -8157,7 +8157,7 @@ FLAG DESCRIPTIONS
8157
8157
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
8158
8158
  ```
8159
8159
 
8160
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14/src/commands/project/deploy/preview.ts)_
8160
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/deploy/preview.ts)_
8161
8161
 
8162
8162
  ## `sf project deploy quick`
8163
8163
 
@@ -8250,7 +8250,7 @@ ERROR CODES
8250
8250
  Canceling (69) The deploy is being canceled.
8251
8251
  ```
8252
8252
 
8253
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14/src/commands/project/deploy/quick.ts)_
8253
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/deploy/quick.ts)_
8254
8254
 
8255
8255
  ## `sf project deploy report`
8256
8256
 
@@ -8342,7 +8342,7 @@ FLAG DESCRIPTIONS
8342
8342
  --coverage-formatters lcov --coverage-formatters clover
8343
8343
  ```
8344
8344
 
8345
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14/src/commands/project/deploy/report.ts)_
8345
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/deploy/report.ts)_
8346
8346
 
8347
8347
  ## `sf project deploy resume`
8348
8348
 
@@ -8439,7 +8439,7 @@ ERROR CODES
8439
8439
  Canceling (69) The deploy is being canceled.
8440
8440
  ```
8441
8441
 
8442
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14/src/commands/project/deploy/resume.ts)_
8442
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/deploy/resume.ts)_
8443
8443
 
8444
8444
  ## `sf project deploy start`
8445
8445
 
@@ -8705,7 +8705,7 @@ ERROR CODES
8705
8705
  Canceling (69) The deploy is being canceled.
8706
8706
  ```
8707
8707
 
8708
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14/src/commands/project/deploy/start.ts)_
8708
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/deploy/start.ts)_
8709
8709
 
8710
8710
  ## `sf project deploy validate`
8711
8711
 
@@ -8909,7 +8909,7 @@ ERROR CODES
8909
8909
  Canceling (69) The deploy is being canceled.
8910
8910
  ```
8911
8911
 
8912
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14/src/commands/project/deploy/validate.ts)_
8912
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/deploy/validate.ts)_
8913
8913
 
8914
8914
  ## `sf project generate manifest`
8915
8915
 
@@ -9005,7 +9005,7 @@ EXAMPLES
9005
9005
  $ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
9006
9006
  ```
9007
9007
 
9008
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14/src/commands/project/generate/manifest.ts)_
9008
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/generate/manifest.ts)_
9009
9009
 
9010
9010
  ## `sf project list ignored`
9011
9011
 
@@ -9047,7 +9047,7 @@ EXAMPLES
9047
9047
  $ sf project list ignored --source-dir package.xml
9048
9048
  ```
9049
9049
 
9050
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14/src/commands/project/list/ignored.ts)_
9050
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/list/ignored.ts)_
9051
9051
 
9052
9052
  ## `sf project reset tracking`
9053
9053
 
@@ -9096,7 +9096,7 @@ EXAMPLES
9096
9096
  $ sf project reset tracking --revision 30
9097
9097
  ```
9098
9098
 
9099
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14/src/commands/project/reset/tracking.ts)_
9099
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/reset/tracking.ts)_
9100
9100
 
9101
9101
  ## `sf project retrieve preview`
9102
9102
 
@@ -9150,7 +9150,7 @@ FLAG DESCRIPTIONS
9150
9150
  production orgs.
9151
9151
  ```
9152
9152
 
9153
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14/src/commands/project/retrieve/preview.ts)_
9153
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/retrieve/preview.ts)_
9154
9154
 
9155
9155
  ## `sf project retrieve start`
9156
9156
 
@@ -9331,7 +9331,7 @@ ENVIRONMENT VARIABLES
9331
9331
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
9332
9332
  ```
9333
9333
 
9334
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.14/src/commands/project/retrieve/start.ts)_
9334
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.15/src/commands/project/retrieve/start.ts)_
9335
9335
 
9336
9336
  ## `sf schema generate field`
9337
9337
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.127.1",
3
+ "version": "2.127.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.127.1",
9
+ "version": "2.127.2",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -28,8 +28,8 @@
28
28
  "@salesforce/plugin-apex": "3.9.12",
29
29
  "@salesforce/plugin-api": "1.3.11",
30
30
  "@salesforce/plugin-auth": "4.3.0",
31
- "@salesforce/plugin-data": "4.0.75",
32
- "@salesforce/plugin-deploy-retrieve": "3.24.14",
31
+ "@salesforce/plugin-data": "4.0.77",
32
+ "@salesforce/plugin-deploy-retrieve": "3.24.15",
33
33
  "@salesforce/plugin-info": "3.4.109",
34
34
  "@salesforce/plugin-limits": "3.3.79",
35
35
  "@salesforce/plugin-marketplace": "1.3.10",
@@ -5321,9 +5321,9 @@
5321
5321
  }
5322
5322
  },
5323
5323
  "node_modules/@salesforce/plugin-data": {
5324
- "version": "4.0.75",
5325
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.75.tgz",
5326
- "integrity": "sha512-+EFgM9NQ5uHlDQ0Gld3hAnHxmSycZlEhRLW+1Kax8eL/0vXEouUTZp3BsBs0gPCYytbVQlVw2BBI22hSXkA4NA==",
5324
+ "version": "4.0.77",
5325
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.77.tgz",
5326
+ "integrity": "sha512-GPELAeKDCwhfr3YpPX9jBSE/ZtBP5imGnx7CWzfTO9/wWMv3F8rhu6kHh8srH4xLANXjF+F7utXShd9Z2Y10HQ==",
5327
5327
  "license": "Apache-2.0",
5328
5328
  "dependencies": {
5329
5329
  "@jsforce/jsforce-node": "^3.10.14",
@@ -5338,6 +5338,7 @@
5338
5338
  "csv-stringify": "^6.6.0",
5339
5339
  "form-data": "^4.0.5",
5340
5340
  "terminal-link": "^3.0.0",
5341
+ "undici": "^7.22.0",
5341
5342
  "zod": "^4.3.6"
5342
5343
  },
5343
5344
  "engines": {
@@ -5345,20 +5346,20 @@
5345
5346
  }
5346
5347
  },
5347
5348
  "node_modules/@salesforce/plugin-deploy-retrieve": {
5348
- "version": "3.24.14",
5349
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.24.14.tgz",
5350
- "integrity": "sha512-NbrEMzKL1nW8kkhVVyLLC9XLlIesNyqYYrpwSApFfYYSNjBnMPP84UB2yPpPQrjBIC3mVjIDcwsj3FnwAE6MUw==",
5349
+ "version": "3.24.15",
5350
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.24.15.tgz",
5351
+ "integrity": "sha512-7n2jxj5WY2e4FiN469uWgcK3KSdu1QRtRJjNzIDezJ6Cr2owfbSFpURzkoIZaJAH0+flHE051+vVhPBmCyF9aw==",
5351
5352
  "license": "Apache-2.0",
5352
5353
  "dependencies": {
5353
5354
  "@inquirer/prompts": "^7.8.3",
5354
- "@oclif/core": "^4.8.0",
5355
+ "@oclif/core": "^4.8.4",
5355
5356
  "@oclif/multi-stage-output": "^0.8.28",
5356
5357
  "@salesforce/apex-node": "^8.3.5",
5357
5358
  "@salesforce/core": "^8.27.0",
5358
5359
  "@salesforce/kit": "^3.2.4",
5359
5360
  "@salesforce/plugin-info": "^3.4.93",
5360
5361
  "@salesforce/sf-plugins-core": "^12.2.5",
5361
- "@salesforce/source-deploy-retrieve": "^12.31.17",
5362
+ "@salesforce/source-deploy-retrieve": "^12.31.19",
5362
5363
  "@salesforce/source-tracking": "^7.8.4",
5363
5364
  "@salesforce/ts-types": "^2.0.12",
5364
5365
  "ansis": "^3.17.0",
@@ -24082,6 +24083,15 @@
24082
24083
  "url": "https://github.com/sponsors/ljharb"
24083
24084
  }
24084
24085
  },
24086
+ "node_modules/undici": {
24087
+ "version": "7.22.0",
24088
+ "resolved": "https://registry.npmjs.org/undici/-/undici-7.22.0.tgz",
24089
+ "integrity": "sha512-RqslV2Us5BrllB+JeiZnK4peryVTndy9Dnqq62S3yYRRTj0tFQCwEniUy2167skdGOy3vqRzEvl1Dm4sV2ReDg==",
24090
+ "license": "MIT",
24091
+ "engines": {
24092
+ "node": ">=20.18.1"
24093
+ }
24094
+ },
24085
24095
  "node_modules/undici-types": {
24086
24096
  "version": "5.26.5",
24087
24097
  "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
package/oclif.lock CHANGED
@@ -1635,7 +1635,7 @@
1635
1635
  proc-log "^5.0.0"
1636
1636
  which "^5.0.0"
1637
1637
 
1638
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.8", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@^4.8.2", "@oclif/core@>= 3.0.0", "@oclif/core@4.8.4":
1638
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.8", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@^4.8.2", "@oclif/core@^4.8.4", "@oclif/core@>= 3.0.0", "@oclif/core@4.8.4":
1639
1639
  version "4.8.4"
1640
1640
  resolved "https://registry.npmjs.org/@oclif/core/-/core-4.8.4.tgz"
1641
1641
  integrity sha512-UTAqwXJJyRvLBvosL+1uPZYSpr8lEHgUb/EVGbPXo5WZqUIBHfJ0sR2bkBEsrj00/ar4IegKxx4YK0wn2c8SQg==
@@ -2265,10 +2265,10 @@
2265
2265
  debug "^4.4.0"
2266
2266
  handlebars "^4.7.8"
2267
2267
 
2268
- "@salesforce/plugin-data@4.0.75":
2269
- version "4.0.75"
2270
- resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.75.tgz"
2271
- integrity sha512-+EFgM9NQ5uHlDQ0Gld3hAnHxmSycZlEhRLW+1Kax8eL/0vXEouUTZp3BsBs0gPCYytbVQlVw2BBI22hSXkA4NA==
2268
+ "@salesforce/plugin-data@4.0.77":
2269
+ version "4.0.77"
2270
+ resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.77.tgz"
2271
+ integrity sha512-GPELAeKDCwhfr3YpPX9jBSE/ZtBP5imGnx7CWzfTO9/wWMv3F8rhu6kHh8srH4xLANXjF+F7utXShd9Z2Y10HQ==
2272
2272
  dependencies:
2273
2273
  "@jsforce/jsforce-node" "^3.10.14"
2274
2274
  "@oclif/multi-stage-output" "^0.8.30"
@@ -2282,22 +2282,23 @@
2282
2282
  csv-stringify "^6.6.0"
2283
2283
  form-data "^4.0.5"
2284
2284
  terminal-link "^3.0.0"
2285
+ undici "^7.22.0"
2285
2286
  zod "^4.3.6"
2286
2287
 
2287
- "@salesforce/plugin-deploy-retrieve@3.24.14":
2288
- version "3.24.14"
2289
- resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.24.14.tgz"
2290
- integrity sha512-NbrEMzKL1nW8kkhVVyLLC9XLlIesNyqYYrpwSApFfYYSNjBnMPP84UB2yPpPQrjBIC3mVjIDcwsj3FnwAE6MUw==
2288
+ "@salesforce/plugin-deploy-retrieve@3.24.15":
2289
+ version "3.24.15"
2290
+ resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.24.15.tgz"
2291
+ integrity sha512-7n2jxj5WY2e4FiN469uWgcK3KSdu1QRtRJjNzIDezJ6Cr2owfbSFpURzkoIZaJAH0+flHE051+vVhPBmCyF9aw==
2291
2292
  dependencies:
2292
2293
  "@inquirer/prompts" "^7.8.3"
2293
- "@oclif/core" "^4.8.0"
2294
+ "@oclif/core" "^4.8.4"
2294
2295
  "@oclif/multi-stage-output" "^0.8.28"
2295
2296
  "@salesforce/apex-node" "^8.3.5"
2296
2297
  "@salesforce/core" "^8.27.0"
2297
2298
  "@salesforce/kit" "^3.2.4"
2298
2299
  "@salesforce/plugin-info" "^3.4.93"
2299
2300
  "@salesforce/sf-plugins-core" "^12.2.5"
2300
- "@salesforce/source-deploy-retrieve" "^12.31.17"
2301
+ "@salesforce/source-deploy-retrieve" "^12.31.19"
2301
2302
  "@salesforce/source-tracking" "^7.8.4"
2302
2303
  "@salesforce/ts-types" "^2.0.12"
2303
2304
  ansis "^3.17.0"
@@ -2526,7 +2527,7 @@
2526
2527
  cli-progress "^3.12.0"
2527
2528
  terminal-link "^3.0.0"
2528
2529
 
2529
- "@salesforce/source-deploy-retrieve@^12.31.11", "@salesforce/source-deploy-retrieve@^12.31.12", "@salesforce/source-deploy-retrieve@^12.31.14", "@salesforce/source-deploy-retrieve@^12.31.17", "@salesforce/source-deploy-retrieve@^12.31.8":
2530
+ "@salesforce/source-deploy-retrieve@^12.31.11", "@salesforce/source-deploy-retrieve@^12.31.12", "@salesforce/source-deploy-retrieve@^12.31.14", "@salesforce/source-deploy-retrieve@^12.31.19", "@salesforce/source-deploy-retrieve@^12.31.8":
2530
2531
  version "12.31.19"
2531
2532
  resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.19.tgz"
2532
2533
  integrity sha512-ITf0KQOWS4OfNGE8SYerwaB9PnVZS2aXgctM9EjINmRiMJBVgQ5Pjm71IIJiR6yiEsAGfnn0S7Efir2RgtmL7Q==
@@ -11381,6 +11382,11 @@ undici-types@~7.8.0:
11381
11382
  resolved "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz"
11382
11383
  integrity sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==
11383
11384
 
11385
+ undici@^7.22.0:
11386
+ version "7.22.0"
11387
+ resolved "https://registry.npmjs.org/undici/-/undici-7.22.0.tgz"
11388
+ integrity sha512-RqslV2Us5BrllB+JeiZnK4peryVTndy9Dnqq62S3yYRRTj0tFQCwEniUy2167skdGOy3vqRzEvl1Dm4sV2ReDg==
11389
+
11384
11390
  unicorn-magic@^0.1.0:
11385
11391
  version "0.1.0"
11386
11392
  resolved "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz"
@@ -4180,5 +4180,5 @@
4180
4180
  "requiresProject": true
4181
4181
  }
4182
4182
  },
4183
- "version": "2.127.1"
4183
+ "version": "2.127.2"
4184
4184
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.127.1",
4
+ "version": "2.127.2",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -161,8 +161,8 @@
161
161
  "@salesforce/plugin-apex": "3.9.12",
162
162
  "@salesforce/plugin-api": "1.3.11",
163
163
  "@salesforce/plugin-auth": "4.3.0",
164
- "@salesforce/plugin-data": "4.0.75",
165
- "@salesforce/plugin-deploy-retrieve": "3.24.14",
164
+ "@salesforce/plugin-data": "4.0.77",
165
+ "@salesforce/plugin-deploy-retrieve": "3.24.15",
166
166
  "@salesforce/plugin-info": "3.4.109",
167
167
  "@salesforce/plugin-limits": "3.3.79",
168
168
  "@salesforce/plugin-marketplace": "1.3.10",