@salesforce/cli 2.52.1 → 2.52.3

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
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
24
24
  $ sf COMMAND
25
25
  running command...
26
26
  $ sf (--version|-v)
27
- @salesforce/cli/2.52.1 linux-x64 node-v20.15.1
27
+ @salesforce/cli/2.52.3 linux-x64 node-v20.15.1
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -202,7 +202,7 @@ EXAMPLES
202
202
  $ sf alias list
203
203
  ```
204
204
 
205
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.8/src/commands/alias/list.ts)_
205
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.9/src/commands/alias/list.ts)_
206
206
 
207
207
  ## `sf alias set`
208
208
 
@@ -251,7 +251,7 @@ EXAMPLES
251
251
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
252
252
  ```
253
253
 
254
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.8/src/commands/alias/set.ts)_
254
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.9/src/commands/alias/set.ts)_
255
255
 
256
256
  ## `sf alias unset`
257
257
 
@@ -291,7 +291,7 @@ EXAMPLES
291
291
  $ sf alias unset --all [--no-prompt]
292
292
  ```
293
293
 
294
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.8/src/commands/alias/unset.ts)_
294
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.9/src/commands/alias/unset.ts)_
295
295
 
296
296
  ## `sf analytics generate template`
297
297
 
@@ -517,7 +517,7 @@ FLAG DESCRIPTIONS
517
517
  directory.
518
518
  ```
519
519
 
520
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.2.5/src/commands/apex/get/log.ts)_
520
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.3.0/src/commands/apex/get/log.ts)_
521
521
 
522
522
  ## `sf apex get test`
523
523
 
@@ -571,7 +571,7 @@ EXAMPLES
571
571
  me@myorg'
572
572
  ```
573
573
 
574
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.2.5/src/commands/apex/get/test.ts)_
574
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.3.0/src/commands/apex/get/test.ts)_
575
575
 
576
576
  ## `sf apex list log`
577
577
 
@@ -611,7 +611,7 @@ EXAMPLES
611
611
  $ sf apex list log --target-org me@my.org
612
612
  ```
613
613
 
614
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.2.5/src/commands/apex/list/log.ts)_
614
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.3.0/src/commands/apex/list/log.ts)_
615
615
 
616
616
  ## `sf apex run`
617
617
 
@@ -658,7 +658,7 @@ EXAMPLES
658
658
  $ sf apex run
659
659
  ```
660
660
 
661
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.2.5/src/commands/apex/run.ts)_
661
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.3.0/src/commands/apex/run.ts)_
662
662
 
663
663
  ## `sf apex run test`
664
664
 
@@ -797,7 +797,7 @@ FLAG DESCRIPTIONS
797
797
  --tests Test1 --tests Test2
798
798
  ```
799
799
 
800
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.2.5/src/commands/apex/run/test.ts)_
800
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.3.0/src/commands/apex/run/test.ts)_
801
801
 
802
802
  ## `sf apex tail log`
803
803
 
@@ -840,7 +840,7 @@ EXAMPLES
840
840
  $ sf apex tail log --color --skip-trace-flag
841
841
  ```
842
842
 
843
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.2.5/src/commands/apex/tail/log.ts)_
843
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.3.0/src/commands/apex/tail/log.ts)_
844
844
 
845
845
  ## `sf autocomplete [SHELL]`
846
846
 
@@ -900,7 +900,7 @@ DESCRIPTION
900
900
  List all sf commands.
901
901
  ```
902
902
 
903
- _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.7/src/commands/commands.ts)_
903
+ _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.8/src/commands/commands.ts)_
904
904
 
905
905
  ## `sf config get`
906
906
 
@@ -949,7 +949,7 @@ CONFIGURATION VARIABLES
949
949
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
950
950
  ```
951
951
 
952
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.8/src/commands/config/get.ts)_
952
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.9/src/commands/config/get.ts)_
953
953
 
954
954
  ## `sf config list`
955
955
 
@@ -989,7 +989,7 @@ EXAMPLES
989
989
  $ sf config list
990
990
  ```
991
991
 
992
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.8/src/commands/config/list.ts)_
992
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.9/src/commands/config/list.ts)_
993
993
 
994
994
  ## `sf config set`
