@salesforce/cli 2.35.3 → 2.35.4

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.35.3 linux-x64 node-v20.11.1
27
+ @salesforce/cli/2.35.4 linux-x64 node-v20.11.1
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -201,7 +201,7 @@ EXAMPLES
201
201
  $ sf alias list
202
202
  ```
203
203
 
204
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.32/src/commands/alias/list.ts)_
204
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.33/src/commands/alias/list.ts)_
205
205
 
206
206
  ## `sf alias set`
207
207
 
@@ -249,7 +249,7 @@ EXAMPLES
249
249
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
250
250
  ```
251
251
 
252
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.32/src/commands/alias/set.ts)_
252
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.33/src/commands/alias/set.ts)_
253
253
 
254
254
  ## `sf alias unset`
255
255
 
@@ -288,7 +288,7 @@ EXAMPLES
288
288
  $ sf alias unset --all [--no-prompt]
289
289
  ```
290
290
 
291
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.32/src/commands/alias/unset.ts)_
291
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.33/src/commands/alias/unset.ts)_
292
292
 
293
293
  ## `sf analytics generate template`
294
294
 
@@ -329,7 +329,7 @@ FLAG DESCRIPTIONS
329
329
  directory.
330
330
  ```
331
331
 
332
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/analytics/generate/template.ts)_
332
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.25/src/commands/analytics/generate/template.ts)_
333
333
 
334
334
  ## `sf apex generate class`
335
335
 
@@ -385,7 +385,7 @@ FLAG DESCRIPTIONS
385
385
  Supplied parameter values or default values are filled into a copy of the template.
386
386
  ```
387
387
 
388
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/apex/generate/class.ts)_
388
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.25/src/commands/apex/generate/class.ts)_
389
389
 
390
390
  ## `sf apex generate trigger`
391
391
 
@@ -452,7 +452,7 @@ FLAG DESCRIPTIONS
452
452
  Supplied parameter values or default values are filled into a copy of the template.
453
453
  ```
454
454
 
455
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/apex/generate/trigger.ts)_
455
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.25/src/commands/apex/generate/trigger.ts)_
456
456
 
457
457
  ## `sf apex get log`
458
458
 
@@ -903,7 +903,7 @@ CONFIGURATION VARIABLES
903
903
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
904
904
  ```
905
905
 
906
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.32/src/commands/config/get.ts)_
906
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.33/src/commands/config/get.ts)_
907
907
 
908
908
  ## `sf config list`
909
909
 
@@ -942,7 +942,7 @@ EXAMPLES
942
942
  $ sf config list
943
943
  ```
944
944
 
945
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.32/src/commands/config/list.ts)_
945
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.33/src/commands/config/list.ts)_
946
946
 
947
947
  ## `sf config set`
948
948
 
@@ -1010,7 +1010,7 @@ CONFIGURATION VARIABLES
1010
1010
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1011
1011
  ```
1012
1012
 
1013
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.32/src/commands/config/set.ts)_
1013
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.33/src/commands/config/set.ts)_
1014
1014
 
1015
1015
  ## `sf config unset`
1016
1016
 
@@ -1059,7 +1059,7 @@ CONFIGURATION VARIABLES
1059
1059
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1060
1060
  ```
1061
1061
 
1062
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.32/src/commands/config/unset.ts)_
1062
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.33/src/commands/config/unset.ts)_
1063
1063
 
1064
1064
  ## `sf data create record`
1065
1065
 
@@ -1115,7 +1115,7 @@ EXAMPLES
1115
1115
  TracedEntityId=01p17000000R6bLAAS"
1116
1116
  ```
1117
1117
 
1118
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.1/src/commands/data/create/record.ts)_
1118
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/create/record.ts)_
1119
1119
 
1120
1120
  ## `sf data delete bulk`
1121
1121
 
@@ -1162,7 +1162,7 @@ EXAMPLES
1162
1162
  $ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1163
1163
  ```
1164
1164
 
1165
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.1/src/commands/data/delete/bulk.ts)_
1165
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/delete/bulk.ts)_
1166
1166
 
1167
1167
  ## `sf data delete record`
1168
1168
 
