@salesforce/cli 2.26.7 → 2.26.8

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.26.7 linux-x64 node-v20.10.0
27
+ @salesforce/cli/2.26.8 linux-x64 node-v20.10.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -198,7 +198,7 @@ EXAMPLES
198
198
  $ sf alias list
199
199
  ```
200
200
 
201
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.17/src/commands/alias/list.ts)_
201
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.18/src/commands/alias/list.ts)_
202
202
 
203
203
  ## `sf alias set`
204
204
 
@@ -246,7 +246,7 @@ EXAMPLES
246
246
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
247
247
  ```
248
248
 
249
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.17/src/commands/alias/set.ts)_
249
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.18/src/commands/alias/set.ts)_
250
250
 
251
251
  ## `sf alias unset`
252
252
 
@@ -285,7 +285,7 @@ EXAMPLES
285
285
  $ sf alias unset --all [--no-prompt]
286
286
  ```
287
287
 
288
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.17/src/commands/alias/unset.ts)_
288
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.18/src/commands/alias/unset.ts)_
289
289
 
290
290
  ## `sf analytics generate template`
291
291
 
@@ -326,7 +326,7 @@ FLAG DESCRIPTIONS
326
326
  directory.
327
327
  ```
328
328
 
329
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.10/src/commands/analytics/generate/template.ts)_
329
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.11/src/commands/analytics/generate/template.ts)_
330
330
 
331
331
  ## `sf apex generate class`
332
332
 
@@ -382,7 +382,7 @@ FLAG DESCRIPTIONS
382
382
  Supplied parameter values or default values are filled into a copy of the template.
383
383
  ```
384
384
 
385
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.10/src/commands/apex/generate/class.ts)_
385
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.11/src/commands/apex/generate/class.ts)_
386
386
 
387
387
  ## `sf apex generate trigger`
388
388
 
@@ -449,7 +449,7 @@ FLAG DESCRIPTIONS
449
449
  Supplied parameter values or default values are filled into a copy of the template.
450
450
  ```
451
451
 
452
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.10/src/commands/apex/generate/trigger.ts)_
452
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.11/src/commands/apex/generate/trigger.ts)_
453
453
 
454
454
  ## `sf apex get log`
455
455
 
@@ -503,7 +503,7 @@ FLAG DESCRIPTIONS
503
503
  directory.
504
504
  ```
505
505
 
506
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.19/src/commands/apex/get/log.ts)_
506
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.20/src/commands/apex/get/log.ts)_
507
507
 
508
508
  ## `sf apex get test`
509
509
 
@@ -556,7 +556,7 @@ EXAMPLES
556
556
  me@myorg',
557
557
  ```
558
558
 
559
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.19/src/commands/apex/get/test.ts)_
559
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.20/src/commands/apex/get/test.ts)_
560
560
 
561
561
  ## `sf apex list log`
562
562
 
@@ -595,7 +595,7 @@ EXAMPLES
595
595
  $ sf apex list log --target-org me@my.org
596
596
  ```
597
597
 
598
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.19/src/commands/apex/list/log.ts)_
598
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.20/src/commands/apex/list/log.ts)_
599
599
 
600
600
  ## `sf apex run`
601
601
 
@@ -641,7 +641,7 @@ EXAMPLES
641
641
  $ sf apex run
642
642
  ```
643
643
 
644
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.19/src/commands/apex/run.ts)_
644
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.20/src/commands/apex/run.ts)_
645
645
 
646
646
  ## `sf apex run test`
647
647
 
@@ -748,7 +748,7 @@ FLAG DESCRIPTIONS
748
748
  --tests Test1 --tests Test2
749
749
  ```
750
750
 
751
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.19/src/commands/apex/run/test.ts)_
751
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.20/src/commands/apex/run/test.ts)_
752
752
 
753
753
  ## `sf apex tail log`
754
754
 
@@ -788,7 +788,7 @@ EXAMPLES
788
788
  $ sf apex tail log --color --skip-trace-flag
789
789
  ```
790
790
 
791
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.19/src/commands/apex/tail/log.ts)_
791
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.20/src/commands/apex/tail/log.ts)_
792
792
 
793
793
  ## `sf autocomplete [SHELL]`
794
794
 
@@ -899,7 +899,7 @@ CONFIGURATION VARIABLES
899
899
  org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
900
900
  ```
901
901
 
902
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.17/src/commands/config/get.ts)_
902
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.18/src/commands/config/get.ts)_
903
903
 
904
904
  ## `sf config list`
905
905
 
@@ -938,7 +938,7 @@ EXAMPLES
938
938
  $ sf config list
939
939
  ```
940
940
 
941
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.17/src/commands/config/list.ts)_
941
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.18/src/commands/config/list.ts)_
942
942
 
943
943
  ## `sf config set`
944
944
 
@@ -1005,7 +1005,7 @@ CONFIGURATION VARIABLES
1005
1005
  org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
1006
1006
  ```
1007
1007
 
1008
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.17/src/commands/config/set.ts)_
1008
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.18/src/commands/config/set.ts)_
1009
1009
 
1010
1010
  ## `sf config unset`
1011
1011
 
@@ -1053,7 +1053,7 @@ CONFIGURATION VARIABLES
1053
1053
  org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
1054
1054
  ```
1055
1055
 
1056
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.17/src/commands/config/unset.ts)_
1056
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.18/src/commands/config/unset.ts)_
1057
1057
 
1058
1058
  ## `sf data create record`
1059
1059
 
@@ -1108,7 +1108,7 @@ EXAMPLES
1108
1108
  TracedEntityId=01p17000000R6bLAAS"
1109
1109
  ```
1110
1110
 
1111
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.16/src/commands/data/create/record.ts)_
1111
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.17/src/commands/data/create/record.ts)_
1112
1112
 
1113
1113
  ## `sf data delete bulk`
1114
1114
 
@@ -1153,7 +1153,7 @@ EXAMPLES
1153
1153
  $ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1154
1154
  ```
1155
1155
 
1156
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.16/src/commands/data/delete/bulk.ts)_
1156
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.17/src/commands/data/delete/bulk.ts)_
1157
1157
 
1158
1158
  ## `sf data delete record`