995
995
 
@@ -1058,7 +1058,7 @@ CONFIGURATION VARIABLES
1058
1058
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1059
1059
  ```
1060
1060
 
1061
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.8/src/commands/config/set.ts)_
1061
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.9/src/commands/config/set.ts)_
1062
1062
 
1063
1063
  ## `sf config unset`
1064
1064
 
@@ -1108,7 +1108,7 @@ CONFIGURATION VARIABLES
1108
1108
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1109
1109
  ```
1110
1110
 
1111
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.8/src/commands/config/unset.ts)_
1111
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.9/src/commands/config/unset.ts)_
1112
1112
 
1113
1113
  ## `sf data create file`
1114
1114
 
@@ -1902,7 +1902,7 @@ EXAMPLES
1902
1902
  $ sf doctor --plugin @salesforce/plugin-source
1903
1903
  ```
1904
1904
 
1905
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.18/src/commands/doctor.ts)_
1905
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.19/src/commands/doctor.ts)_
1906
1906
 
1907
1907
  ## `sf force data bulk delete`
1908
1908
 
@@ -2104,7 +2104,7 @@ EXAMPLES
2104
2104
  $ sf info releasenotes display --version latest
2105
2105
  ```
2106
2106
 
2107
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.18/src/commands/info/releasenotes/display.ts)_
2107
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.19/src/commands/info/releasenotes/display.ts)_
2108
2108
 
2109
2109
  ## `sf lightning generate app`
2110
2110
 
@@ -3256,7 +3256,7 @@ EXAMPLES
3256
3256
  $ sf org list auth
3257
3257
  ```
3258
3258
 
3259
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.37/src/commands/org/list/auth.ts)_
3259
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.38/src/commands/org/list/auth.ts)_
3260
3260
 
3261
3261
  ## `sf org list limits`
3262
3262
 
@@ -3556,7 +3556,7 @@ FLAG DESCRIPTIONS
3556
3556
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3557
3557
  ```
3558
3558
 
3559
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.37/src/commands/org/login/access-token.ts)_
3559
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.38/src/commands/org/login/access-token.ts)_
3560
3560
 
3561
3561
  ## `sf org login device`
3562
3562
 
@@ -3616,7 +3616,7 @@ FLAG DESCRIPTIONS
3616
3616
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3617
3617
  ```
3618
3618
 
3619
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.37/src/commands/org/login/device.ts)_
3619
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.38/src/commands/org/login/device.ts)_
3620
3620
 
3621
3621
  ## `sf org login jwt`
3622
3622
 
@@ -3707,7 +3707,7 @@ FLAG DESCRIPTIONS
3707
3707
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3708
3708
  ```
3709
3709
 
3710
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.37/src/commands/org/login/jwt.ts)_
3710
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.38/src/commands/org/login/jwt.ts)_
3711
3711
 
3712
3712
  ## `sf org login sfdx-url`
3713
3713
 
@@ -3772,7 +3772,7 @@ EXAMPLES
3772
3772
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
3773
3773
  ```
3774
3774
 
3775
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.37/src/commands/org/login/sfdx-url.ts)_
3775
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.38/src/commands/org/login/sfdx-url.ts)_
3776
3776
 
3777
3777
  ## `sf org login web`
3778
3778
 
@@ -3859,7 +3859,7 @@ FLAG DESCRIPTIONS
3859
3859
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3860
3860
  ```
3861
3861
 
3862
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.37/src/commands/org/login/web.ts)_
3862
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.38/src/commands/org/login/web.ts)_
3863
3863
 
3864
3864
  ## `sf org logout`
3865
3865
 
@@ -3920,7 +3920,7 @@ FLAG DESCRIPTIONS
3920
3920
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
3921
3921
  ```
3922
3922
 
3923
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.37/src/commands/org/logout.ts)_
3923
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.38/src/commands/org/logout.ts)_
3924
3924
 
3925
3925
  ## `sf org open`
3926
3926
 
@@ -5703,7 +5703,7 @@ FLAG DESCRIPTIONS
5703
5703
  If you specify this parameter, don’t specify --metadata or --source-dir.
5704
5704
  ```
5705
5705
 