@@ -1223,7 +1223,7 @@ EXAMPLES
1223
1223
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1224
1224
  ```
1225
1225
 
1226
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.1/src/commands/data/delete/record.ts)_
1226
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/delete/record.ts)_
1227
1227
 
1228
1228
  ## `sf data delete resume`
1229
1229
 
@@ -1261,7 +1261,7 @@ EXAMPLES
1261
1261
  $ sf data delete resume --use-most-recent --target-org my-scratch
1262
1262
  ```
1263
1263
 
1264
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.1/src/commands/data/delete/resume.ts)_
1264
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/delete/resume.ts)_
1265
1265
 
1266
1266
  ## `sf data export beta tree`
1267
1267
 
@@ -1319,7 +1319,7 @@ EXAMPLES
1319
1319
  my-scratch
1320
1320
  ```
1321
1321
 
1322
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.1/src/commands/data/export/beta/tree.ts)_
1322
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/export/beta/tree.ts)_
1323
1323
 
1324
1324
  ## `sf data export tree`
1325
1325
 
@@ -1379,7 +1379,7 @@ EXAMPLES
1379
1379
  my-scratch
1380
1380
  ```
1381
1381
 
1382
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.1/src/commands/data/export/tree.ts)_
1382
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/export/tree.ts)_
1383
1383
 
1384
1384
  ## `sf data get record`
1385
1385
 
@@ -1443,7 +1443,7 @@ EXAMPLES
1443
1443
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1444
1444
  ```
1445
1445
 
1446
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.1/src/commands/data/get/record.ts)_
1446
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/get/record.ts)_
1447
1447
 
1448
1448
  ## `sf data import beta tree`
1449
1449
 
@@ -1486,7 +1486,7 @@ EXAMPLES
1486
1486
  $ sf data import beta tree --plan Account-Contact-plan.json
1487
1487
  ```
1488
1488
 
1489
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.1/src/commands/data/import/beta/tree.ts)_
1489
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/import/beta/tree.ts)_
1490
1490
 
1491
1491
  ## `sf data import tree`
1492
1492
 
@@ -1536,7 +1536,7 @@ EXAMPLES
1536
1536
  $ sf data import tree --plan Account-Contact-plan.json
1537
1537
  ```
1538
1538
 
1539
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.1/src/commands/data/import/tree.ts)_
1539
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/import/tree.ts)_
1540
1540
 
1541
1541
  ## `sf data query`
1542
1542
 
@@ -1600,7 +1600,7 @@ EXAMPLES
1600
1600
  $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
1601
1601
  ```
1602
1602
 
1603
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.1/src/commands/data/query.ts)_
1603
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/query.ts)_
1604
1604
 
1605
1605
  ## `sf data query resume`
1606
1606
 
@@ -1637,7 +1637,7 @@ EXAMPLES
1637
1637
  $ sf data query resume --bulk-query-id 7500x000005BdFzXXX
1638
1638
  ```
1639
1639
 
1640
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.1/src/commands/data/query/resume.ts)_
1640
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/query/resume.ts)_
1641
1641
 
1642
1642
  ## `sf data resume`
1643
1643
 
@@ -1674,7 +1674,7 @@ EXAMPLES
1674
1674
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
1675
1675
  ```
1676
1676
 
1677
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.1/src/commands/data/resume.ts)_
1677
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/resume.ts)_
1678
1678
 
1679
1679
  ## `sf data update record`
1680
1680
 
@@ -1736,7 +1736,7 @@ EXAMPLES
1736
1736
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
1737
1737
  ```
1738
1738
 
1739
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.1/src/commands/data/update/record.ts)_
1739
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/update/record.ts)_
1740
1740
 
1741
1741
  ## `sf data upsert bulk`
1742
1742
 
@@ -1789,7 +1789,7 @@ EXAMPLES
1789
1789
  my-scratch
1790
1790
  ```
1791
1791
 
1792
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.1/src/commands/data/upsert/bulk.ts)_
1792
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/upsert/bulk.ts)_
1793
1793
 
1794
1794
  ## `sf data upsert resume`
1795
1795
 
@@ -1827,7 +1827,7 @@ EXAMPLES
1827
1827
  $ sf data upsert resume --use-most-recent --target-org my-scratch