1159
1159
 
@@ -1212,7 +1212,7 @@ EXAMPLES
1212
1212
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1213
1213
  ```
1214
1214
 
1215
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.16/src/commands/data/delete/record.ts)_
1215
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.17/src/commands/data/delete/record.ts)_
1216
1216
 
1217
1217
  ## `sf data delete resume`
1218
1218
 
@@ -1249,7 +1249,7 @@ EXAMPLES
1249
1249
  $ sf data delete resume --use-most-recent --target-org my-scratch
1250
1250
  ```
1251
1251
 
1252
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.16/src/commands/data/delete/resume.ts)_
1252
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.17/src/commands/data/delete/resume.ts)_
1253
1253
 
1254
1254
  ## `sf data export tree`
1255
1255
 
@@ -1307,7 +1307,7 @@ EXAMPLES
1307
1307
  my-scratch
1308
1308
  ```
1309
1309
 
1310
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.16/src/commands/data/export/tree.ts)_
1310
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.17/src/commands/data/export/tree.ts)_
1311
1311
 
1312
1312
  ## `sf data get record`
1313
1313
 
@@ -1369,7 +1369,7 @@ EXAMPLES
1369
1369
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1370
1370
  ```
1371
1371
 
1372
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.16/src/commands/data/get/record.ts)_
1372
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.17/src/commands/data/get/record.ts)_
1373
1373
 
1374
1374
  ## `sf data import tree`
1375
1375
 
@@ -1420,7 +1420,7 @@ EXAMPLES
1420
1420
  $ sf data import tree --plan Account-Contact-plan.json
1421
1421
  ```
1422
1422
 
1423
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.16/src/commands/data/import/tree.ts)_
1423
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.17/src/commands/data/import/tree.ts)_
1424
1424
 
1425
1425
  ## `sf data query`
1426
1426
 
@@ -1483,7 +1483,7 @@ EXAMPLES
1483
1483
  $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
1484
1484
  ```
1485
1485
 
1486
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.16/src/commands/data/query.ts)_
1486
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.17/src/commands/data/query.ts)_
1487
1487
 
1488
1488
  ## `sf data query resume`
1489
1489
 
@@ -1519,7 +1519,7 @@ EXAMPLES
1519
1519
  $ sf data query resume --bulk-query-id 7500x000005BdFzXXX
1520
1520
  ```
1521
1521
 
1522
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.16/src/commands/data/query/resume.ts)_
1522
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.17/src/commands/data/query/resume.ts)_
1523
1523
 
1524
1524
  ## `sf data resume`
1525
1525
 
@@ -1555,7 +1555,7 @@ EXAMPLES
1555
1555
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
1556
1556
  ```
1557
1557
 
1558
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.16/src/commands/data/resume.ts)_
1558
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.17/src/commands/data/resume.ts)_
1559
1559
 
1560
1560
  ## `sf data update record`
1561
1561
 
@@ -1616,7 +1616,7 @@ EXAMPLES
1616
1616
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
1617
1617
  ```
1618
1618
 
1619
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.16/src/commands/data/update/record.ts)_
1619
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.17/src/commands/data/update/record.ts)_
1620
1620
 
1621
1621
  ## `sf data upsert bulk`
1622
1622
 
@@ -1668,7 +1668,7 @@ EXAMPLES
1668
1668
  my-scratch
1669
1669
  ```
1670
1670
 
1671
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.16/src/commands/data/upsert/bulk.ts)_
1671
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.17/src/commands/data/upsert/bulk.ts)_
1672
1672
 
1673
1673
  ## `sf data upsert resume`
1674
1674
 
@@ -1705,7 +1705,7 @@ EXAMPLES
1705
1705
  $ sf data upsert resume --use-most-recent --target-org my-scratch
1706
1706
  ```
1707
1707
 
1708
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.16/src/commands/data/upsert/resume.ts)_
1708
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.17/src/commands/data/upsert/resume.ts)_
1709
1709
 
1710
1710
  ## `sf doctor`
1711
1711
 
@@ -1752,7 +1752,7 @@ EXAMPLES
1752
1752
  $ sf doctor --plugin @salesforce/plugin-source
1753
1753
  ```
1754
1754
 
1755
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.17/src/commands/doctor.ts)_
1755
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.18/src/commands/doctor.ts)_
1756
1756
 
1757
1757
  ## `sf force data bulk delete`
1758
1758
 
@@ -1797,7 +1797,7 @@ EXAMPLES
1797
1797
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1798
1798
  ```
1799
1799
 
1800
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.16/src/commands/force/data/bulk/delete.ts)_
1800
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.17/src/commands/force/data/bulk/delete.ts)_
1801
1801
 
1802
1802
  ## `sf force data bulk status`
1803
1803
 
@@ -1833,7 +1833,7 @@ EXAMPLES
1833
1833
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
1834
1834
  ```
1835
1835
 
1836
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.16/src/commands/force/data/bulk/status.ts)_
1836
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.17/src/commands/force/data/bulk/status.ts)_
1837
1837
 
1838
1838
  ## `sf force data bulk upsert`
1839
1839
 
@@ -1890,7 +1890,7 @@ EXAMPLES
1890
1890
  --target-org my-scratch
1891
1891
  ```
1892
1892
 
1893
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.16/src/commands/force/data/bulk/upsert.ts)_
1893
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.17/src/commands/force/data/bulk/upsert.ts)_
1894
1894
 
1895
1895
  ## `sf help [COMMANDS]`
1896
1896
 
@@ -1949,7 +1949,7 @@ EXAMPLES
1949
1949
  $ sf info releasenotes display --version latest
1950
1950
  ```
1951
1951
 
1952
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.17/src/commands/info/releasenotes/display.ts)_
1952
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.18/src/commands/info/releasenotes/display.ts)_
1953
1953
 
1954
1954
  ## `sf lightning generate app`
1955
1955
 
@@ -2002,7 +2002,7 @@ FLAG DESCRIPTIONS
2002
2002
  Supplied parameter values or default values are filled into a copy of the template.
