@salesforce/cli 2.46.4 → 2.46.5-qa.0

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.46.4 linux-x64 node-v20.14.0
27
+ @salesforce/cli/2.46.5-qa.0 linux-x64 node-v20.14.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -1130,7 +1130,7 @@ EXAMPLES
1130
1130
  $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
1131
1131
  ```
1132
1132
 
1133
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.5/src/commands/data/create/file.ts)_
1133
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.6/src/commands/data/create/file.ts)_
1134
1134
 
1135
1135
  ## `sf data create record`
1136
1136
 
@@ -1186,7 +1186,7 @@ EXAMPLES
1186
1186
  TracedEntityId=01p17000000R6bLAAS"
1187
1187
  ```
1188
1188
 
1189
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.5/src/commands/data/create/record.ts)_
1189
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.6/src/commands/data/create/record.ts)_
1190
1190
 
1191
1191
  ## `sf data delete bulk`
1192
1192
 
@@ -1233,7 +1233,7 @@ EXAMPLES
1233
1233
  $ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1234
1234
  ```
1235
1235
 
1236
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.5/src/commands/data/delete/bulk.ts)_
1236
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.6/src/commands/data/delete/bulk.ts)_
1237
1237
 
1238
1238
  ## `sf data delete record`
1239
1239
 
@@ -1294,7 +1294,7 @@ EXAMPLES
1294
1294
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1295
1295
  ```
1296
1296
 
1297
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.5/src/commands/data/delete/record.ts)_
1297
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.6/src/commands/data/delete/record.ts)_
1298
1298
 
1299
1299
  ## `sf data delete resume`
1300
1300
 
@@ -1333,7 +1333,7 @@ EXAMPLES
1333
1333
  $ sf data delete resume --use-most-recent --target-org my-scratch
1334
1334
  ```
1335
1335
 
1336
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.5/src/commands/data/delete/resume.ts)_
1336
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.6/src/commands/data/delete/resume.ts)_
1337
1337
 
1338
1338
  ## `sf data export beta tree`
1339
1339
 
@@ -1391,7 +1391,7 @@ EXAMPLES
1391
1391
  my-scratch
1392
1392
  ```
1393
1393
 
1394
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.5/src/commands/data/export/beta/tree.ts)_
1394
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.6/src/commands/data/export/beta/tree.ts)_
1395
1395
 
1396
1396
  ## `sf data export tree`
1397
1397
 
@@ -1451,7 +1451,7 @@ EXAMPLES
1451
1451
  my-scratch
1452
1452
  ```
1453
1453
 
1454
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.5/src/commands/data/export/tree.ts)_
1454
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.6/src/commands/data/export/tree.ts)_
1455
1455
 
1456
1456
  ## `sf data get record`
1457
1457
 
@@ -1515,7 +1515,7 @@ EXAMPLES
1515
1515
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1516
1516
  ```
1517
1517
 
1518
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.5/src/commands/data/get/record.ts)_
1518
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.6/src/commands/data/get/record.ts)_
1519
1519
 
1520
1520
  ## `sf data import beta tree`
1521
1521
 
@@ -1559,7 +1559,7 @@ EXAMPLES
1559
1559
  $ sf data import beta tree --plan Account-Contact-plan.json
1560
1560
  ```
1561
1561
 
1562
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.5/src/commands/data/import/beta/tree.ts)_
1562
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.6/src/commands/data/import/beta/tree.ts)_
1563
1563
 
1564
1564
  ## `sf data import tree`
1565
1565
 
@@ -1609,7 +1609,7 @@ EXAMPLES
1609
1609
  $ sf data import tree --plan Account-Contact-plan.json
1610
1610
  ```
1611
1611
 
1612
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.5/src/commands/data/import/tree.ts)_
1612
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.6/src/commands/data/import/tree.ts)_
1613
1613
 
1614
1614
  ## `sf data query`
1615
1615
 
@@ -1673,7 +1673,7 @@ EXAMPLES
1673
1673
  $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
1674
1674
  ```
1675
1675
 
1676
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.5/src/commands/data/query.ts)_
1676
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.6/src/commands/data/query.ts)_
1677
1677
 
1678
1678
  ## `sf data query resume`
1679
1679
 
@@ -1711,7 +1711,7 @@ EXAMPLES
1711
1711
  $ sf data query resume --bulk-query-id 7500x000005BdFzXXX
1712
1712
  ```
1713
1713
 
1714
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.5/src/commands/data/query/resume.ts)_
1714
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.6/src/commands/data/query/resume.ts)_
1715
1715
 
1716
1716
  ## `sf data resume`
1717
1717
 
@@ -1748,7 +1748,7 @@ EXAMPLES
1748
1748
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
1749
1749
  ```
1750
1750
 
1751
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.5/src/commands/data/resume.ts)_
1751
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.6/src/commands/data/resume.ts)_
1752
1752
 
1753
1753
  ## `sf data update record`
1754
1754
 
@@ -1810,7 +1810,7 @@ EXAMPLES
1810
1810
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
1811
1811
  ```
1812
1812
 
1813
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.5/src/commands/data/update/record.ts)_
1813
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.6/src/commands/data/update/record.ts)_
1814
1814
 
1815
1815
  ## `sf data upsert bulk`
1816
1816
 
@@ -1863,7 +1863,7 @@ EXAMPLES
1863
1863
  my-scratch
1864
1864
  ```
1865
1865
 
1866
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.5/src/commands/data/upsert/bulk.ts)_
1866
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.6/src/commands/data/upsert/bulk.ts)_
1867
1867
 
1868
1868
  ## `sf data upsert resume`
1869
1869
 
@@ -1902,7 +1902,7 @@ EXAMPLES
1902
1902
  $ sf data upsert resume --use-most-recent --target-org my-scratch
1903
1903
  ```
1904
1904
 
1905
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.5/src/commands/data/upsert/resume.ts)_
1905
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.6/src/commands/data/upsert/resume.ts)_
1906
1906
 
1907
1907
  ## `sf doctor`
1908
1908
 
@@ -1997,7 +1997,7 @@ EXAMPLES
1997
1997
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1998
1998
  ```
1999
1999
 
2000
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.5/src/commands/force/data/bulk/delete.ts)_
2000
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.6/src/commands/force/data/bulk/delete.ts)_
2001
2001
 
2002
2002
  ## `sf force data bulk status`
2003
2003
 
@@ -2034,7 +2034,7 @@ EXAMPLES
2034
2034
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
2035
2035
  ```