5706
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/convert/mdapi.ts)_
5706
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.21/src/commands/project/convert/mdapi.ts)_
5707
5707
 
5708
5708
  ## `sf project convert source`
5709
5709
 
@@ -5715,7 +5715,7 @@ USAGE
5715
5715
  [-p <value>... | -x <value> | -m <value>...]
5716
5716
 
5717
5717
  FLAGS
5718
- -d, --output-dir=<value> [default: metadataPackage_1721321483211] Output directory to store the Metadata
5718
+ -d, --output-dir=<value> [default: metadataPackage_1721476054374] Output directory to store the Metadata
5719
5719
  API–formatted files in.
5720
5720
  -m, --metadata=<value>... Metadata component names to convert.
5721
5721
  -n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
@@ -5776,7 +5776,7 @@ FLAG DESCRIPTIONS
5776
5776
  Override the api version used for api requests made by this command
5777
5777
  ```
5778
5778
 
5779
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/convert/source.ts)_
5779
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.21/src/commands/project/convert/source.ts)_
5780
5780
 
5781
5781
  ## `sf project convert source-behavior`
5782
5782
 
@@ -5833,7 +5833,7 @@ EXAMPLES
5833
5833
  $ sf project convert source-behavior --behavior decomposeCustomLabelsBeta --dry-run --preserve-temp-dir
5834
5834
  ```
5835
5835
 
5836
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/convert/source-behavior.ts)_
5836
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.21/src/commands/project/convert/source-behavior.ts)_
5837
5837
 
5838
5838
  ## `sf project delete source`
5839
5839
 
@@ -5973,7 +5973,7 @@ FLAG DESCRIPTIONS
5973
5973
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
5974
5974
  ```
5975
5975
 
5976
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/delete/source.ts)_
5976
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.21/src/commands/project/delete/source.ts)_
5977
5977
 
5978
5978
  ## `sf project delete tracking`
5979
5979
 
@@ -6010,7 +6010,7 @@ EXAMPLES
6010
6010
  $ sf project delete tracking --target-org my-scratch
6011
6011
  ```
6012
6012
 
6013
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/delete/tracking.ts)_
6013
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.21/src/commands/project/delete/tracking.ts)_
6014
6014
 
6015
6015
  ## `sf project deploy cancel`
6016
6016
 
@@ -6082,7 +6082,7 @@ FLAG DESCRIPTIONS
6082
6082
  project deploy report".
6083
6083
  ```
6084
6084
 
6085
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/deploy/cancel.ts)_
6085
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.21/src/commands/project/deploy/cancel.ts)_
6086
6086
 
6087
6087
  ## `sf project deploy preview`
6088
6088
 
@@ -6165,7 +6165,7 @@ FLAG DESCRIPTIONS
6165
6165
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
6166
6166
  ```
6167
6167
 
6168
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/deploy/preview.ts)_
6168
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.21/src/commands/project/deploy/preview.ts)_
6169
6169
 
6170
6170
  ## `sf project deploy quick`
6171
6171
 
@@ -6258,7 +6258,7 @@ ERROR CODES
6258
6258
  Canceling (69) The deploy is being canceled.
6259
6259
  ```
6260
6260
 
6261
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/deploy/quick.ts)_
6261
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.21/src/commands/project/deploy/quick.ts)_
6262
6262
 
6263
6263
  ## `sf project deploy report`
6264
6264
 
@@ -6350,7 +6350,7 @@ FLAG DESCRIPTIONS
6350
6350
  --coverage-formatters lcov --coverage-formatters clover
6351
6351
  ```
6352
6352
 
6353
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/deploy/report.ts)_
6353
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.21/src/commands/project/deploy/report.ts)_
6354
6354
 
6355
6355
  ## `sf project deploy resume`
6356
6356
 
@@ -6447,7 +6447,7 @@ ERROR CODES
6447
6447
  Canceling (69) The deploy is being canceled.
6448
6448
  ```
6449
6449
 
6450
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/deploy/resume.ts)_
6450
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.21/src/commands/project/deploy/resume.ts)_
6451
6451
 
6452
6452
  ## `sf project deploy start`
6453
6453
 
@@ -6700,7 +6700,7 @@ ERROR CODES
6700
6700
  Canceling (69) The deploy is being canceled.
6701
6701
  ```