2003
2003
  ```
2004
2004
 
2005
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.10/src/commands/lightning/generate/app.ts)_
2005
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.11/src/commands/lightning/generate/app.ts)_
2006
2006
 
2007
2007
  ## `sf lightning generate component`
2008
2008
 
@@ -2070,7 +2070,7 @@ FLAG DESCRIPTIONS
2070
2070
  Supplied parameter values or default values are filled into a copy of the template.
2071
2071
  ```
2072
2072
 
2073
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.10/src/commands/lightning/generate/component.ts)_
2073
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.11/src/commands/lightning/generate/component.ts)_
2074
2074
 
2075
2075
  ## `sf lightning generate event`
2076
2076
 
@@ -2123,7 +2123,7 @@ FLAG DESCRIPTIONS
2123
2123
  Supplied parameter values or default values are filled into a copy of the template.
2124
2124
  ```
2125
2125
 
2126
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.10/src/commands/lightning/generate/event.ts)_
2126
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.11/src/commands/lightning/generate/event.ts)_
2127
2127
 
2128
2128
  ## `sf lightning generate interface`
2129
2129
 
@@ -2176,7 +2176,7 @@ FLAG DESCRIPTIONS
2176
2176
  Supplied parameter values or default values are filled into a copy of the template.
2177
2177
  ```
2178
2178
 
2179
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.10/src/commands/lightning/generate/interface.ts)_
2179
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.11/src/commands/lightning/generate/interface.ts)_
2180
2180
 
2181
2181
  ## `sf lightning generate test`
2182
2182
 
@@ -2229,7 +2229,7 @@ FLAG DESCRIPTIONS
2229
2229
  Supplied parameter values or default values are filled into a copy of the template.
2230
2230
  ```
2231
2231
 
2232
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.10/src/commands/lightning/generate/test.ts)_
2232
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.11/src/commands/lightning/generate/test.ts)_
2233
2233
 
2234
2234
  ## `sf org assign permset`
2235
2235
 
@@ -2421,7 +2421,7 @@ FLAG DESCRIPTIONS
2421
2421
  sandbox.
2422
2422
  ```
2423
2423
 
2424
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/create/sandbox.ts)_
2424
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.7/src/commands/org/create/sandbox.ts)_
2425
2425
 
2426
2426
  ## `sf org create scratch`
2427
2427
 
@@ -2574,7 +2574,7 @@ FLAG DESCRIPTIONS
2574
2574
  Omit this flag to have Salesforce generate a unique username for your org.
2575
2575
  ```
2576
2576
 
2577
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/create/scratch.ts)_
2577
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.7/src/commands/org/create/scratch.ts)_
2578
2578
 
2579
2579
  ## `sf org create user`
2580
2580
 
@@ -2717,7 +2717,7 @@ EXAMPLES
2717
2717
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
2718
2718
  ```
2719
2719
 
2720
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/delete/sandbox.ts)_
2720
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.7/src/commands/org/delete/sandbox.ts)_
2721
2721
 
2722
2722
  ## `sf org delete scratch`
2723
2723
 
@@ -2759,7 +2759,7 @@ EXAMPLES
2759
2759
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
2760
2760
  ```
2761
2761
 
2762
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/delete/scratch.ts)_
2762
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.7/src/commands/org/delete/scratch.ts)_
2763
2763
 
2764
2764
  ## `sf org disable tracking`
2765
2765
 
@@ -2797,7 +2797,7 @@ EXAMPLES
2797
2797
  $ sf org disable tracking
2798
2798
  ```
2799
2799
 
2800
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/disable/tracking.ts)_
2800
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.7/src/commands/org/disable/tracking.ts)_
2801
2801
 
2802
2802
  ## `sf org display`
2803
2803
 
@@ -2841,7 +2841,7 @@ EXAMPLES
2841
2841
  $ sf org display --target-org TestOrg1 --verbose
2842
2842
  ```
2843
2843
 
2844
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/display.ts)_
2844
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.7/src/commands/org/display.ts)_
2845
2845
 
2846
2846
  ## `sf org display user`
2847
2847
 
@@ -2920,7 +2920,7 @@ EXAMPLES
2920
2920
  $ sf org enable tracking
2921
2921
  ```
2922
2922
 
2923
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/enable/tracking.ts)_
2923
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.7/src/commands/org/enable/tracking.ts)_
2924
2924
 
2925
2925
  ## `sf org generate password`
2926
2926
 
@@ -3023,7 +3023,7 @@ EXAMPLES
3023
3023
  $ sf org list --clean
3024
3024
  ```
3025
3025
 
3026
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/list.ts)_
3026
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.7/src/commands/org/list.ts)_
3027
3027
 
3028
3028
  ## `sf org list auth`
3029
3029
 
@@ -3093,7 +3093,7 @@ EXAMPLES
3093
3093
  $ sf org list limits --target-org my-scratch-org
3094
3094
  ```
3095
3095
 
3096
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.4/src/commands/org/list/limits.ts)_
3096
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.5/src/commands/org/list/limits.ts)_
3097
3097
 
3098
3098
  ## `sf org list metadata`
3099
3099
 
@@ -3158,7 +3158,7 @@ FLAG DESCRIPTIONS
3158
3158
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
3159
3159
  ```
3160
3160
 
3161
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/list/metadata.ts)_
3161
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.7/src/commands/org/list/metadata.ts)_
3162
3162
 
3163
3163
  ## `sf org list metadata-types`
3164
3164
 
@@ -3212,7 +3212,7 @@ FLAG DESCRIPTIONS
3212
3212
  Override the api version used for api requests made by this command
3213
3213
  ```
3214
3214
 
3215
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/list/metadata-types.ts)_
3215
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.7/src/commands/org/list/metadata-types.ts)_
3216
3216
 
3217
3217
  ## `sf org list sobject record-counts`
3218
3218
 
@@ -3257,7 +3257,7 @@ EXAMPLES
3257
3257
  $ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
3258
3258
  ```
3259
3259
 
3260
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.4/src/commands/org/list/sobject/record-counts.ts)_
3260
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.5/src/commands/org/list/sobject/record-counts.ts)_
3261
3261
 
3262
3262
  ## `sf org list users`
3263
3263
 
@@ -3778,7 +3778,7 @@ EXAMPLES
3778
3778
  $ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
3779
3779
  ```
3780
3780
 