2036
2036
 
2037
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.5/src/commands/force/data/bulk/status.ts)_
2037
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.6/src/commands/force/data/bulk/status.ts)_
2038
2038
 
2039
2039
  ## `sf force data bulk upsert`
2040
2040
 
@@ -2092,7 +2092,7 @@ EXAMPLES
2092
2092
  --target-org my-scratch
2093
2093
  ```
2094
2094
 
2095
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.5/src/commands/force/data/bulk/upsert.ts)_
2095
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.4.6/src/commands/force/data/bulk/upsert.ts)_
2096
2096
 
2097
2097
  ## `sf help [COMMAND]`
2098
2098
 
@@ -2649,7 +2649,7 @@ FLAG DESCRIPTIONS
2649
2649
  sandbox.
2650
2650
  ```
2651
2651
 
2652
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.0/src/commands/org/create/sandbox.ts)_
2652
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.1/src/commands/org/create/sandbox.ts)_
2653
2653
 
2654
2654
  ## `sf org create scratch`
2655
2655
 
@@ -2803,7 +2803,7 @@ FLAG DESCRIPTIONS
2803
2803
  Omit this flag to have Salesforce generate a unique username for your org.
2804
2804
  ```
2805
2805
 
2806
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.0/src/commands/org/create/scratch.ts)_
2806
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.1/src/commands/org/create/scratch.ts)_
2807
2807
 
2808
2808
  ## `sf org create user`
2809
2809
 
@@ -2957,7 +2957,7 @@ EXAMPLES
2957
2957
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
2958
2958
  ```
2959
2959
 
2960
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.0/src/commands/org/delete/sandbox.ts)_
2960
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.1/src/commands/org/delete/sandbox.ts)_
2961
2961
 
2962
2962
  ## `sf org delete scratch`
2963
2963
 
@@ -3001,7 +3001,7 @@ EXAMPLES
3001
3001
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
3002
3002
  ```
3003
3003
 
3004
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.0/src/commands/org/delete/scratch.ts)_
3004
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.1/src/commands/org/delete/scratch.ts)_
3005
3005
 
3006
3006
  ## `sf org disable tracking`
3007
3007
 
@@ -3040,7 +3040,7 @@ EXAMPLES
3040
3040
  $ sf org disable tracking
3041
3041
  ```
3042
3042
 
3043
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.0/src/commands/org/disable/tracking.ts)_
3043
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.1/src/commands/org/disable/tracking.ts)_
3044
3044
 
3045
3045
  ## `sf org display`
3046
3046
 
@@ -3085,7 +3085,7 @@ EXAMPLES
3085
3085
  $ sf org display --target-org TestOrg1 --verbose
3086
3086
  ```
3087
3087
 
3088
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.0/src/commands/org/display.ts)_
3088
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.1/src/commands/org/display.ts)_
3089
3089
 
3090
3090
  ## `sf org display user`
3091
3091
 
@@ -3166,7 +3166,7 @@ EXAMPLES
3166
3166
  $ sf org enable tracking
3167
3167
  ```
3168
3168
 
3169
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.0/src/commands/org/enable/tracking.ts)_
3169
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.1/src/commands/org/enable/tracking.ts)_
3170
3170
 
3171
3171
  ## `sf org generate password`
3172
3172
 
@@ -3272,7 +3272,7 @@ EXAMPLES
3272
3272
  $ sf org list --clean
3273
3273
  ```
3274
3274
 
3275
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.0/src/commands/org/list.ts)_
3275
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.1/src/commands/org/list.ts)_
3276
3276
 
3277
3277
  ## `sf org list auth`
3278
3278
 
@@ -3411,7 +3411,7 @@ FLAG DESCRIPTIONS
3411
3411
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
3412
3412
  ```
3413
3413
 
3414
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.0/src/commands/org/list/metadata.ts)_
3414
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.1/src/commands/org/list/metadata.ts)_
3415
3415
 
3416
3416
  ## `sf org list metadata-types`
3417
3417
 
@@ -3466,7 +3466,7 @@ FLAG DESCRIPTIONS
3466
3466
  Override the api version used for api requests made by this command
3467
3467
  ```
3468
3468
 
3469
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.0/src/commands/org/list/metadata-types.ts)_
3469
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.1/src/commands/org/list/metadata-types.ts)_
3470
3470
 
3471
3471
  ## `sf org list sobject record-counts`
3472
3472
 
@@ -4040,7 +4040,7 @@ EXAMPLES
4040
4040
  $ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
4041
4041
  ```
4042
4042
 
4043
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.0/src/commands/org/open.ts)_
4043
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.1/src/commands/org/open.ts)_
4044
4044
 
4045
4045
  ## `sf org refresh sandbox`
4046
4046
 
@@ -4119,7 +4119,7 @@ FLAG DESCRIPTIONS
4119
4119
  By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
4120
4120
  ```
4121
4121
 
4122
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.0/src/commands/org/refresh/sandbox.ts)_
4122
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.1/src/commands/org/refresh/sandbox.ts)_
4123
4123
 
4124
4124
  ## `sf org resume sandbox`
4125
4125
 
@@ -4182,7 +4182,7 @@ FLAG DESCRIPTIONS
4182
4182
  returns the job ID. To resume checking the sandbox creation, rerun this command.
4183
4183
  ```
4184
4184
 
4185
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.0/src/commands/org/resume/sandbox.ts)_
4185
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.1/src/commands/org/resume/sandbox.ts)_
4186
4186
 
4187
4187
  ## `sf org resume scratch`
4188
4188
 
@@ -4229,7 +4229,7 @@ FLAG DESCRIPTIONS
4229
4229
  The job ID is valid for 24 hours after you start the scratch org creation.
4230
4230
  ```
4231
4231
 
4232
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.0/src/commands/org/resume/scratch.ts)_
4232
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.2.1/src/commands/org/resume/scratch.ts)_
4233
4233
 
4234
4234
  ## `sf package create`
4235
4235
 
@@ -5723,7 +5723,7 @@ FLAG DESCRIPTIONS
5723
5723
  If you specify this parameter, don’t specify --metadata or --source-dir.
5724
5724
  ```
5725
5725
 
5726
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.2/src/commands/project/convert/mdapi.ts)_
5726
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/convert/mdapi.ts)_
5727
5727
 
5728
5728
  ## `sf project convert source`
5729
5729
 