6702
6702
 
6703
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/deploy/start.ts)_
6703
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.21/src/commands/project/deploy/start.ts)_
6704
6704
 
6705
6705
  ## `sf project deploy validate`
6706
6706
 
@@ -6890,7 +6890,7 @@ ERROR CODES
6890
6890
  Canceling (69) The deploy is being canceled.
6891
6891
  ```
6892
6892
 
6893
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/deploy/validate.ts)_
6893
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.21/src/commands/project/deploy/validate.ts)_
6894
6894
 
6895
6895
  ## `sf project generate`
6896
6896
 
@@ -7072,7 +7072,7 @@ EXAMPLES
7072
7072
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
7073
7073
  ```
7074
7074
 
7075
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/generate/manifest.ts)_
7075
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.21/src/commands/project/generate/manifest.ts)_
7076
7076
 
7077
7077
  ## `sf project list ignored`
7078
7078
 
@@ -7114,7 +7114,7 @@ EXAMPLES
7114
7114
  $ sf project list ignored --source-dir package.xml
7115
7115
  ```
7116
7116
 
7117
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/list/ignored.ts)_
7117
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.21/src/commands/project/list/ignored.ts)_
7118
7118
 
7119
7119
  ## `sf project reset tracking`
7120
7120
 
@@ -7163,7 +7163,7 @@ EXAMPLES
7163
7163
  $ sf project reset tracking --revision 30
7164
7164
  ```
7165
7165
 
7166
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/reset/tracking.ts)_
7166
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.21/src/commands/project/reset/tracking.ts)_
7167
7167
 
7168
7168
  ## `sf project retrieve preview`
7169
7169
 
@@ -7217,7 +7217,7 @@ FLAG DESCRIPTIONS
7217
7217
  production orgs.
7218
7218
  ```
7219
7219
 
7220
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/retrieve/preview.ts)_
7220
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.21/src/commands/project/retrieve/preview.ts)_
7221
7221
 
7222
7222
  ## `sf project retrieve start`
7223
7223
 
@@ -7382,7 +7382,7 @@ ENVIRONMENT VARIABLES
7382
7382
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
7383
7383
  ```
7384
7384
 
7385
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.18/src/commands/project/retrieve/start.ts)_
7385
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.21/src/commands/project/retrieve/start.ts)_
7386
7386
 
7387
7387
  ## `sf schema generate field`
7388
7388
 
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.52.1",
3
+ "version": "2.52.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.52.1",
9
+ "version": "2.52.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
14
  "@oclif/core": "4.0.12",
15
15
  "@oclif/plugin-autocomplete": "3.1.7",
16
- "@oclif/plugin-commands": "4.0.7",
16
+ "@oclif/plugin-commands": "4.0.8",
17
17
  "@oclif/plugin-help": "6.2.6",
18
- "@oclif/plugin-not-found": "3.2.11",
18
+ "@oclif/plugin-not-found": "3.2.12",
19
19
  "@oclif/plugin-plugins": "5.3.7",
20
20
  "@oclif/plugin-search": "1.2.3",
21
21
  "@oclif/plugin-update": "4.4.9",
@@ -24,24 +24,24 @@
24
24
  "@oclif/plugin-which": "3.2.8",
25
25
  "@salesforce/core": "^8.0.2",
26
26
  "@salesforce/kit": "^3.1.6",
27
- "@salesforce/plugin-apex": "3.2.5",
28
- "@salesforce/plugin-auth": "3.6.37",
27
+ "@salesforce/plugin-apex": "3.3.0",
28
+ "@salesforce/plugin-auth": "3.6.38",
29
29
  "@salesforce/plugin-data": "3.5.5",
30
- "@salesforce/plugin-deploy-retrieve": "3.9.18",
31
- "@salesforce/plugin-info": "3.3.18",
30
+ "@salesforce/plugin-deploy-retrieve": "3.9.21",
31
+ "@salesforce/plugin-info": "3.3.19",
32
32
  "@salesforce/plugin-limits": "3.3.18",
33
33
  "@salesforce/plugin-marketplace": "1.2.18",