3781
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/open.ts)_
3781
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.7/src/commands/org/open.ts)_
3782
3782
 
3783
3783
  ## `sf org resume sandbox`
3784
3784
 
@@ -3840,7 +3840,7 @@ FLAG DESCRIPTIONS
3840
3840
  returns the job ID. To resume checking the sandbox creation, rerun this command.
3841
3841
  ```
3842
3842
 
3843
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/resume/sandbox.ts)_
3843
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.7/src/commands/org/resume/sandbox.ts)_
3844
3844
 
3845
3845
  ## `sf org resume scratch`
3846
3846
 
@@ -3886,7 +3886,7 @@ FLAG DESCRIPTIONS
3886
3886
  The job ID is valid for 24 hours after you start the scratch org creation.
3887
3887
  ```
3888
3888
 
3889
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.5/src/commands/org/resume/scratch.ts)_
3889
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.7/src/commands/org/resume/scratch.ts)_
3890
3890
 
3891
3891
  ## `sf package1 version create`
3892
3892
 
@@ -5099,7 +5099,7 @@ EXAMPLES
5099
5099
  $ sf plugins discover
5100
5100
  ```
5101
5101
 
5102
- _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.0.16/src/commands/plugins/discover.ts)_
5102
+ _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.0.18/src/commands/plugins/discover.ts)_
5103
5103
 
5104
5104
  ## `sf plugins:inspect PLUGIN...`
5105
5105
 
@@ -5347,7 +5347,7 @@ FLAG DESCRIPTIONS
5347
5347
  If you specify this parameter, don’t specify --metadata or --source-dir.
5348
5348
  ```
5349
5349
 
5350
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.3/src/commands/project/convert/mdapi.ts)_
5350
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/convert/mdapi.ts)_
5351
5351
 
5352
5352
  ## `sf project convert source`
5353
5353
 
@@ -5359,7 +5359,7 @@ USAGE
5359
5359
  <value> | -m <value>]
5360
5360
 
5361
5361
  FLAGS
5362
- -d, --output-dir=<value> [default: metadataPackage_1705751269418] Output directory to store the Metadata
5362
+ -d, --output-dir=<value> [default: metadataPackage_1705813278162] Output directory to store the Metadata
5363
5363
  API–formatted files in.
5364
5364
  -m, --metadata=<value>... Metadata component names to convert.
5365
5365
  -n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
@@ -5419,7 +5419,7 @@ FLAG DESCRIPTIONS
5419
5419
  Override the api version used for api requests made by this command
5420
5420
  ```
5421
5421
 
5422
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.3/src/commands/project/convert/source.ts)_
5422
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/convert/source.ts)_
5423
5423
 
5424
5424
  ## `sf project delete source`
5425
5425
 
@@ -5558,7 +5558,7 @@ FLAG DESCRIPTIONS
5558
5558
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
5559
5559
  ```
5560
5560
 
5561
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.3/src/commands/project/delete/source.ts)_
5561
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/delete/source.ts)_
5562
5562
 
5563
5563
  ## `sf project delete tracking`
5564
5564
 
@@ -5594,7 +5594,7 @@ EXAMPLES
5594
5594
  $ sf project delete tracking --target-org my-scratch
5595
5595
  ```
5596
5596
 
5597
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.3/src/commands/project/delete/tracking.ts)_
5597
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/delete/tracking.ts)_
5598
5598
 
5599
5599
  ## `sf project deploy cancel`
5600
5600
 
@@ -5664,7 +5664,7 @@ FLAG DESCRIPTIONS
5664
5664
  project deploy report".
5665
5665
  ```
5666
5666
 
5667
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.3/src/commands/project/deploy/cancel.ts)_
5667
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/deploy/cancel.ts)_
5668
5668
 
5669
5669
  ## `sf project deploy preview`
5670
5670
 
@@ -5748,7 +5748,7 @@ FLAG DESCRIPTIONS
5748
5748
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
5749
5749
  ```
5750
5750
 
5751
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.3/src/commands/project/deploy/preview.ts)_
5751
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/deploy/preview.ts)_
5752
5752
 
5753
5753
  ## `sf project deploy quick`
5754
5754
 
@@ -5841,7 +5841,7 @@ ERROR CODES
5841
5841
  Canceling (69) The deploy is being canceled.
5842
5842
  ```
5843
5843
 
5844
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.3/src/commands/project/deploy/quick.ts)_
5844
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/deploy/quick.ts)_
5845
5845
 
5846
5846
  ## `sf project deploy report`
5847
5847
 
@@ -5936,7 +5936,7 @@ FLAG DESCRIPTIONS
5936
5936
  --coverage-formatters lcov --coverage-formatters clover
5937
5937
  ```
5938
5938
 
5939
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.3/src/commands/project/deploy/report.ts)_
5939
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/deploy/report.ts)_
5940
5940
 
5941
5941
  ## `sf project deploy resume`
5942
5942
 
@@ -6032,7 +6032,7 @@ ERROR CODES
6032
6032
  Canceling (69) The deploy is being canceled.
6033
6033
  ```
6034
6034
 
6035
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.3/src/commands/project/deploy/resume.ts)_
6035
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/deploy/resume.ts)_
6036
6036
 
6037
6037
  ## `sf project deploy start`
6038
6038
 
@@ -6261,7 +6261,7 @@ ERROR CODES
6261
6261
  Canceling (69) The deploy is being canceled.
6262
6262
  ```
6263
6263
 
6264
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.3/src/commands/project/deploy/start.ts)_
6264
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/deploy/start.ts)_
6265
6265
 
6266
6266
  ## `sf project deploy validate`
6267
6267
 
@@ -6440,7 +6440,7 @@ ERROR CODES
6440
6440
  Canceling (69) The deploy is being canceled.
6441
6441
  ```
6442
6442
 
6443
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.3/src/commands/project/deploy/validate.ts)_
6443
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/deploy/validate.ts)_
6444
6444
 
6445
6445
  ## `sf project generate`
6446
6446
 
@@ -6544,7 +6544,7 @@ FLAG DESCRIPTIONS
6544
6544
  Override the api version used for api requests made by this command