@@ -5735,7 +5735,7 @@ USAGE
5735
5735
  [-p <value>... | -x <value> | -m <value>...]
5736
5736
 
5737
5737
  FLAGS
5738
- -d, --output-dir=<value> [default: metadataPackage_1717836433328] Output directory to store the Metadata
5738
+ -d, --output-dir=<value> [default: metadataPackage_1718026641378] Output directory to store the Metadata
5739
5739
  API–formatted files in.
5740
5740
  -m, --metadata=<value>... Metadata component names to convert.
5741
5741
  -n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
@@ -5796,7 +5796,7 @@ FLAG DESCRIPTIONS
5796
5796
  Override the api version used for api requests made by this command
5797
5797
  ```
5798
5798
 
5799
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.2/src/commands/project/convert/source.ts)_
5799
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/convert/source.ts)_
5800
5800
 
5801
5801
  ## `sf project convert source-behavior`
5802
5802
 
@@ -5853,7 +5853,7 @@ EXAMPLES
5853
5853
  $ sf project convert source-behavior --behavior decomposeCustomLabelsBeta --dry-run --preserve-temp-dir
5854
5854
  ```
5855
5855
 
5856
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.2/src/commands/project/convert/source-behavior.ts)_
5856
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/convert/source-behavior.ts)_
5857
5857
 
5858
5858
  ## `sf project delete source`
5859
5859
 
@@ -5993,7 +5993,7 @@ FLAG DESCRIPTIONS
5993
5993
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
5994
5994
  ```
5995
5995
 
5996
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.2/src/commands/project/delete/source.ts)_
5996
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/delete/source.ts)_
5997
5997
 
5998
5998
  ## `sf project delete tracking`
5999
5999
 
@@ -6030,7 +6030,7 @@ EXAMPLES
6030
6030
  $ sf project delete tracking --target-org my-scratch
6031
6031
  ```
6032
6032
 
6033
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.2/src/commands/project/delete/tracking.ts)_
6033
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/delete/tracking.ts)_
6034
6034
 
6035
6035
  ## `sf project deploy cancel`
6036
6036
 
@@ -6102,7 +6102,7 @@ FLAG DESCRIPTIONS
6102
6102
  project deploy report".
6103
6103
  ```
6104
6104
 
6105
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.2/src/commands/project/deploy/cancel.ts)_
6105
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/deploy/cancel.ts)_
6106
6106
 
6107
6107
  ## `sf project deploy preview`
6108
6108
 
@@ -6185,7 +6185,7 @@ FLAG DESCRIPTIONS
6185
6185
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
6186
6186
  ```
6187
6187
 
6188
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.2/src/commands/project/deploy/preview.ts)_
6188
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/deploy/preview.ts)_
6189
6189
 
6190
6190
  ## `sf project deploy quick`
6191
6191
 
@@ -6278,7 +6278,7 @@ ERROR CODES
6278
6278
  Canceling (69) The deploy is being canceled.
6279
6279
  ```
6280
6280
 
6281
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.2/src/commands/project/deploy/quick.ts)_
6281
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/deploy/quick.ts)_
6282
6282
 
6283
6283
  ## `sf project deploy report`
6284
6284
 
@@ -6370,7 +6370,7 @@ FLAG DESCRIPTIONS
6370
6370
  --coverage-formatters lcov --coverage-formatters clover
6371
6371
  ```
6372
6372
 
6373
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.2/src/commands/project/deploy/report.ts)_
6373
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/deploy/report.ts)_
6374
6374
 
6375
6375
  ## `sf project deploy resume`
6376
6376
 
@@ -6467,7 +6467,7 @@ ERROR CODES
6467
6467
  Canceling (69) The deploy is being canceled.
6468
6468
  ```
6469
6469
 
6470
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.2/src/commands/project/deploy/resume.ts)_
6470
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/deploy/resume.ts)_
6471
6471
 
6472
6472
  ## `sf project deploy start`
6473
6473
 
@@ -6710,7 +6710,7 @@ ERROR CODES
6710
6710
  Canceling (69) The deploy is being canceled.
6711
6711
  ```
6712
6712
 
6713
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.2/src/commands/project/deploy/start.ts)_
6713
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/deploy/start.ts)_
6714
6714
 
6715
6715
  ## `sf project deploy validate`
6716
6716
 
@@ -6900,7 +6900,7 @@ ERROR CODES
6900
6900
  Canceling (69) The deploy is being canceled.
6901
6901
  ```
6902
6902
 
6903
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.2/src/commands/project/deploy/validate.ts)_
6903
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/deploy/validate.ts)_
6904
6904
 
6905
6905
  ## `sf project generate`
6906
6906
 
@@ -7082,7 +7082,7 @@ EXAMPLES
7082
7082
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
7083
7083
  ```
7084
7084
 
7085
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.2/src/commands/project/generate/manifest.ts)_
7085
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/generate/manifest.ts)_
7086
7086
 
7087
7087
  ## `sf project list ignored`
7088
7088
 
@@ -7124,7 +7124,7 @@ EXAMPLES
7124
7124
  $ sf project list ignored --source-dir package.xml
7125
7125
  ```
7126
7126
 
7127
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.2/src/commands/project/list/ignored.ts)_
7127
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/list/ignored.ts)_
7128
7128
 
7129
7129
  ## `sf project reset tracking`
7130
7130
 
@@ -7173,7 +7173,7 @@ EXAMPLES
7173
7173
  $ sf project reset tracking --revision 30
7174
7174
  ```
7175
7175
 
7176
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.2/src/commands/project/reset/tracking.ts)_
7176
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/reset/tracking.ts)_
7177
7177
 
7178
7178
  ## `sf project retrieve preview`
7179
7179
 
@@ -7227,7 +7227,7 @@ FLAG DESCRIPTIONS
7227
7227
  production orgs.
7228
7228
  ```
7229
7229
 
7230
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.2/src/commands/project/retrieve/preview.ts)_
7230
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/retrieve/preview.ts)_
7231
7231
 
7232
7232
  ## `sf project retrieve start`
7233
7233
 
@@ -7394,7 +7394,7 @@ ENVIRONMENT VARIABLES
7394
7394
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
7395
7395
  ```
7396
7396
 
7397
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.2/src/commands/project/retrieve/start.ts)_
7397
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.3/src/commands/project/retrieve/start.ts)_
7398
7398
 
7399
7399
  ## `sf schema generate field`