1828
1828
  ```
1829
1829
 
1830
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.1/src/commands/data/upsert/resume.ts)_
1830
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/data/upsert/resume.ts)_
1831
1831
 
1832
1832
  ## `sf doctor`
1833
1833
 
@@ -1874,7 +1874,7 @@ EXAMPLES
1874
1874
  $ sf doctor --plugin @salesforce/plugin-source
1875
1875
  ```
1876
1876
 
1877
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.33/src/commands/doctor.ts)_
1877
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.34/src/commands/doctor.ts)_
1878
1878
 
1879
1879
  ## `sf force data bulk delete`
1880
1880
 
@@ -1921,7 +1921,7 @@ EXAMPLES
1921
1921
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1922
1922
  ```
1923
1923
 
1924
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.1/src/commands/force/data/bulk/delete.ts)_
1924
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/force/data/bulk/delete.ts)_
1925
1925
 
1926
1926
  ## `sf force data bulk status`
1927
1927
 
@@ -1958,7 +1958,7 @@ EXAMPLES
1958
1958
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
1959
1959
  ```
1960
1960
 
1961
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.1/src/commands/force/data/bulk/status.ts)_
1961
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/force/data/bulk/status.ts)_
1962
1962
 
1963
1963
  ## `sf force data bulk upsert`
1964
1964
 
@@ -2016,7 +2016,7 @@ EXAMPLES
2016
2016
  --target-org my-scratch
2017
2017
  ```
2018
2018
 
2019
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.1/src/commands/force/data/bulk/upsert.ts)_
2019
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.2/src/commands/force/data/bulk/upsert.ts)_
2020
2020
 
2021
2021
  ## `sf help [COMMAND]`
2022
2022
 
@@ -2036,7 +2036,7 @@ DESCRIPTION
2036
2036
  Display help for sf.
2037
2037
  ```
2038
2038
 
2039
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.18/src/commands/help.ts)_
2039
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.19/src/commands/help.ts)_
2040
2040
 
2041
2041
  ## `sf info releasenotes display`
2042
2042
 
@@ -2075,7 +2075,7 @@ EXAMPLES
2075
2075
  $ sf info releasenotes display --version latest
2076
2076
  ```
2077
2077
 
2078
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.33/src/commands/info/releasenotes/display.ts)_
2078
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.34/src/commands/info/releasenotes/display.ts)_
2079
2079
 
2080
2080
  ## `sf lightning generate app`
2081
2081
 
@@ -2128,7 +2128,7 @@ FLAG DESCRIPTIONS
2128
2128
  Supplied parameter values or default values are filled into a copy of the template.
2129
2129
  ```
2130
2130
 
2131
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/lightning/generate/app.ts)_
2131
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.25/src/commands/lightning/generate/app.ts)_
2132
2132
 
2133
2133
  ## `sf lightning generate component`
2134
2134
 
@@ -2196,7 +2196,7 @@ FLAG DESCRIPTIONS
2196
2196
  Supplied parameter values or default values are filled into a copy of the template.
2197
2197
  ```
2198
2198
 
2199
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/lightning/generate/component.ts)_
2199
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.25/src/commands/lightning/generate/component.ts)_
2200
2200
 
2201
2201
  ## `sf lightning generate event`
2202
2202
 
@@ -2249,7 +2249,7 @@ FLAG DESCRIPTIONS
2249
2249
  Supplied parameter values or default values are filled into a copy of the template.
2250
2250
  ```
2251
2251
 
2252
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/lightning/generate/event.ts)_
2252
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.25/src/commands/lightning/generate/event.ts)_
2253
2253
 
2254
2254
  ## `sf lightning generate interface`
2255
2255
 
@@ -2302,7 +2302,7 @@ FLAG DESCRIPTIONS
2302
2302
  Supplied parameter values or default values are filled into a copy of the template.
2303
2303
  ```
2304
2304
 
2305
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/lightning/generate/interface.ts)_
2305
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.25/src/commands/lightning/generate/interface.ts)_
2306
2306
 
2307
2307
  ## `sf lightning generate test`
2308
2308
 
@@ -2355,7 +2355,7 @@ FLAG DESCRIPTIONS
2355
2355
  Supplied parameter values or default values are filled into a copy of the template.
2356
2356
  ```
2357
2357
 
2358
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/lightning/generate/test.ts)_
2358
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.25/src/commands/lightning/generate/test.ts)_
2359
2359
 