6545
6545
  ```
6546
6546
 
6547
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.10/src/commands/project/generate.ts)_
6547
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.11/src/commands/project/generate.ts)_
6548
6548
 
6549
6549
  ## `sf project generate manifest`
6550
6550
 
@@ -6619,7 +6619,7 @@ EXAMPLES
6619
6619
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
6620
6620
  ```
6621
6621
 
6622
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.3/src/commands/project/generate/manifest.ts)_
6622
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/generate/manifest.ts)_
6623
6623
 
6624
6624
  ## `sf project list ignored`
6625
6625
 
@@ -6660,7 +6660,7 @@ EXAMPLES
6660
6660
  $ sf project list ignored --source-dir package.xml
6661
6661
  ```
6662
6662
 
6663
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.3/src/commands/project/list/ignored.ts)_
6663
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/list/ignored.ts)_
6664
6664
 
6665
6665
  ## `sf project reset tracking`
6666
6666
 
@@ -6708,7 +6708,7 @@ EXAMPLES
6708
6708
  $ sf project reset tracking --revision 30
6709
6709
  ```
6710
6710
 
6711
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.3/src/commands/project/reset/tracking.ts)_
6711
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/reset/tracking.ts)_
6712
6712
 
6713
6713
  ## `sf project retrieve preview`
6714
6714
 
@@ -6764,7 +6764,7 @@ FLAG DESCRIPTIONS
6764
6764
  Overrides your default org.
6765
6765
  ```
6766
6766
 
6767
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.3/src/commands/project/retrieve/preview.ts)_
6767
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/retrieve/preview.ts)_
6768
6768
 
6769
6769
  ## `sf project retrieve start`
6770
6770
 
@@ -6918,7 +6918,7 @@ ENVIRONMENT VARIABLES
6918
6918
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
6919
6919
  ```
6920
6920
 
6921
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.3/src/commands/project/retrieve/start.ts)_
6921
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.2.4/src/commands/project/retrieve/start.ts)_
6922
6922
 
6923
6923
  ## `sf schema generate field`
6924
6924
 
@@ -6969,7 +6969,7 @@ FLAG DESCRIPTIONS
6969
6969
  If you don't specify this flag, the command prompts you to choose from your local objects.
6970
6970
  ```
6971
6971
 
6972
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.2/src/commands/schema/generate/field.ts)_
6972
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.3/src/commands/schema/generate/field.ts)_
6973
6973
 
6974
6974
  ## `sf schema generate platformevent`
6975
6975
 
@@ -6998,7 +6998,7 @@ EXAMPLES
6998
6998
  $ sf schema generate platformevent --label "My Platform Event"
6999
6999
  ```
7000
7000
 
7001
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.2/src/commands/schema/generate/platformevent.ts)_
7001
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.3/src/commands/schema/generate/platformevent.ts)_
7002
7002
 
7003
7003
  ## `sf schema generate sobject`
7004
7004
 
@@ -7052,7 +7052,7 @@ FLAG DESCRIPTIONS
7052
7052
  - Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
7053
7053
  ```
7054
7054
 
7055
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.2/src/commands/schema/generate/sobject.ts)_
7055
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.3/src/commands/schema/generate/sobject.ts)_
7056
7056
 
7057
7057
  ## `sf schema generate tab`
7058
7058
 
@@ -7099,7 +7099,7 @@ FLAG DESCRIPTIONS
7099
7099
  The API name for a custom object always ends in `__c`, such as `MyObject__c`.
7100
7100
  ```
7101
7101
 
7102
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.2/src/commands/schema/generate/tab.ts)_
7102
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.3/src/commands/schema/generate/tab.ts)_
7103
7103
 
7104
7104
  ## `sf search`
7105
7105
 
@@ -7259,7 +7259,7 @@ FLAG DESCRIPTIONS
7259
7259
  etc.
7260
7260
  ```
7261
7261
 
7262
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.10/src/commands/static-resource/generate.ts)_
7262
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.11/src/commands/static-resource/generate.ts)_
7263
7263
 
7264
7264
  ## `sf update [CHANNEL]`
7265
7265
 
@@ -7371,7 +7371,7 @@ FLAG DESCRIPTIONS
7371
7371
  Supplied parameter values or default values are filled into a copy of the template.
7372
7372
  ```
7373
7373
 
7374
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.10/src/commands/visualforce/generate/component.ts)_
7374
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.11/src/commands/visualforce/generate/component.ts)_
7375
7375
 
7376
7376
  ## `sf visualforce generate page`
7377
7377
 
@@ -7419,7 +7419,7 @@ FLAG DESCRIPTIONS
7419
7419
  The name can be up to 40 characters and must start with a letter.