7400
7400
 
@@ -7448,7 +7448,7 @@ FLAG DESCRIPTIONS
7448
7448
  If you don't specify this flag, the command prompts you to choose from your local objects.
7449
7449
  ```
7450
7450
 
7451
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.10/src/commands/schema/generate/field.ts)_
7451
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.11/src/commands/schema/generate/field.ts)_
7452
7452
 
7453
7453
  ## `sf schema generate platformevent`
7454
7454
 
@@ -7480,7 +7480,7 @@ EXAMPLES
7480
7480
  $ sf schema generate platformevent --label "My Platform Event"
7481
7481
  ```
7482
7482
 
7483
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.10/src/commands/schema/generate/platformevent.ts)_
7483
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.11/src/commands/schema/generate/platformevent.ts)_
7484
7484
 
7485
7485
  ## `sf schema generate sobject`
7486
7486
 
@@ -7537,7 +7537,7 @@ FLAG DESCRIPTIONS
7537
7537
  - Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
7538
7538
  ```
7539
7539
 
7540
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.10/src/commands/schema/generate/sobject.ts)_
7540
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.11/src/commands/schema/generate/sobject.ts)_
7541
7541
 
7542
7542
  ## `sf schema generate tab`
7543
7543
 
@@ -7585,7 +7585,7 @@ FLAG DESCRIPTIONS
7585
7585
  The API name for a custom object always ends in `__c`, such as `MyObject__c`.
7586
7586
  ```
7587
7587
 
7588
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.10/src/commands/schema/generate/tab.ts)_
7588
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.11/src/commands/schema/generate/tab.ts)_
7589
7589
 
7590
7590
  ## `sf search`
7591
7591
 
@@ -7601,7 +7601,7 @@ DESCRIPTION
7601
7601
  Once you select a command, hit enter and it will show the help for that command.
7602
7602
  ```
7603
7603
 
7604
- _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.1.1/src/commands/search.ts)_
7604
+ _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.1.2/src/commands/search.ts)_
7605
7605
 
7606
7606
  ## `sf sobject describe`
7607
7607
 
@@ -7786,7 +7786,7 @@ EXAMPLES
7786
7786
  $ sf update --available
7787
7787
  ```
7788
7788
 
7789
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.3.3/src/commands/update.ts)_
7789
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.3.4/src/commands/update.ts)_
7790
7790
 
7791
7791
  ## `sf version`
7792
7792
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.46.4",
3
+ "version": "2.46.5-qa.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.46.4",
9
+ "version": "2.46.5-qa.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -17,8 +17,8 @@
17
17
  "@oclif/plugin-help": "6.2.1",
18
18
  "@oclif/plugin-not-found": "3.2.3",
19
19
  "@oclif/plugin-plugins": "5.2.4",
20
- "@oclif/plugin-search": "1.1.1",
21
- "@oclif/plugin-update": "4.3.3",
20
+ "@oclif/plugin-search": "1.1.2",
21
+ "@oclif/plugin-update": "4.3.4",
22
22
  "@oclif/plugin-version": "2.2.3",
23
23
  "@oclif/plugin-warn-if-update-available": "3.1.5",
24
24
  "@oclif/plugin-which": "3.2.2",
@@ -26,22 +26,22 @@
26
26
  "@salesforce/kit": "^3.1.0",
27
27
  "@salesforce/plugin-apex": "3.1.18",
28
28
  "@salesforce/plugin-auth": "3.6.21",
29
- "@salesforce/plugin-data": "3.4.5",
30
- "@salesforce/plugin-deploy-retrieve": "3.9.2",
29
+ "@salesforce/plugin-data": "3.4.6",
30
+ "@salesforce/plugin-deploy-retrieve": "3.9.3",
31
31
  "@salesforce/plugin-info": "3.3.6",
32
32
  "@salesforce/plugin-limits": "3.3.12",
33
33
  "@salesforce/plugin-marketplace": "1.2.12",
34
- "@salesforce/plugin-org": "4.2.0",
34
+ "@salesforce/plugin-org": "4.2.1",
35
35
  "@salesforce/plugin-packaging": "2.4.6",
36
36
  "@salesforce/plugin-schema": "3.3.11",
37
37
  "@salesforce/plugin-settings": "2.3.1",
38
- "@salesforce/plugin-sobject": "1.4.10",
38
+ "@salesforce/plugin-sobject": "1.4.11",
39
39
  "@salesforce/plugin-source": "3.4.2",
40
40
  "@salesforce/plugin-telemetry": "3.4.0",
41
41
  "@salesforce/plugin-templates": "56.2.11",
42
42
  "@salesforce/plugin-trust": "3.7.5",
43
43
  "@salesforce/plugin-user": "3.5.13",
44
- "@salesforce/sf-plugins-core": "10.0.0",
44
+ "@salesforce/sf-plugins-core": "10.0.1",
45
45
  "ansis": "^3.2.0"
46
46
  },
47
47
  "bin": {
@@ -4112,9 +4112,9 @@
4112
4112
  }
4113
4113
  },
4114
4114
  "node_modules/@oclif/plugin-search": {
4115
- "version": "1.1.1",
4116
- "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.1.1.tgz",
4117
- "integrity": "sha512-86uNZ6qKdHLxB/DE/1GGQGSjXK7X++0iFnoD5S59GEcZYQUa2yB/gVTyIOM8gN2JA+8kv/u5anqO59oxHHGkfw==",
4115
+ "version": "1.1.2",
4116
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.1.2.tgz",
4117
+ "integrity": "sha512-F4CH+q4CFIpr3XmSXycOEHK/6cat+/DrFHChV6/PAqQQS0bDPa08XPeTqkFqUfyh0DbLHki6gyfX5pbfhMRbyw==",
4118
4118
  "license": "MIT",
4119
4119
  "dependencies": {
4120
4120
  "@oclif/core": "^4",
@@ -4125,9 +4125,9 @@
4125
4125
  }
4126
4126
  },
4127
4127
  "node_modules/@oclif/plugin-update": {
4128
- "version": "4.3.3",
4129
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.3.3.tgz",
4130
- "integrity": "sha512-q54YREs4x47qv7OkFXsI49JMbJUuHXfrOfdbxr6TX1FRfrUeRdwlEP32BnOv9NJpwLe/S09RrBMMWgcSoYfXXA==",
4128
+ "version": "4.3.4",
4129
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.3.4.tgz",
4130
+ "integrity": "sha512-By80TBhMBDTaaklyzunnQj8FHntac1RkX4gUMbzd4RWV6d38J67VC9cxt94w8VDWT2Hh/ymJj0W9ugIlHrVmhg==",
4131
4131
  "license": "MIT",
4132
4132
  "dependencies": {
4133
4133
  "@inquirer/select": "^2.3.5",
@@ -4696,13 +4696,13 @@
4696
4696
  }
4697
4697
  },