34
34
  "@salesforce/plugin-org": "4.3.5",
35
35
  "@salesforce/plugin-packaging": "2.7.2",
36
36
  "@salesforce/plugin-schema": "3.3.19",
37
- "@salesforce/plugin-settings": "2.3.8",
37
+ "@salesforce/plugin-settings": "2.3.9",
38
38
  "@salesforce/plugin-sobject": "1.4.19",
39
- "@salesforce/plugin-source": "3.5.5",
39
+ "@salesforce/plugin-source": "3.5.6",
40
40
  "@salesforce/plugin-telemetry": "3.6.2",
41
41
  "@salesforce/plugin-templates": "56.3.3",
42
42
  "@salesforce/plugin-trust": "3.7.13",
43
43
  "@salesforce/plugin-user": "3.5.18",
44
- "@salesforce/sf-plugins-core": "11.1.9",
44
+ "@salesforce/sf-plugins-core": "11.2.0",
45
45
  "ansis": "^3.3.0"
46
46
  },
47
47
  "bin": {
@@ -3777,9 +3777,9 @@
3777
3777
  }
3778
3778
  },
3779
3779
  "node_modules/@oclif/plugin-commands": {
3780
- "version": "4.0.7",
3781
- "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.7.tgz",
3782
- "integrity": "sha512-xnSLatrHCa2ViwT2M908aIwCRVT5MKPfkLJMmBMJD5QjjpsM8jeFBoqF4aGS3YZP4enisXXNGowXUT+XwGPyfw==",
3780
+ "version": "4.0.8",
3781
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.8.tgz",
3782
+ "integrity": "sha512-Zae4iXKQ9G8vuktSM5tgOMoVgD7dx4HEAwNu0Wt10IN5/um9XuqClWcredU9vMzxjSxLdHpamDRqw8PP1I6Okw==",
3783
3783
  "license": "MIT",
3784
3784
  "dependencies": {
3785
3785
  "@oclif/core": "^4",
@@ -3804,14 +3804,14 @@
3804
3804
  }
3805
3805
  },
3806
3806
  "node_modules/@oclif/plugin-not-found": {
3807
- "version": "3.2.11",
3808
- "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.11.tgz",
3809
- "integrity": "sha512-mHHqz2EaWCw9r12ShDyJYgYr+EyJTUpfkTx9NeTAnvn7TzGhZYJEj7N3YFZm/41V43wOZxOFYejsIEwci6y+/A==",
3807
+ "version": "3.2.12",
3808
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.12.tgz",
3809
+ "integrity": "sha512-XnHcX45d4ICTA9x+uWuQhjhTCTQxBrtEeqSGhma6nk5EZLCPwuUiR21jXRxSXll7eYmHUghzMkjD1TkMVpuTEg==",
3810
3810
  "license": "MIT",
3811
3811
  "dependencies": {
3812
3812
  "@inquirer/confirm": "^3.1.14",
3813
3813
  "@oclif/core": "^4",
3814
- "ansis": "^3.2.0",
3814
+ "ansis": "^3.3.1",
3815
3815
  "fast-levenshtein": "^3.0.0"
3816
3816
  },
3817
3817
  "engines": {
@@ -4337,9 +4337,9 @@
4337
4337
  }
4338
4338
  },
4339
4339
  "node_modules/@salesforce/core": {
4340
- "version": "8.2.0",
4341
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.2.0.tgz",
4342
- "integrity": "sha512-qe4dz1fuaWBKOVz2pTCBEtz6i1EXM96fO1xZ/AYg/pEbhWY79D8jiSDNaIkCYeq2FHH0AUvbSwFox+37qvq6NA==",
4340
+ "version": "8.2.1",
4341
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.2.1.tgz",
4342
+ "integrity": "sha512-juLxb4t12vZD9ozkhKhGtbZzOiYkEcUWdw+gAtgzuSrTFTwvoXlbKtzdGbdYPLTHLGYQCVW6cRdMswfwbE5BnQ==",
4343
4343
  "license": "BSD-3-Clause",
4344
4344
  "dependencies": {
4345
4345
  "@jsforce/jsforce-node": "^3.2.3",
@@ -4489,12 +4489,12 @@
4489
4489
  }
4490
4490
  },