7420
7420
  ```
7421
7421
 
7422
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.10/src/commands/visualforce/generate/page.ts)_
7422
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.11/src/commands/visualforce/generate/page.ts)_
7423
7423
 
7424
7424
  ## `sf which`
7425
7425
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.26.7",
3
+ "version": "2.26.8",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.26.7",
9
+ "version": "2.26.8",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -23,21 +23,21 @@
23
23
  "@oclif/plugin-warn-if-update-available": "3.0.9",
24
24
  "@oclif/plugin-which": "3.0.15",
25
25
  "@salesforce/core": "^6.1.4",
26
- "@salesforce/plugin-apex": "3.0.19",
26
+ "@salesforce/plugin-apex": "3.0.20",
27
27
  "@salesforce/plugin-auth": "3.3.3",
28
- "@salesforce/plugin-data": "3.0.16",
29
- "@salesforce/plugin-deploy-retrieve": "3.2.3",
30
- "@salesforce/plugin-info": "3.0.17",
31
- "@salesforce/plugin-limits": "3.1.4",
32
- "@salesforce/plugin-marketplace": "1.0.16",
33
- "@salesforce/plugin-org": "3.3.5",
28
+ "@salesforce/plugin-data": "3.0.17",
29
+ "@salesforce/plugin-deploy-retrieve": "3.2.4",
30
+ "@salesforce/plugin-info": "3.0.18",
31
+ "@salesforce/plugin-limits": "3.1.5",
32
+ "@salesforce/plugin-marketplace": "1.0.18",
33
+ "@salesforce/plugin-org": "3.3.7",
34
34
  "@salesforce/plugin-packaging": "2.1.1",
35
35
  "@salesforce/plugin-schema": "3.1.0",
36
- "@salesforce/plugin-settings": "2.0.17",
37
- "@salesforce/plugin-sobject": "1.1.2",
36
+ "@salesforce/plugin-settings": "2.0.18",
37
+ "@salesforce/plugin-sobject": "1.1.3",
38
38
  "@salesforce/plugin-source": "3.1.6",
39
39
  "@salesforce/plugin-telemetry": "3.1.10",
40
- "@salesforce/plugin-templates": "56.0.10",
40
+ "@salesforce/plugin-templates": "56.0.11",
41
41
  "@salesforce/plugin-trust": "3.3.2",
42
42
  "@salesforce/plugin-user": "3.2.4",
43
43
  "@salesforce/sf-plugins-core": "7.1.3",
@@ -7659,16 +7659,16 @@
7659
7659
  }
7660
7660
  },
7661
7661
  "node_modules/@salesforce/plugin-apex": {
7662
- "version": "3.0.19",
7663
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.0.19.tgz",
7664
- "integrity": "sha512-TXYnNNSv4qDP/oFihE/msQhxeQmy1SIAcJIV6+eAU/t+U2AWBEy6uYp+zSxdcfT8MUsArTUkiYVCZzVWO8TahQ==",
7662
+ "version": "3.0.20",
7663
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.0.20.tgz",
7664
+ "integrity": "sha512-/IXhag+4ci2HOaafh9SD6K0i8gRtWIxVhgLvX0AmqIvhIRQlAhHbaxoxwp3SUDan7Il05kxnDlETC/xFde6sYg==",
7665
7665
  "license": "BSD-3-Clause",
7666
7666
  "dependencies": {
7667
7667
  "@oclif/core": "^3.16.0",
7668
7668
  "@salesforce/apex-node": "^3.0.2",
7669
7669
  "@salesforce/core": "^6.4.4",
7670
7670
  "@salesforce/kit": "^3.0.15",
7671
- "@salesforce/sf-plugins-core": "^7.1.2",
7671
+ "@salesforce/sf-plugins-core": "^7.1.3",
7672
7672
  "chalk": "^5.3.0",
7673
7673
  "color-convert": "^2.0.1",
7674
7674
  "color-name": "^2.0.0"
@@ -7788,9 +7788,9 @@
7788
7788
  }
7789
7789
  },
7790
7790
  "node_modules/@salesforce/plugin-data": {
7791
- "version": "3.0.16",
7792
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.0.16.tgz",
7793
- "integrity": "sha512-DJXddwfTWH2tKntFiduHnlsoBNmttHTpGRgSgWfpUB90B2fPjqdA4DL4Qtuxv51bq2hkRR+ToASuOSNDFpF56Q==",
7791
+ "version": "3.0.17",
7792
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.0.17.tgz",
7793
+ "integrity": "sha512-usVqNNA0JxHtrDsJkuAwl7DHUbBlKNCExi/2soIwLB+APAg600i+BVwwpT1s9DpCFGl0DJ+1oNtuD/vCbupGyg==",
7794
7794
  "license": "BSD-3-Clause",
7795
7795
  "dependencies": {
7796
7796
  "@oclif/core": "^3.15.1",
@@ -7799,7 +7799,7 @@
7799
7799
  "@salesforce/sf-plugins-core": "^7.1.1",
7800
7800
  "@salesforce/ts-types": "^2.0.9",
7801
7801
  "chalk": "^5.3.0",
7802
- "change-case": "^5.4.1",
7802
+ "change-case": "^5.4.2",
7803
7803
  "csv-parse": "^4.16.3",
7804
7804
  "csv-stringify": "^6.4.5",
7805
7805
  "jsforce": "^2.0.0-beta.29"
@@ -7827,16 +7827,16 @@
7827
7827
  "license": "MIT"
7828
7828
  },
7829
7829
  "node_modules/@salesforce/plugin-deploy-retrieve": {
7830
- "version": "3.2.3",
7831
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.2.3.tgz",
7832
- "integrity": "sha512-bgUf9rzSb/QL+oW8a1QylKcwQx9EyQ/HDw6H3sr5wsCjnUp0kluy8uM/mzlVVHzOBEVKMD8LdwhUao1P66uUMg==",
7830
+ "version": "3.2.4",
7831
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.2.4.tgz",
7832
+ "integrity": "sha512-00l3txDTmXZqtQqpga1zv0Y/TtX4Tf9ORvJrspKi/WXdVV+5vH9skeVnLRXFPo99UokWb37rGEpRKPV01tG5Jw==",
7833
7833
  "license": "BSD-3-Clause",
7834
7834
  "dependencies": {
7835
7835
  "@oclif/core": "^3.18.1",
7836
7836
  "@salesforce/apex-node": "^3.0.2",
7837
7837
  "@salesforce/core": "^6.4.4",
7838
7838
  "@salesforce/kit": "^3.0.15",
7839
- "@salesforce/sf-plugins-core": "^7.1.1",
7839
+ "@salesforce/sf-plugins-core": "^7.1.3",
7840
7840
  "@salesforce/source-deploy-retrieve": "^10.2.11",
7841
7841
  "@salesforce/source-tracking": "^5.1.5",
7842
7842
  "@salesforce/ts-types": "^2.0.9",
@@ -7859,16 +7859,16 @@
7859
7859
  }
7860
7860
  },
7861
7861
  "node_modules/@salesforce/plugin-info": {
7862
- "version": "3.0.17",
7863
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.0.17.tgz",
7864
- "integrity": "sha512-MIHPdyRkbIzPWXLyXdfsCNRGCrtqiqfbC/XHveKsCVJo7EMhA7V1Ssn5QSbaVQSXUbQAq1XkfCZRA7nOcuJDqQ==",
7862
+ "version": "3.0.18",
7863
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.0.18.tgz",
7864
+ "integrity": "sha512-chHc2rcvy4pG7KK+dtN6/G3OeXBQVOR13H4yEYNr60AbXNnK2lZC8peVqYDEtuSjbPPDALWc/85EQptq+V9lzw==",
7865
7865
  "license": "BSD-3-Clause",
7866
7866
  "dependencies": {
7867
7867
  "@inquirer/input": "^1.2.14",
7868
7868
  "@oclif/core": "^3.18.1",
7869
7869
  "@salesforce/core": "^6.4.2",
7870
7870
  "@salesforce/kit": "^3.0.15",
7871
- "@salesforce/sf-plugins-core": "^7.1.1",
7871
+ "@salesforce/sf-plugins-core": "^7.1.3",
7872
7872
  "got": "^13.0.0",
7873
7873
  "marked": "^4.3.0",
7874
7874
  "marked-terminal": "^4.2.0",
@@ -8056,15 +8056,15 @@
8056
8056
  }
8057
8057
  },
8058
8058
  "node_modules/@salesforce/plugin-limits": {
8059
- "version": "3.1.4",
8060
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.1.4.tgz",
8061
- "integrity": "sha512-5lgWjG1wjpFS25qlReivc/MTSk0j5Q4P10Stn6DJB93W60s/k/SpFWYQ0cpv9pSZNbcTZ1Ns0eMI3sGwZP/JKw==",
8059
+ "version": "3.1.5",
8060
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.1.5.tgz",
8061
+ "integrity": "sha512-8Q7TK0NPne9CTfxLf+J+3mUBlsVnYCoAdGDJkxX0nQIzIXFxPSCKZ8dcRwJaPJuvIeM+jAyVADCP2xo72rJ3jw==",
8062
8062
  "license": "BSD-3-Clause",
8063
8063
  "dependencies": {
8064
8064
  "@oclif/core": "^3.18.1",
8065
8065
  "@salesforce/core": "^6.4.2",
8066
8066
  "@salesforce/kit": "^3.0.15",
8067
- "@salesforce/sf-plugins-core": "^7.1.2",
8067
+ "@salesforce/sf-plugins-core": "^7.1.3",
8068
8068
  "@salesforce/ts-types": "^2.0.9"
8069
8069
  },
8070
8070
  "engines": {
@@ -8072,15 +8072,15 @@
8072
8072
  }
8073
8073
  },
8074
8074
  "node_modules/@salesforce/plugin-marketplace": {
8075
- "version": "1.0.16",
8076
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.0.16.tgz",
8077
- "integrity": "sha512-ia8M8DXzqnoEltRYfgfJYalGnvs1GHdIzWKjDNTH7ZQdSa3h5NU+B2PGmg+e2z9MEJJP4HiS4TIKbn9Pmlr0WA==",
8075
+ "version": "1.0.18",
8076
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.0.18.tgz",
8077
+ "integrity": "sha512-tH67yHXnTh9BixtxlAs9/RN746u2mGQt2qc7AAkjkpJHOWWGYUnFWJ3DOPx+lvfVA9yiczhnNQcgorpYpKDt1Q==",
8078
8078
  "license": "BSD-3-Clause",
8079
8079
  "dependencies": {
8080
- "@oclif/core": "^3.15.1",
8080
+ "@oclif/core": "^3.18.1",
8081
8081
  "@salesforce/core": "^6.4.2",
8082
8082
  "@salesforce/kit": "^3.0.15",
8083
- "@salesforce/sf-plugins-core": "^7.0.0",
8083
+ "@salesforce/sf-plugins-core": "^7.1.3",
8084
8084
  "got": "^13.0.0",
8085
8085
  "proxy-agent": "^6.3.1"
8086
8086
  },
@@ -8238,18 +8238,18 @@
8238
8238
  }
8239
8239
  },
8240
8240
  "node_modules/@salesforce/plugin-org": {
8241
- "version": "3.3.5",
8242
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-3.3.5.tgz",
8243
- "integrity": "sha512-QaOux3VVANvf8/mlzuHMYp2VZtJhfoi5rWG7ByECtTCB9p/UZF01SFZO5dft1URL4+O8Bu4i9sppGaDEJDUz2Q==",
8241
+ "version": "3.3.7",
8242
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-3.3.7.tgz",
8243
+ "integrity": "sha512-nQuM2hgQzcKYtMjv7iSCrkJwMFD+axxGZhbJloLuto1Xwg9snnZ5OlGgnwr96nTKUYQpXsB3nMB5e+d+6Gd2aA==",
8244
8244
  "license": "BSD-3-Clause",
8245
8245
  "dependencies": {
8246
8246
  "@oclif/core": "^3.18.1",
8247
8247
  "@salesforce/core": "^6.4.4",
8248
8248
  "@salesforce/kit": "^3.0.15",
8249
- "@salesforce/sf-plugins-core": "^7.1.2",
8249
+ "@salesforce/sf-plugins-core": "^7.1.3",
8250
8250
  "@salesforce/source-deploy-retrieve": "^10.2.11",
8251
8251
  "chalk": "^5.3.0",
8252
- "change-case": "^5.4.1",
8252
+ "change-case": "^5.4.2",
8253
8253
  "is-wsl": "^3.1.0",
8254
8254
  "open": "^10.0.3"
8255
8255
  },
@@ -13038,14 +13038,14 @@
13038
13038
  }
13039
13039
  },
13040
13040
  "node_modules/@salesforce/plugin-settings": {
13041
- "version": "2.0.17",
13042
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.0.17.tgz",
13043
- "integrity": "sha512-KIKaAb4wXeOLCrlcDFQGcuBu+XtgaJSd6Oe9BhiGmeB0G63aZjvrLgXHPkdyK7A/QinBy2Wy5kKUH/tus3i3lA==",
13041
+ "version": "2.0.18",
13042
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.0.18.tgz",
13043
+ "integrity": "sha512-XBSgm8aVq3MyqZU0XU3l+FYvnOFFNGfJpoH774ZCBUMAvtHZj/Dt9F5pbrm4WA08xsR9wNn6TYgjUgTd2y39oQ==",
13044
13044
  "license": "BSD-3-Clause",
13045
13045
  "dependencies": {
13046
13046
  "@oclif/core": "^3.18.1",
13047
13047
  "@salesforce/core": "^6.4.4",
13048
- "@salesforce/sf-plugins-core": "^7.1.1",
13048
+ "@salesforce/sf-plugins-core": "^7.1.3",
13049
13049
  "fast-levenshtein": "^3.0.0"
13050
13050
  },
13051
13051
  "engines": {
@@ -13053,9 +13053,9 @@
13053
13053
  }
13054
13054
  },
13055
13055
  "node_modules/@salesforce/plugin-sobject": {
13056
- "version": "1.1.2",
13057
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.1.2.tgz",
13058
- "integrity": "sha512-le+1L3AW36ULOcb00tBvOWHnJg0ogPnBCX3bP7avNaijMpyUsocJbUYDXnVKDaH+/j5ovBDM6SCBdkpdDYvtAQ==",
13056
+ "version": "1.1.3",
13057
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.1.3.tgz",
13058
+ "integrity": "sha512-c54YDt7SOsrDCTfASZAolXFD5W5hK/DB5vQ8my5orwJNpcl1vwtVPyz0wtb5MSOH+BFDrsckpfcEXGMyRw9A7g==",
13059
13059
  "license": "BSD-3-Clause",
13060
13060
  "dependencies": {
13061
13061
  "@inquirer/confirm": "^2.0.15",
@@ -13064,7 +13064,7 @@
13064
13064
  "@oclif/core": "^3.16.0",
13065
13065
  "@salesforce/core": "^6.4.4",
13066
13066
  "@salesforce/kit": "^3.0.15",
13067
- "@salesforce/sf-plugins-core": "^7.1.1",
13067
+ "@salesforce/sf-plugins-core": "^7.1.3",
13068
13068
  "fast-glob": "^3.3.2",
13069
13069
  "fast-xml-parser": "^4.3.3",
13070
13070
  "js2xmlparser": "^4.0.2"
@@ -13272,14 +13272,14 @@
13272
13272
  }
13273
13273
  },
13274
13274
  "node_modules/@salesforce/plugin-templates": {
13275
- "version": "56.0.10",
13276
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.0.10.tgz",
13277
- "integrity": "sha512-Bnt1GbYqFLcMgRJBWfo+iZZ07WMUcpZULHzX89Ls1k99j6zcsyfd0tIkFMMJ7626ZZsgLe9gPjDC89vtHy3Ziw==",
13275
+ "version": "56.0.11",
13276
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.0.11.tgz",
13277
+ "integrity": "sha512-AFA76TjpUcmAQ4avAXOfBiBsEZLVxfmo10VhwltN7Ji2+31SWzl55DxJ8M0/Xkopkv4Tj9GyerXPYnZKINIRbg==",
13278
13278
  "license": "BSD-3-Clause",
13279
13279
  "dependencies": {
13280
13280
  "@oclif/core": "^3.15.1",
13281
13281
  "@salesforce/core": "^6.4.2",
13282
- "@salesforce/sf-plugins-core": "^7.1.2",
13282
+ "@salesforce/sf-plugins-core": "^7.1.3",
13283
13283
  "@salesforce/templates": "^59.0.4",
13284
13284
  "yeoman-environment": "^3",
13285
13285
  "yeoman-generator": "^5"
@@ -5051,5 +5051,5 @@
5051
5051
  ]
5052
5052
  }
5053
5053
  },
5054
- "version": "2.26.7"
5054
+ "version": "2.26.8"
5055
5055
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.26.7",
4
+ "version": "2.26.8",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -71,11 +71,11 @@
71
71
  "@salesforce/plugin-user"
72
72
  ],
73
73
  "jitPlugins": {
74
- "@salesforce/plugin-custom-metadata": "3.1.4",
74
+ "@salesforce/plugin-custom-metadata": "3.1.5",
75
75
  "@salesforce/plugin-community": "3.0.14",
76
76
  "@salesforce/plugin-dev": "2.1.7",
77
77
  "@salesforce/plugin-devops-center": "1.2.5",
78
- "@salesforce/plugin-env": "3.0.15",
78
+ "@salesforce/plugin-env": "3.0.16",
79
79
  "@salesforce/plugin-functions": "1.22.11",
80
80
  "@salesforce/plugin-signups": "2.0.17",
81
81
  "@salesforce/sfdx-plugin-lwc-test": "1.1.1",
@@ -146,21 +146,21 @@
146
146
  "@oclif/plugin-warn-if-update-available": "3.0.9",
147
147
  "@oclif/plugin-which": "3.0.15",
148
148
  "@salesforce/core": "^6.1.4",
149
- "@salesforce/plugin-apex": "3.0.19",
149
+ "@salesforce/plugin-apex": "3.0.20",
150
150
  "@salesforce/plugin-auth": "3.3.3",
151
- "@salesforce/plugin-data": "3.0.16",
152
- "@salesforce/plugin-deploy-retrieve": "3.2.3",
153
- "@salesforce/plugin-info": "3.0.17",
154
- "@salesforce/plugin-limits": "3.1.4",
155
- "@salesforce/plugin-marketplace": "1.0.16",
156
- "@salesforce/plugin-org": "3.3.5",
151
+ "@salesforce/plugin-data": "3.0.17",
152
+ "@salesforce/plugin-deploy-retrieve": "3.2.4",
153
+ "@salesforce/plugin-info": "3.0.18",
154
+ "@salesforce/plugin-limits": "3.1.5",
155
+ "@salesforce/plugin-marketplace": "1.0.18",
156
+ "@salesforce/plugin-org": "3.3.7",
157
157
  "@salesforce/plugin-packaging": "2.1.1",
158
158
  "@salesforce/plugin-schema": "3.1.0",
159
- "@salesforce/plugin-settings": "2.0.17",
160
- "@salesforce/plugin-sobject": "1.1.2",
159
+ "@salesforce/plugin-settings": "2.0.18",
160
+ "@salesforce/plugin-sobject": "1.1.3",
161
161
  "@salesforce/plugin-source": "3.1.6",
162
162
  "@salesforce/plugin-telemetry": "3.1.10",
163
- "@salesforce/plugin-templates": "56.0.10",
163
+ "@salesforce/plugin-templates": "56.0.11",
164
164
  "@salesforce/plugin-trust": "3.3.2",
165
165
  "@salesforce/plugin-user": "3.2.4",
166
166
  "@salesforce/sf-plugins-core": "7.1.3",