4698
4698
  "node_modules/@salesforce/kit": {
4699
- "version": "3.1.2",
4700
- "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.2.tgz",
4701
- "integrity": "sha512-si+ddvZDgx9q5czxAANuK5xhz3pv+KGspQy1wyia/7HDPKadA0QZkLTzUnO1Ju4Mux32CNHEb2y9lw9jj+eVTA==",
4699
+ "version": "3.1.3",
4700
+ "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.3.tgz",
4701
+ "integrity": "sha512-uGiG8wOyPciba63WFPazs7nJFBPdOkjVTot8h3Zt+K6kh4+8XgfHI9lOa4NVXtZpuOnBI4Zklbcu3R3V1mZYsg==",
4702
4702
  "license": "BSD-3-Clause",
4703
4703
  "dependencies": {
4704
4704
  "@salesforce/ts-types": "^2.0.9",
4705
- "tslib": "^2.6.2"
4705
+ "tslib": "^2.6.3"
4706
4706
  }
4707
4707
  },
4708
4708
  "node_modules/@salesforce/packaging": {
@@ -5003,9 +5003,9 @@
5003
5003
  }
5004
5004
  },
5005
5005
  "node_modules/@salesforce/plugin-data": {
5006
- "version": "3.4.5",
5007
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.4.5.tgz",
5008
- "integrity": "sha512-S4DwKFdWUXQdZ193iNlR48ae36qJpyH4zDiZpkX7qkxL3/Ogpd3bxd4TR5CkKICxeoBDoHneeh/526lC54QaQg==",
5006
+ "version": "3.4.6",
5007
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.4.6.tgz",
5008
+ "integrity": "sha512-DzoK6Oolr+w48ryLjZpkmSoURmVqjly/ky+uPAglx61mTT7TpeEKfmAecGS3gaovy2udTAMwHJe2uAny5c2WaA==",
5009
5009
  "license": "BSD-3-Clause",
5010
5010
  "dependencies": {
5011
5011
  "@jsforce/jsforce-node": "^3.2.0",
@@ -5031,19 +5031,19 @@
5031
5031
  "license": "MIT"
5032
5032
  },
5033
5033
  "node_modules/@salesforce/plugin-deploy-retrieve": {
5034
- "version": "3.9.2",
5035
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.2.tgz",
5036
- "integrity": "sha512-eZPfrBuF3rjxOGBvTlZDkgxq800wVaqw8YmQnht/zBWFTeUqUKxEoD2U06qoyclxTZ0aTDMyxdF2tu2GqiQCdw==",
5034
+ "version": "3.9.3",
5035
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.3.tgz",
5036
+ "integrity": "sha512-816BMMqPngQbm2nx4pbP4fjmgJFQwE1S7cgFfxsG6J7lRp6vIFfHgg/yzuxyEmNemuluAwwtGYAJLeQCqRm2sg==",
5037
5037
  "license": "BSD-3-Clause",
5038
5038
  "dependencies": {
5039
- "@oclif/core": "^4",
5039
+ "@oclif/core": "^4.0.3",
5040
5040
  "@salesforce/apex-node": "^6.1.2",
5041
- "@salesforce/core": "^7.3.9",
5041
+ "@salesforce/core": "^7.3.11",
5042
5042
  "@salesforce/kit": "^3.1.2",
5043
5043
  "@salesforce/plugin-info": "^3.3.4",
5044
5044
  "@salesforce/sf-plugins-core": "^10.0.0",
5045
5045
  "@salesforce/source-deploy-retrieve": "^11.6.5",
5046
- "@salesforce/source-tracking": "^6.3.4",
5046
+ "@salesforce/source-tracking": "^6.5.1",
5047
5047
  "@salesforce/ts-types": "^2.0.9",
5048
5048
  "chalk": "^5.3.0"
5049
5049
  },
@@ -5119,12 +5119,12 @@
5119
5119
  }
5120
5120
  },
5121
5121
  "node_modules/@salesforce/plugin-org": {
5122
- "version": "4.2.0",
5123
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.2.0.tgz",
5124
- "integrity": "sha512-I/MPACLRWyliRp7E7Br5f0lc9A1WK7s4Mr+/86Z1VQDE3ZvP4Q2lwKbkdFMS7buoLtDoe2xnrV5ySwri2pHLLg==",
5122
+ "version": "4.2.1",
5123
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.2.1.tgz",
5124
+ "integrity": "sha512-AvMbFVDqEwfR1xpjPzLt2flR8FOlZ0prNb2QMtf6DRglosVbfT9J0jj7kolCXJk+IFuE4twW4g+q1ZXEUeTwyg==",
5125
5125
  "license": "BSD-3-Clause",
5126
5126
  "dependencies": {
5127
- "@oclif/core": "^4.0.2",
5127
+ "@oclif/core": "^4.0.3",
5128
5128
  "@salesforce/core": "^7.3.10",
5129
5129
  "@salesforce/kit": "^3.1.1",
5130
5130
  "@salesforce/sf-plugins-core": "^10.0.0",
@@ -5565,9 +5565,9 @@
5565
5565
  }
5566
5566
  },