4491
4491
  "node_modules/@salesforce/plugin-apex": {
4492
- "version": "3.2.5",
4493
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.2.5.tgz",
4494
- "integrity": "sha512-06y/kVfGwtZI9FuZr07ygCD4tqoZEiblldUybYiAtiKt6IIIIewaK+XTlzSgZwbhNyt7R26i8bvTSxbDfMMmRg==",
4492
+ "version": "3.3.0",
4493
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.3.0.tgz",
4494
+ "integrity": "sha512-dhXP4PE2iFhPfN4j9FS/qpWSjB2+Zq1tlBfyaMo7FfcFtPU3JvRLh2ZA1RJBIIAnW5TbmWfn8WtXwHeWSz3o8g==",
4495
4495
  "license": "BSD-3-Clause",
4496
4496
  "dependencies": {
4497
- "@salesforce/apex-node": "^7.0.4",
4497
+ "@salesforce/apex-node": "^8.1.0",
4498
4498
  "@salesforce/core": "^8.1.0",
4499
4499
  "@salesforce/kit": "^3.1.6",
4500
4500
  "@salesforce/sf-plugins-core": "^11.1.6",
@@ -4504,10 +4504,31 @@
4504
4504
  "node": ">=18.0.0"
4505
4505
  }
4506
4506
  },