2360
2360
  ## `sf org assign permset`
2361
2361
 
@@ -2557,7 +2557,7 @@ FLAG DESCRIPTIONS
2557
2557
  sandbox.
2558
2558
  ```
2559
2559
 
2560
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/create/sandbox.ts)_
2560
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/create/sandbox.ts)_
2561
2561
 
2562
2562
  ## `sf org create scratch`
2563
2563
 
@@ -2710,7 +2710,7 @@ FLAG DESCRIPTIONS
2710
2710
  Omit this flag to have Salesforce generate a unique username for your org.
2711
2711
  ```
2712
2712
 
2713
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/create/scratch.ts)_
2713
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/create/scratch.ts)_
2714
2714
 
2715
2715
  ## `sf org create user`
2716
2716
 
@@ -2860,7 +2860,7 @@ EXAMPLES
2860
2860
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
2861
2861
  ```
2862
2862
 
2863
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/delete/sandbox.ts)_
2863
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/delete/sandbox.ts)_
2864
2864
 
2865
2865
  ## `sf org delete scratch`
2866
2866
 
@@ -2902,7 +2902,7 @@ EXAMPLES
2902
2902
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
2903
2903
  ```
2904
2904
 
2905
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/delete/scratch.ts)_
2905
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/delete/scratch.ts)_
2906
2906
 
2907
2907
  ## `sf org disable tracking`
2908
2908
 
@@ -2940,7 +2940,7 @@ EXAMPLES
2940
2940
  $ sf org disable tracking
2941
2941
  ```
2942
2942
 
2943
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/disable/tracking.ts)_
2943
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/disable/tracking.ts)_
2944
2944
 
2945
2945
  ## `sf org display`
2946
2946
 
@@ -2984,7 +2984,7 @@ EXAMPLES
2984
2984
  $ sf org display --target-org TestOrg1 --verbose
2985
2985
  ```
2986
2986
 
2987
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/display.ts)_
2987
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/display.ts)_
2988
2988
 
2989
2989
  ## `sf org display user`
2990
2990
 
@@ -3063,7 +3063,7 @@ EXAMPLES
3063
3063
  $ sf org enable tracking
3064
3064
  ```
3065
3065
 
3066
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/enable/tracking.ts)_
3066
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/enable/tracking.ts)_
3067
3067
 
3068
3068
  ## `sf org generate password`
3069
3069
 
@@ -3166,7 +3166,7 @@ EXAMPLES
3166
3166
  $ sf org list --clean
3167
3167
  ```
3168
3168
 
3169
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/list.ts)_
3169
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/list.ts)_
3170
3170
 
3171
3171
  ## `sf org list auth`
3172
3172
 
@@ -3236,7 +3236,7 @@ EXAMPLES
3236
3236
  $ sf org list limits --target-org my-scratch-org
3237
3237
  ```
3238
3238
 
3239
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.14/src/commands/org/list/limits.ts)_
3239
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.15/src/commands/org/list/limits.ts)_
3240
3240
 
3241
3241
  ## `sf org list metadata`
3242
3242
 
@@ -3301,7 +3301,7 @@ FLAG DESCRIPTIONS
3301
3301
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
3302
3302
  ```
3303
3303
 
3304
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/list/metadata.ts)_
3304
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/list/metadata.ts)_
3305
3305
 
3306
3306
  ## `sf org list metadata-types`
3307
3307
 
@@ -3355,7 +3355,7 @@ FLAG DESCRIPTIONS
3355
3355
  Override the api version used for api requests made by this command
3356
3356
  ```
3357
3357
 
3358
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/list/metadata-types.ts)_
3358
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/list/metadata-types.ts)_
3359
3359
 
3360
3360
  ## `sf org list sobject record-counts`
3361
3361
 
@@ -3400,7 +3400,7 @@ EXAMPLES
3400
3400
  $ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
3401
3401
  ```
3402
3402
 
3403
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.14/src/commands/org/list/sobject/record-counts.ts)_
3403
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.15/src/commands/org/list/sobject/record-counts.ts)_
3404
3404
 
3405
3405
  ## `sf org list users`
3406
3406
 
@@ -3919,7 +3919,7 @@ EXAMPLES
3919
3919
  $ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