5567
5567
  "node_modules/@salesforce/plugin-sobject": {
5568
- "version": "1.4.10",
5569
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.10.tgz",
5570
- "integrity": "sha512-A5o+79kbrE3TGm+nHPoH9mbUsAHxt9+cdQMZy4BzRapB/FJ67FLAT/OzoKzLMz5BGEtvnEgu2MeiAH9hKaDcEg==",
5568
+ "version": "1.4.11",
5569
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.11.tgz",
5570
+ "integrity": "sha512-y6LHg572yEonEHu3tytWItoeF1IAJdAuhVxeHhey985N8m9zDkbYCGHHpx/CFNcQPesAARFzYJ2QEv1Lsg5a3Q==",
5571
5571
  "license": "BSD-3-Clause",
5572
5572
  "dependencies": {
5573
5573
  "@inquirer/confirm": "^3.1.8",
@@ -5726,18 +5726,18 @@
5726
5726
  "license": "ISC"
5727
5727
  },
5728
5728
  "node_modules/@salesforce/sf-plugins-core": {
5729
- "version": "10.0.0",
5730
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-10.0.0.tgz",
5731
- "integrity": "sha512-Y18aDrz376Ekza45nfCjpyiI+np1oY9Cc7DxNAYiP37c0lstTajVsgz6wvDvt6p6QGEX//nnqcz/NaMlry/INw==",
5729
+ "version": "10.0.1",
5730
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-10.0.1.tgz",
5731
+ "integrity": "sha512-FsbZKshTgyHYO1KNuEuNGhzLj5diuh7lMElNkT4xfmwGjciDEIBtZf/aMAdN9AYpIj/TkAvi7Xnxs1gMHPOGNQ==",
5732
5732
  "license": "BSD-3-Clause",
5733
5733
  "dependencies": {
5734
5734
  "@inquirer/confirm": "^3.1.9",
5735
5735
  "@inquirer/password": "^2.1.9",
5736
- "@oclif/core": "^4",
5737
- "@salesforce/core": "^7.3.10",
5738
- "@salesforce/kit": "^3.1.2",
5736
+ "@oclif/core": "^4.0.3",
5737
+ "@salesforce/core": "^7.3.12",
5738
+ "@salesforce/kit": "^3.1.3",
5739
5739
  "@salesforce/ts-types": "^2.0.9",
5740
- "ansis": "^3.1.1",
5740
+ "ansis": "^3.2.0",
5741
5741
  "cli-progress": "^3.12.0",
5742
5742
  "natural-orderby": "^3.0.2",
5743
5743
  "slice-ansi": "^7.1.0",
@@ -23696,9 +23696,9 @@
23696
23696
  }
23697
23697
  },
23698
23698
  "node_modules/tslib": {
23699
- "version": "2.6.2",
23700
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
23701
- "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
23699
+ "version": "2.6.3",
23700
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
23701
+ "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
23702
23702
  "license": "0BSD"
23703
23703
  },
23704
23704
  "node_modules/tty-table": {
package/oclif.lock CHANGED
@@ -2101,7 +2101,7 @@
2101
2101
  wordwrap "^1.0.0"
2102
2102
  wrap-ansi "^7.0.0"
2103
2103
 
2104
- "@oclif/core@^4", "@oclif/core@^4.0.0-beta.12", "@oclif/core@^4.0.2", "@oclif/core@^4.0.3", "@oclif/core@4.0.3":
2104
+ "@oclif/core@^4", "@oclif/core@^4.0.0-beta.12", "@oclif/core@^4.0.3", "@oclif/core@4.0.3":
2105
2105
  version "4.0.3"
2106
2106
  resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.3.tgz"
2107
2107
  integrity sha512-yM8R/M2WfSNfL9eF8clS/SbQvanvHZJgoij5bLs3ro7uAFCkL/LYcagyj0UVGbysx5AI+SNIof6OHQUXYZpOZw==
@@ -2228,18 +2228,18 @@
2228
2228
  which "^4.0.0"
2229
2229
  yarn "^1.22.22"
2230
2230
 
2231
- "@oclif/plugin-search@1.1.1":
2232
- version "1.1.1"
2233
- resolved "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.1.1.tgz"
2234
- integrity sha512-86uNZ6qKdHLxB/DE/1GGQGSjXK7X++0iFnoD5S59GEcZYQUa2yB/gVTyIOM8gN2JA+8kv/u5anqO59oxHHGkfw==
2231
+ "@oclif/plugin-search@1.1.2":
2232
+ version "1.1.2"
2233
+ resolved "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.1.2.tgz"
2234
+ integrity sha512-F4CH+q4CFIpr3XmSXycOEHK/6cat+/DrFHChV6/PAqQQS0bDPa08XPeTqkFqUfyh0DbLHki6gyfX5pbfhMRbyw==
2235
2235
  dependencies:
2236
2236
  "@oclif/core" "^4"
2237
2237
  inquirer-autocomplete-standalone "^0.8.1"
2238
2238
 
2239
- "@oclif/plugin-update@4.3.3":
2240
- version "4.3.3"
2241
- resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.3.3.tgz"
2242
- integrity sha512-q54YREs4x47qv7OkFXsI49JMbJUuHXfrOfdbxr6TX1FRfrUeRdwlEP32BnOv9NJpwLe/S09RrBMMWgcSoYfXXA==
2239
+ "@oclif/plugin-update@4.3.4":
2240
+ version "4.3.4"
2241
+ resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.3.4.tgz"
2242
+ integrity sha512-By80TBhMBDTaaklyzunnQj8FHntac1RkX4gUMbzd4RWV6d38J67VC9cxt94w8VDWT2Hh/ymJj0W9ugIlHrVmhg==
2243
2243
  dependencies:
2244
2244
  "@inquirer/select" "^2.3.5"
2245
2245
  "@oclif/core" "^4"
@@ -2551,7 +2551,7 @@
2551
2551
  strip-ansi "6.0.1"
2552
2552
  ts-retry-promise "^0.8.1"
2553
2553
 
2554
- "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.10", "@salesforce/core@^7.3.12", "@salesforce/core@^7.3.5", "@salesforce/core@^7.3.6", "@salesforce/core@^7.3.8", "@salesforce/core@^7.3.9":
2554
+ "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.10", "@salesforce/core@^7.3.11", "@salesforce/core@^7.3.12", "@salesforce/core@^7.3.5", "@salesforce/core@^7.3.6", "@salesforce/core@^7.3.8", "@salesforce/core@^7.3.9":
2555
2555
  version "7.3.12"
2556
2556
  resolved "https://registry.npmjs.org/@salesforce/core/-/core-7.3.12.tgz"
2557
2557
  integrity sha512-a53KYv2xaJpmFlN4haI7ewaMpRqdRwaqbm11wLn0il6+LNR1/2zkRdqE3opdTW6aXNvVecNu0YQj5/u3Uz3oPw==
@@ -2612,13 +2612,13 @@
2612
2612
  typescript "^5.4.3"
2613
2613
  wireit "^0.14.4"
2614
2614
 
2615
- "@salesforce/kit@^3.1.0", "@salesforce/kit@^3.1.1", "@salesforce/kit@^3.1.2":
2616
- version "3.1.2"
2617
- resolved "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.2.tgz"
2618
- integrity sha512-si+ddvZDgx9q5czxAANuK5xhz3pv+KGspQy1wyia/7HDPKadA0QZkLTzUnO1Ju4Mux32CNHEb2y9lw9jj+eVTA==
2615
+ "@salesforce/kit@^3.1.0", "@salesforce/kit@^3.1.1", "@salesforce/kit@^3.1.2", "@salesforce/kit@^3.1.3":
2616
+ version "3.1.3"
2617
+ resolved "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.3.tgz"
2618
+ integrity sha512-uGiG8wOyPciba63WFPazs7nJFBPdOkjVTot8h3Zt+K6kh4+8XgfHI9lOa4NVXtZpuOnBI4Zklbcu3R3V1mZYsg==
2619
2619
  dependencies:
2620
2620
  "@salesforce/ts-types" "^2.0.9"
2621
- tslib "^2.6.2"
2621
+ tslib "^2.6.3"
2622
2622
 
2623
2623
  "@salesforce/packaging@^3.5.16":
2624
2624
  version "3.5.16"
@@ -2683,10 +2683,10 @@
2683
2683
  debug "^4.3.4"
2684
2684
  handlebars "^4.7.8"
2685
2685
 
2686
- "@salesforce/plugin-data@3.4.5":
2687
- version "3.4.5"
2688
- resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.4.5.tgz"
2689
- integrity sha512-S4DwKFdWUXQdZ193iNlR48ae36qJpyH4zDiZpkX7qkxL3/Ogpd3bxd4TR5CkKICxeoBDoHneeh/526lC54QaQg==
2686
+ "@salesforce/plugin-data@3.4.6":
2687
+ version "3.4.6"
2688
+ resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.4.6.tgz"
2689
+ integrity sha512-DzoK6Oolr+w48ryLjZpkmSoURmVqjly/ky+uPAglx61mTT7TpeEKfmAecGS3gaovy2udTAMwHJe2uAny5c2WaA==
2690
2690
  dependencies:
2691
2691
  "@jsforce/jsforce-node" "^3.2.0"
2692
2692
  "@oclif/core" "^4"
@@ -2700,19 +2700,19 @@
2700
2700
  csv-stringify "^6.5.0"
2701
2701
  form-data "^4.0.0"
2702
2702
 
2703
- "@salesforce/plugin-deploy-retrieve@3.9.2":
2704
- version "3.9.2"
2705
- resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.2.tgz"
2706
- integrity sha512-eZPfrBuF3rjxOGBvTlZDkgxq800wVaqw8YmQnht/zBWFTeUqUKxEoD2U06qoyclxTZ0aTDMyxdF2tu2GqiQCdw==
2703
+ "@salesforce/plugin-deploy-retrieve@3.9.3":
2704
+ version "3.9.3"
2705
+ resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.3.tgz"
2706
+ integrity sha512-816BMMqPngQbm2nx4pbP4fjmgJFQwE1S7cgFfxsG6J7lRp6vIFfHgg/yzuxyEmNemuluAwwtGYAJLeQCqRm2sg==
2707
2707
  dependencies:
2708
- "@oclif/core" "^4"
2708
+ "@oclif/core" "^4.0.3"
2709
2709
  "@salesforce/apex-node" "^6.1.2"
2710
- "@salesforce/core" "^7.3.9"
2710
+ "@salesforce/core" "^7.3.11"
2711
2711
  "@salesforce/kit" "^3.1.2"
2712
2712
  "@salesforce/plugin-info" "^3.3.4"
2713
2713
  "@salesforce/sf-plugins-core" "^10.0.0"
2714
2714
  "@salesforce/source-deploy-retrieve" "^11.6.5"
2715
- "@salesforce/source-tracking" "^6.3.4"
2715
+ "@salesforce/source-tracking" "^6.5.1"
2716
2716
  "@salesforce/ts-types" "^2.0.9"
2717
2717
  chalk "^5.3.0"
2718
2718
 
@@ -2756,12 +2756,12 @@
2756
2756
  got "^13.0.0"
2757
2757
  proxy-agent "^6.4.0"
2758
2758
 
2759
- "@salesforce/plugin-org@4.2.0":
2760
- version "4.2.0"
2761
- resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.2.0.tgz"
2762
- integrity sha512-I/MPACLRWyliRp7E7Br5f0lc9A1WK7s4Mr+/86Z1VQDE3ZvP4Q2lwKbkdFMS7buoLtDoe2xnrV5ySwri2pHLLg==
2759
+ "@salesforce/plugin-org@4.2.1":
2760
+ version "4.2.1"
2761
+ resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.2.1.tgz"
2762
+ integrity sha512-AvMbFVDqEwfR1xpjPzLt2flR8FOlZ0prNb2QMtf6DRglosVbfT9J0jj7kolCXJk+IFuE4twW4g+q1ZXEUeTwyg==
2763
2763
  dependencies:
2764
- "@oclif/core" "^4.0.2"
2764
+ "@oclif/core" "^4.0.3"
2765
2765
  "@salesforce/core" "^7.3.10"
2766
2766
  "@salesforce/kit" "^3.1.1"
2767
2767
  "@salesforce/sf-plugins-core" "^10.0.0"
@@ -2830,10 +2830,10 @@
2830
2830
  "@salesforce/sf-plugins-core" "^10.0.0"
2831
2831
  fast-levenshtein "^3.0.0"
2832
2832
 
2833
- "@salesforce/plugin-sobject@1.4.10":
2834
- version "1.4.10"
2835
- resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.10.tgz"
2836
- integrity sha512-A5o+79kbrE3TGm+nHPoH9mbUsAHxt9+cdQMZy4BzRapB/FJ67FLAT/OzoKzLMz5BGEtvnEgu2MeiAH9hKaDcEg==
2833
+ "@salesforce/plugin-sobject@1.4.11":
2834
+ version "1.4.11"
2835
+ resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.11.tgz"
2836
+ integrity sha512-y6LHg572yEonEHu3tytWItoeF1IAJdAuhVxeHhey985N8m9zDkbYCGHHpx/CFNcQPesAARFzYJ2QEv1Lsg5a3Q==
2837
2837
  dependencies:
2838
2838
  "@inquirer/confirm" "^3.1.8"
2839
2839
  "@inquirer/input" "^2.1.9"
@@ -2927,18 +2927,18 @@
2927
2927
  resolved "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.9.0.tgz"
2928
2928
  integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
2929
2929
 
2930
- "@salesforce/sf-plugins-core@^10.0.0", "@salesforce/sf-plugins-core@10.0.0":
2931
- version "10.0.0"
2932
- resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-10.0.0.tgz"
2933
- integrity sha512-Y18aDrz376Ekza45nfCjpyiI+np1oY9Cc7DxNAYiP37c0lstTajVsgz6wvDvt6p6QGEX//nnqcz/NaMlry/INw==
2930
+ "@salesforce/sf-plugins-core@^10.0.0", "@salesforce/sf-plugins-core@10.0.1":
2931
+ version "10.0.1"
2932
+ resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-10.0.1.tgz"
2933
+ integrity sha512-FsbZKshTgyHYO1KNuEuNGhzLj5diuh7lMElNkT4xfmwGjciDEIBtZf/aMAdN9AYpIj/TkAvi7Xnxs1gMHPOGNQ==
2934
2934
  dependencies:
2935
2935
  "@inquirer/confirm" "^3.1.9"
2936
2936
  "@inquirer/password" "^2.1.9"
2937
- "@oclif/core" "^4"
2938
- "@salesforce/core" "^7.3.10"
2939
- "@salesforce/kit" "^3.1.2"
2937
+ "@oclif/core" "^4.0.3"
2938
+ "@salesforce/core" "^7.3.12"
2939
+ "@salesforce/kit" "^3.1.3"
2940
2940
  "@salesforce/ts-types" "^2.0.9"
2941
- ansis "^3.1.1"
2941
+ ansis "^3.2.0"
2942
2942
  cli-progress "^3.12.0"
2943
2943
  natural-orderby "^3.0.2"
2944
2944
  slice-ansi "^7.1.0"
@@ -2989,7 +2989,7 @@
2989
2989
  minimatch "^5.1.6"
2990
2990
  proxy-agent "^6.4.0"
2991
2991
 
2992
- "@salesforce/source-tracking@^6.3.4", "@salesforce/source-tracking@^6.5.0":
2992
+ "@salesforce/source-tracking@^6.5.0", "@salesforce/source-tracking@^6.5.1":
2993
2993
  version "6.5.1"
2994
2994
  resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-6.5.1.tgz"
2995
2995
  integrity sha512-K3f6if2lwSolqzC7CUJJAzw2TUcGFrL83WfSPgQsYwPxPE1o7uJJ/iH662He7ZoMxZrGl2vcptg7vEC3jX5nig==
@@ -12284,10 +12284,10 @@ tslib@^1.11.1:
12284
12284
  resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz"
12285
12285
  integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
12286
12286
 
12287
- tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.3.1, tslib@^2.5.0, tslib@^2.6.1, tslib@^2.6.2:
12288
- version "2.6.2"
12289
- resolved "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz"
12290
- integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
12287
+ tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.3.1, tslib@^2.5.0, tslib@^2.6.1, tslib@^2.6.2, tslib@^2.6.3:
12288
+ version "2.6.3"
12289
+ resolved "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz"
12290
+ integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
12291
12291
 
12292
12292
  tty-table@^4.2.3:
12293
12293
  version "4.2.3"
@@ -5379,5 +5379,5 @@
5379
5379
  ]
5380
5380
  }