4507
+ "node_modules/@salesforce/plugin-apex/node_modules/@salesforce/apex-node": {
4508
+ "version": "8.1.0",
4509
+ "resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.1.0.tgz",
4510
+ "integrity": "sha512-tZF/wLgm/7E67JHkELG5MpjLxfwB2EUaK1rLndRIGGpTz7Oybreh/dvE4N712PgiuqvsKS0aZXIu9Pl6huGxOw==",
4511
+ "license": "BSD-3-Clause",
4512
+ "dependencies": {
4513
+ "@jsforce/jsforce-node": "^3.2.3",
4514
+ "@salesforce/core": "^8.2.0",
4515
+ "@salesforce/kit": "^3.1.6",
4516
+ "@types/istanbul-reports": "^3.0.4",
4517
+ "bfj": "8.0.0",
4518
+ "fast-glob": "^3.3.2",
4519
+ "faye": "1.4.0",
4520
+ "istanbul-lib-coverage": "^3.2.2",
4521
+ "istanbul-lib-report": "^3.0.1",
4522
+ "istanbul-reports": "^3.1.7"
4523
+ },
4524
+ "engines": {
4525
+ "node": ">=18.18.2"
4526
+ }
4527
+ },
4507
4528
  "node_modules/@salesforce/plugin-auth": {
4508
- "version": "3.6.37",
4509
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.37.tgz",
4510
- "integrity": "sha512-AeevcGKVuUrJTIdxpVgBukNXzqP1r8c58cs1fqKr7HyW7Y5bU8SJMWHkLN98dI0TDf/sd+pTSmySE/HZIN7bEg==",
4529
+ "version": "3.6.38",
4530
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.38.tgz",
4531
+ "integrity": "sha512-cCdF2E68mNMkcaG+VV9ginKZspHojuqp/ggflOOuFjtMNaqireDcN2n2Bj/flnLRrZEpd+R2a/dD5dS6HzUpQw==",
4511
4532
  "license": "BSD-3-Clause",
4512
4533
  "dependencies": {
4513
4534
  "@inquirer/checkbox": "^2.3.10",
@@ -4515,7 +4536,7 @@
4515
4536
  "@oclif/core": "^4",
4516
4537
  "@salesforce/core": "^8.1.1",
4517
4538
  "@salesforce/kit": "^3.1.6",
4518
- "@salesforce/plugin-info": "^3.3.11",
4539
+ "@salesforce/plugin-info": "^3.3.19",
4519
4540
  "@salesforce/sf-plugins-core": "^11.1.6",
4520
4541
  "@salesforce/ts-types": "^2.0.10",
4521
4542
  "open": "^10.1.0"
@@ -4586,30 +4607,30 @@
4586
4607
  "license": "MIT"
4587
4608
  },
4588
4609
  "node_modules/@salesforce/plugin-deploy-retrieve": {
4589
- "version": "3.9.18",
4590
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.18.tgz",
4591
- "integrity": "sha512-XCyQz3rDTrIpoG9C0NEXxT8CVtAvcZSiPlNBpJ5wxMo1+T7CjWaTHwGKP7QyA72s6PP7t4a0fSx0gyj1QenSmA==",
4610
+ "version": "3.9.21",
4611
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.21.tgz",
4612
+ "integrity": "sha512-rckIfz+iaPKTYcx1CXpT6O6v1aY4mEMsFnh936ypCK3NTpcCyF/gY2KwS3KkYgeNii7Jw8ihxVprFpw0krzYQw==",
4592
4613
  "license": "BSD-3-Clause",
4593
4614
  "dependencies": {
4594
4615
  "@oclif/core": "^4.0.12",
4595
4616
  "@salesforce/apex-node": "^7.0.4",
4596
4617
  "@salesforce/core": "^8.1.3",
4597
4618
  "@salesforce/kit": "^3.1.6",
4598
- "@salesforce/plugin-info": "^3.3.18",
4619
+ "@salesforce/plugin-info": "^3.3.19",
4599
4620
  "@salesforce/sf-plugins-core": "^11.1.9",
4600
4621
  "@salesforce/source-deploy-retrieve": "^12.1.6",
4601
4622
  "@salesforce/source-tracking": "^7.0.9",
4602
4623
  "@salesforce/ts-types": "^2.0.10",
4603
- "ansis": "^3.2.1"
4624
+ "ansis": "^3.3.1"
4604
4625
  },
4605
4626
  "engines": {
4606
4627
  "node": ">=18.0.0"
4607
4628
  }
4608
4629
  },
4609
4630
  "node_modules/@salesforce/plugin-info": {
4610
- "version": "3.3.18",
4611
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.3.18.tgz",
4612
- "integrity": "sha512-nevkyqkn7CfYTdB1wfk2yJisjBmVqW7OKgcx5HI712UWrpwICc4RapZqfsOFTV8c7kGey6winf3BwZSEHheWvQ==",
4631
+ "version": "3.3.19",
4632
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.3.19.tgz",
4633
+ "integrity": "sha512-rycPRjOUB+VqPUbwtNkzGpRCdC2JBdfV7HLcbFB/aIXwL9zBYjt1zBVvOj587lXf3VUwwmgS2x2Xu3YY0f3jpQ==",
4613
4634
  "license": "BSD-3-Clause",
4614
4635
  "dependencies": {
4615
4636
  "@inquirer/input": "^2.2.1",
@@ -4778,9 +4799,9 @@
4778
4799
  }
4779
4800
  },
4780
4801
  "node_modules/@salesforce/plugin-settings": {
4781
- "version": "2.3.8",
4782
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.8.tgz",
4783
- "integrity": "sha512-nVTlmhNLtozOosxWsGavOcrJTyd1XXlKdWNriob8zklGCD2s3sRDMc1up9sV2TGmM8DAY0ETJI82ENzmXGgNDw==",
4802
+ "version": "2.3.9",
4803
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.9.tgz",
4804
+ "integrity": "sha512-3KtahFj0tmmne8D4uxNUbq4l+9FSGFbN2ypnSQN2GtSoYZPOLYyRQ6IKdNUK3bTIQd5xQkob5bfrBWbTRDf35w==",
4784
4805
  "license": "BSD-3-Clause",
4785
4806
  "dependencies": {
4786
4807
  "@oclif/core": "^4",
@@ -4814,9 +4835,9 @@
4814
4835
  }
4815
4836
  },
4816
4837
  "node_modules/@salesforce/plugin-source": {
4817
- "version": "3.5.5",
4818
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.5.5.tgz",
4819
- "integrity": "sha512-TpXlwOlsrXiUbQaIfXxvD1RDjTHoUhYpL5WeTE5EK59xzHtKBW1/N0fgy6MMKyCzGK791JkzIBv0gbzjHp0tXQ==",
4838
+ "version": "3.5.6",
4839
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.5.6.tgz",
4840
+ "integrity": "sha512-V82iPlavtbyLLRjZcW4AhQnjUbKhuMajazRX23PKvJW72Pcv/1RpykcC2bwK/VE3zfflkAIIJyEn5oc7FoTzFA==",
4820
4841
  "license": "BSD-3-Clause",
4821
4842
  "dependencies": {
4822
4843
  "@oclif/core": "^4",
@@ -4824,7 +4845,7 @@
4824
4845
  "@salesforce/core": "^8.1.1",
4825
4846
  "@salesforce/kit": "^3.1.6",
4826
4847
  "@salesforce/sf-plugins-core": "^11.1.6",
4827
- "@salesforce/source-deploy-retrieve": "^12.1.4",
4848
+ "@salesforce/source-deploy-retrieve": "^12.1.8",
4828
4849
  "@salesforce/source-tracking": "^7.0.7",
4829
4850
  "@salesforce/ts-types": "^2.0.10",
4830
4851
  "chalk": "^5.3.0",
@@ -4935,9 +4956,9 @@
4935
4956
  "license": "ISC"
4936
4957
  },
4937
4958
  "node_modules/@salesforce/sf-plugins-core": {
4938
- "version": "11.1.9",
4939
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.9.tgz",
4940
- "integrity": "sha512-Uz+H39axao5D9N0oKYqai4wUizl/GaFAzrcHbX7h6sVKzB3BBoVJSQ1IrOe1Pu29AP72QujCU5Huv/BOR/0DZA==",
4959
+ "version": "11.2.0",
4960
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.2.0.tgz",
4961
+ "integrity": "sha512-hqLAQe+nOxWrSuVm5HfTUWDUTa3cKeS9xlrikJ6J9KW0BgM6ZmmA+JdhYRwv+gg0ZUknuJbOY/Ucn04nEw7yMA==",
4941
4962
  "license": "BSD-3-Clause",
4942
4963
  "dependencies": {
4943
4964
  "@inquirer/confirm": "^3.1.14",
@@ -5008,12 +5029,12 @@
5008
5029
  }
5009
5030
  },
5010
5031
  "node_modules/@salesforce/source-deploy-retrieve": {
5011
- "version": "12.1.6",
5012
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.1.6.tgz",
5013
- "integrity": "sha512-XUTorbHyBpHy3jrUtmOtT1+gtQ1bWbZdeK1efaDBc0KdQ2eX/SdLAnCg6Nx80O7L1PkLGbmkDW4wU8S+/KFBbQ==",
5032
+ "version": "12.1.8",
5033
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.1.8.tgz",
5034
+ "integrity": "sha512-vso8dQ0Gjh68+EUsr4QLxxQ/L8+GBXdSEUQrYi8vXWqYT6u6Z5AX34OKpMeHsiVCo/Zrw/RkP/sDU64259L+xg==",
5014
5035
  "license": "BSD-3-Clause",
5015
5036
  "dependencies": {
5016
- "@salesforce/core": "^8.1.2",
5037
+ "@salesforce/core": "^8.2.1",
5017
5038
  "@salesforce/kit": "^3.1.6",
5018
5039
  "@salesforce/ts-types": "^2.0.10",
5019
5040
  "fast-levenshtein": "^3.0.0",
@@ -7107,9 +7128,9 @@
7107
7128
  "license": "MIT"
7108
7129
  },
7109
7130
  "node_modules/ansis": {
7110
- "version": "3.3.0",
7111
- "resolved": "https://registry.npmjs.org/ansis/-/ansis-3.3.0.tgz",
7112
- "integrity": "sha512-RQTFlI2DOTJS00S3jQ5vAnryYKsiU6dBuR0yztid2HQKKN2a1ZZDOLIBfBqCfs3tnvtLpAeubNYtEK7a8zriLg==",
7131
+ "version": "3.3.1",
7132
+ "resolved": "https://registry.npmjs.org/ansis/-/ansis-3.3.1.tgz",
7133
+ "integrity": "sha512-dW/sqnbVeWXW1UMRyKGHiJj+vBrlnnDcvyNMDB8BBI4Gu0tsohweIkvcqb3bNNwcVn70LTyvvnGgjUzUVFnK6Q==",
7113
7134
  "license": "ISC",
7114
7135
  "engines": {
7115
7136
  "node": ">=15"