3920
3920
  ```
3921
3921
 
3922
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/open.ts)_
3922
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/open.ts)_
3923
3923
 
3924
3924
  ## `sf org refresh sandbox`
3925
3925
 
@@ -3995,7 +3995,7 @@ FLAG DESCRIPTIONS
3995
3995
  By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
3996
3996
  ```
3997
3997
 
3998
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/refresh/sandbox.ts)_
3998
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/refresh/sandbox.ts)_
3999
3999
 
4000
4000
  ## `sf org resume sandbox`
4001
4001
 
@@ -4057,7 +4057,7 @@ FLAG DESCRIPTIONS
4057
4057
  returns the job ID. To resume checking the sandbox creation, rerun this command.
4058
4058
  ```
4059
4059
 
4060
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/resume/sandbox.ts)_
4060
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/resume/sandbox.ts)_
4061
4061
 
4062
4062
  ## `sf org resume scratch`
4063
4063
 
@@ -4103,7 +4103,7 @@ FLAG DESCRIPTIONS
4103
4103
  The job ID is valid for 24 hours after you start the scratch org creation.
4104
4104
  ```
4105
4105
 
4106
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.0/src/commands/org/resume/scratch.ts)_
4106
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.5.1/src/commands/org/resume/scratch.ts)_
4107
4107
 
4108
4108
  ## `sf package1 version create`
4109
4109
 
@@ -5299,7 +5299,7 @@ EXAMPLES
5299
5299
  $ sf plugins
5300
5300
  ```
5301
5301
 
5302
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/index.ts)_
5302
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.9/src/commands/plugins/index.ts)_
5303
5303
 
5304
5304
  ## `sf plugins discover`
5305
5305
 
@@ -5343,7 +5343,7 @@ EXAMPLES
5343
5343
  $ sf plugins inspect @salesforce/plugin-packaging
5344
5344
  ```
5345
5345
 
5346
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/inspect.ts)_
5346
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.9/src/commands/plugins/inspect.ts)_
5347
5347
 
5348
5348
  ## `sf plugins:install PLUGIN...`
5349
5349
 
@@ -5387,7 +5387,7 @@ EXAMPLES
5387
5387
  $ sf plugins install someuser/someplugin
5388
5388
  ```
5389
5389
 
5390
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/install.ts)_
5390
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.9/src/commands/plugins/install.ts)_
5391
5391
 
5392
5392
  ## `sf plugins:link PLUGIN`
5393
5393
 
@@ -5417,7 +5417,7 @@ EXAMPLES
5417
5417
  $ sf plugins link @salesforce/plugin-packaging
5418
5418
  ```
5419
5419
 
5420
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/link.ts)_
5420
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.9/src/commands/plugins/link.ts)_
5421
5421
 
5422
5422
  ## `sf plugins reset`
5423
5423
 
@@ -5432,7 +5432,7 @@ FLAGS
5432
5432
  --reinstall Reinstall all plugins after uninstalling.
5433
5433
  ```
5434
5434
 
5435
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/reset.ts)_
5435
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.9/src/commands/plugins/reset.ts)_
5436
5436
 
5437
5437
  ## `sf plugins trust verify`
5438
5438
 
@@ -5460,7 +5460,7 @@ EXAMPLES
5460
5460
  $ sf plugins trust verify --npm @scope/npmName
5461
5461
  ```
5462
5462
 
5463
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.3.17/src/commands/plugins/trust/verify.ts)_
5463
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.3.18/src/commands/plugins/trust/verify.ts)_
5464
5464
 
5465
5465
  ## `sf plugins:uninstall PLUGIN...`
5466
5466
 
@@ -5488,7 +5488,7 @@ EXAMPLES
5488
5488
  $ sf plugins uninstall @salesforce/plugin-packaging
5489
5489
  ```
5490
5490
 
5491
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/uninstall.ts)_
5491
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.9/src/commands/plugins/uninstall.ts)_
5492
5492
 
5493
5493
  ## `sf plugins update`
5494
5494
 
@@ -5506,7 +5506,7 @@ DESCRIPTION
5506
5506
  Update installed plugins.
5507
5507
  ```
5508
5508
 
5509
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.8/src/commands/plugins/update.ts)_
5509
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.3.9/src/commands/plugins/update.ts)_
5510
5510
 
5511
5511
  ## `sf project convert mdapi`