5381
5381
  },
5382
- "version": "2.46.4"
5382
+ "version": "2.46.5-qa.0"
5383
5383
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.46.4",
4
+ "version": "2.46.5-qa.0",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -79,7 +79,7 @@
79
79
  "@salesforce/plugin-community": "3.2.17",
80
80
  "@salesforce/plugin-dev": "2.3.2",
81
81
  "@salesforce/plugin-devops-center": "1.2.14",
82
- "@salesforce/plugin-env": "3.0.30",
82
+ "@salesforce/plugin-env": "3.0.31",
83
83
  "@salesforce/plugin-functions": "1.23.0",
84
84
  "@salesforce/plugin-signups": "2.3.10",
85
85
  "@salesforce/sfdx-plugin-lwc-test": "1.2.0",
@@ -145,8 +145,8 @@
145
145
  "@oclif/plugin-help": "6.2.1",
146
146
  "@oclif/plugin-not-found": "3.2.3",
147
147
  "@oclif/plugin-plugins": "5.2.4",
148
- "@oclif/plugin-search": "1.1.1",
149
- "@oclif/plugin-update": "4.3.3",
148
+ "@oclif/plugin-search": "1.1.2",
149
+ "@oclif/plugin-update": "4.3.4",
150
150
  "@oclif/plugin-version": "2.2.3",
151
151
  "@oclif/plugin-warn-if-update-available": "3.1.5",
152
152
  "@oclif/plugin-which": "3.2.2",
@@ -154,22 +154,22 @@
154
154
  "@salesforce/kit": "^3.1.0",
155
155
  "@salesforce/plugin-apex": "3.1.18",
156
156
  "@salesforce/plugin-auth": "3.6.21",
157
- "@salesforce/plugin-data": "3.4.5",
158
- "@salesforce/plugin-deploy-retrieve": "3.9.2",
157
+ "@salesforce/plugin-data": "3.4.6",
158
+ "@salesforce/plugin-deploy-retrieve": "3.9.3",
159
159
  "@salesforce/plugin-info": "3.3.6",
160
160
  "@salesforce/plugin-limits": "3.3.12",
161
161
  "@salesforce/plugin-marketplace": "1.2.12",
162
- "@salesforce/plugin-org": "4.2.0",
162
+ "@salesforce/plugin-org": "4.2.1",
163
163
  "@salesforce/plugin-packaging": "2.4.6",
164
164
  "@salesforce/plugin-schema": "3.3.11",
165
165
  "@salesforce/plugin-settings": "2.3.1",
166
- "@salesforce/plugin-sobject": "1.4.10",
166
+ "@salesforce/plugin-sobject": "1.4.11",
167
167
  "@salesforce/plugin-source": "3.4.2",
168
168
  "@salesforce/plugin-telemetry": "3.4.0",
169
169
  "@salesforce/plugin-templates": "56.2.11",
170
170
  "@salesforce/plugin-trust": "3.7.5",
171
171
  "@salesforce/plugin-user": "3.5.13",
172
- "@salesforce/sf-plugins-core": "10.0.0",
172
+ "@salesforce/sf-plugins-core": "10.0.1",
173
173
  "ansis": "^3.2.0"
174
174
  },
175
175
  "pinnedDependencies": [