5512
5512
 
@@ -6800,7 +6800,7 @@ FLAG DESCRIPTIONS
6800
6800
  Override the api version used for api requests made by this command
6801
6801
  ```
6802
6802
 
6803
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/project/generate.ts)_
6803
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.25/src/commands/project/generate.ts)_
6804
6804
 
6805
6805
  ## `sf project generate manifest`
6806
6806
 
@@ -7234,7 +7234,7 @@ FLAG DESCRIPTIONS
7234
7234
  If you don't specify this flag, the command prompts you to choose from your local objects.
7235
7235
  ```
7236
7236
 
7237
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.20/src/commands/schema/generate/field.ts)_
7237
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.21/src/commands/schema/generate/field.ts)_
7238
7238
 
7239
7239
  ## `sf schema generate platformevent`
7240
7240
 
@@ -7263,7 +7263,7 @@ EXAMPLES
7263
7263
  $ sf schema generate platformevent --label "My Platform Event"
7264
7264
  ```
7265
7265
 
7266
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.20/src/commands/schema/generate/platformevent.ts)_
7266
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.21/src/commands/schema/generate/platformevent.ts)_
7267
7267
 
7268
7268
  ## `sf schema generate sobject`
7269
7269
 
@@ -7317,7 +7317,7 @@ FLAG DESCRIPTIONS
7317
7317
  - Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
7318
7318
  ```
7319
7319
 
7320
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.20/src/commands/schema/generate/sobject.ts)_
7320
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.21/src/commands/schema/generate/sobject.ts)_
7321
7321
 
7322
7322
  ## `sf schema generate tab`
7323
7323
 
@@ -7364,7 +7364,7 @@ FLAG DESCRIPTIONS
7364
7364
  The API name for a custom object always ends in `__c`, such as `MyObject__c`.
7365
7365
  ```
7366
7366
 
7367
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.20/src/commands/schema/generate/tab.ts)_
7367
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.21/src/commands/schema/generate/tab.ts)_
7368
7368
 
7369
7369
  ## `sf search`
7370
7370
 
@@ -7524,7 +7524,7 @@ FLAG DESCRIPTIONS
7524
7524
  etc.
7525
7525
  ```
7526
7526
 
7527
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/static-resource/generate.ts)_
7527
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.25/src/commands/static-resource/generate.ts)_
7528
7528
 
7529
7529
  ## `sf update [CHANNEL]`
7530
7530
 
@@ -7561,7 +7561,7 @@ EXAMPLES
7561
7561
  $ sf update --available
7562
7562
  ```
7563
7563
 
7564
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.2.0/src/commands/update.ts)_
7564
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.2.1/src/commands/update.ts)_
7565
7565
 
7566
7566
  ## `sf version`
7567
7567
 
@@ -7581,7 +7581,7 @@ FLAG DESCRIPTIONS
7581
7581
  Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
7582
7582
  ```
7583
7583
 
7584
- _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.0.14/src/commands/version.ts)_
7584
+ _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.0.15/src/commands/version.ts)_
7585
7585
 
7586
7586
  ## `sf visualforce generate component`
7587
7587
 
@@ -7636,7 +7636,7 @@ FLAG DESCRIPTIONS
7636
7636
  Supplied parameter values or default values are filled into a copy of the template.
7637
7637
  ```
7638
7638
 
7639
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/visualforce/generate/component.ts)_
7639
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.25/src/commands/visualforce/generate/component.ts)_
7640
7640
 
7641
7641
  ## `sf visualforce generate page`
7642
7642
 
@@ -7684,7 +7684,7 @@ FLAG DESCRIPTIONS
7684
7684
  The name can be up to 40 characters and must start with a letter.
7685
7685
  ```
7686
7686
 
7687
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.24/src/commands/visualforce/generate/page.ts)_
7687
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.25/src/commands/visualforce/generate/page.ts)_
7688
7688
 
7689
7689
  ## `sf which`
7690
7690
 
@@ -7706,6 +7706,6 @@ EXAMPLES
7706
7706
  $ sf which help
7707
7707
  ```
7708
7708
 
7709
- _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.1.5/src/commands/which.ts)_
7709
+ _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.1.6/src/commands/which.ts)_
7710
7710
 
7711
7711
  <!-- commandsstop -->