@salesforce/cli 2.42.2 → 2.42.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.42.2 linux-x64 node-v20.12.2
27
+ @salesforce/cli/2.42.4 linux-x64 node-v20.12.2
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -333,7 +333,7 @@ FLAG DESCRIPTIONS
333
333
  directory.
334
334
  ```
335
335
 
336
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.5/src/commands/analytics/generate/template.ts)_
336
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.7/src/commands/analytics/generate/template.ts)_
337
337
 
338
338
  ## `sf apex generate class`
339
339
 
@@ -392,7 +392,7 @@ FLAG DESCRIPTIONS
392
392
  Supplied parameter values or default values are filled into a copy of the template.
393
393
  ```
394
394
 
395
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.5/src/commands/apex/generate/class.ts)_
395
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.7/src/commands/apex/generate/class.ts)_
396
396
 
397
397
  ## `sf apex generate trigger`
398
398
 
@@ -461,7 +461,7 @@ FLAG DESCRIPTIONS
461
461
  Supplied parameter values or default values are filled into a copy of the template.
462
462
  ```
463
463
 
464
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.5/src/commands/apex/generate/trigger.ts)_
464
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.7/src/commands/apex/generate/trigger.ts)_
465
465
 
466
466
  ## `sf apex get log`
467
467
 
@@ -840,7 +840,7 @@ EXAMPLES
840
840
  $ sf autocomplete --refresh-cache
841
841
  ```
842
842
 
843
- _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.0.17/src/commands/autocomplete/index.ts)_
843
+ _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.0.18/src/commands/autocomplete/index.ts)_
844
844
 
845
845
  ## `sf commands`
846
846
 
@@ -873,7 +873,7 @@ DESCRIPTION
873
873
  list all the commands
874
874
  ```
875
875
 
876
- _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.3.3/src/commands/commands.ts)_
876
+ _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.3.4/src/commands/commands.ts)_
877
877
 
878
878
  ## `sf config get`
879
879
 
@@ -1137,7 +1137,7 @@ EXAMPLES
1137
1137
  TracedEntityId=01p17000000R6bLAAS"
1138
1138
  ```
1139
1139
 
1140
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/data/create/record.ts)_
1140
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/data/create/record.ts)_
1141
1141
 
1142
1142
  ## `sf data delete bulk`
1143
1143
 
@@ -1184,7 +1184,7 @@ EXAMPLES
1184
1184
  $ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1185
1185
  ```
1186
1186
 
1187
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/data/delete/bulk.ts)_
1187
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/data/delete/bulk.ts)_
1188
1188
 
1189
1189
  ## `sf data delete record`
1190
1190
 
@@ -1245,7 +1245,7 @@ EXAMPLES
1245
1245
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1246
1246
  ```
1247
1247
 
1248
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/data/delete/record.ts)_
1248
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/data/delete/record.ts)_
1249
1249
 
1250
1250
  ## `sf data delete resume`
1251
1251
 
@@ -1284,7 +1284,7 @@ EXAMPLES
1284
1284
  $ sf data delete resume --use-most-recent --target-org my-scratch
1285
1285
  ```
1286
1286
 
1287
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/data/delete/resume.ts)_
1287
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/data/delete/resume.ts)_
1288
1288
 
1289
1289
  ## `sf data export beta tree`
1290
1290
 
@@ -1342,7 +1342,7 @@ EXAMPLES
1342
1342
  my-scratch
1343
1343
  ```
1344
1344
 
1345
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/data/export/beta/tree.ts)_
1345
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/data/export/beta/tree.ts)_
1346
1346
 
1347
1347
  ## `sf data export tree`
1348
1348
 
@@ -1402,7 +1402,7 @@ EXAMPLES
1402
1402
  my-scratch
1403
1403
  ```
1404
1404
 
1405
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/data/export/tree.ts)_
1405
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/data/export/tree.ts)_
1406
1406
 
1407
1407
  ## `sf data get record`
1408
1408
 
@@ -1466,7 +1466,7 @@ EXAMPLES
1466
1466
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1467
1467
  ```
1468
1468
 
1469
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/data/get/record.ts)_
1469
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/data/get/record.ts)_
1470
1470
 
1471
1471
  ## `sf data import beta tree`
1472
1472
 
@@ -1509,7 +1509,7 @@ EXAMPLES
1509
1509
  $ sf data import beta tree --plan Account-Contact-plan.json
1510
1510
  ```
1511
1511
 
1512
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/data/import/beta/tree.ts)_
1512
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/data/import/beta/tree.ts)_
1513
1513
 
1514
1514
  ## `sf data import tree`
1515
1515
 
@@ -1559,7 +1559,7 @@ EXAMPLES
1559
1559
  $ sf data import tree --plan Account-Contact-plan.json
1560
1560
  ```
1561
1561
 
1562
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/data/import/tree.ts)_
1562
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/data/import/tree.ts)_
1563
1563
 
1564
1564
  ## `sf data query`
1565
1565
 
@@ -1623,7 +1623,7 @@ EXAMPLES
1623
1623
  $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
1624
1624
  ```
1625
1625
 
1626
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/data/query.ts)_
1626
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/data/query.ts)_
1627
1627
 
1628
1628
  ## `sf data query resume`
1629
1629
 
@@ -1661,7 +1661,7 @@ EXAMPLES
1661
1661
  $ sf data query resume --bulk-query-id 7500x000005BdFzXXX
1662
1662
  ```
1663
1663
 
1664
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/data/query/resume.ts)_
1664
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/data/query/resume.ts)_
1665
1665
 
1666
1666
  ## `sf data resume`
1667
1667
 
@@ -1698,7 +1698,7 @@ EXAMPLES
1698
1698
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
1699
1699
  ```
1700
1700
 
1701
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/data/resume.ts)_
1701
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/data/resume.ts)_
1702
1702
 
1703
1703
  ## `sf data update record`
1704
1704
 
@@ -1760,7 +1760,7 @@ EXAMPLES
1760
1760
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
1761
1761
  ```
1762
1762
 
1763
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/data/update/record.ts)_
1763
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/data/update/record.ts)_
1764
1764
 
1765
1765
  ## `sf data upsert bulk`
1766
1766
 
@@ -1813,7 +1813,7 @@ EXAMPLES
1813
1813
  my-scratch
1814
1814
  ```
1815
1815
 
1816
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/data/upsert/bulk.ts)_
1816
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/data/upsert/bulk.ts)_
1817
1817
 
1818
1818
  ## `sf data upsert resume`
1819
1819
 
@@ -1852,7 +1852,7 @@ EXAMPLES
1852
1852
  $ sf data upsert resume --use-most-recent --target-org my-scratch
1853
1853
  ```
1854
1854
 
1855
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/data/upsert/resume.ts)_
1855
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/data/upsert/resume.ts)_
1856
1856
 
1857
1857
  ## `sf doctor`
1858
1858
 
@@ -1900,7 +1900,7 @@ EXAMPLES
1900
1900
  $ sf doctor --plugin @salesforce/plugin-source
1901
1901
  ```
1902
1902
 
1903
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.2.7/src/commands/doctor.ts)_
1903
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.2.8/src/commands/doctor.ts)_
1904
1904
 
1905
1905
  ## `sf force data bulk delete`
1906
1906
 
@@ -1947,7 +1947,7 @@ EXAMPLES
1947
1947
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1948
1948
  ```
1949
1949
 
1950
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/force/data/bulk/delete.ts)_
1950
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/force/data/bulk/delete.ts)_
1951
1951
 
1952
1952
  ## `sf force data bulk status`
1953
1953
 
@@ -1984,7 +1984,7 @@ EXAMPLES
1984
1984
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
1985
1985
  ```
1986
1986
 
1987
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/force/data/bulk/status.ts)_
1987
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/force/data/bulk/status.ts)_
1988
1988
 
1989
1989
  ## `sf force data bulk upsert`
1990
1990
 
@@ -2042,7 +2042,7 @@ EXAMPLES
2042
2042
  --target-org my-scratch
2043
2043
  ```
2044
2044
 
2045
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.4/src/commands/force/data/bulk/upsert.ts)_
2045
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.5/src/commands/force/data/bulk/upsert.ts)_
2046
2046
 
2047
2047
  ## `sf help [COMMAND]`
2048
2048
 
@@ -2062,7 +2062,7 @@ DESCRIPTION
2062
2062
  Display help for sf.
2063
2063
  ```
2064
2064
 
2065
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.21/src/commands/help.ts)_
2065
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.22/src/commands/help.ts)_
2066
2066
 
2067
2067
  ## `sf info releasenotes display`
2068
2068
 
@@ -2102,7 +2102,7 @@ EXAMPLES
2102
2102
  $ sf info releasenotes display --version latest
2103
2103
  ```
2104
2104
 
2105
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.2.7/src/commands/info/releasenotes/display.ts)_
2105
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.2.8/src/commands/info/releasenotes/display.ts)_
2106
2106
 
2107
2107
  ## `sf lightning generate app`
2108
2108
 
@@ -2157,7 +2157,7 @@ FLAG DESCRIPTIONS
2157
2157
  Supplied parameter values or default values are filled into a copy of the template.
2158
2158
  ```
2159
2159
 
2160
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.5/src/commands/lightning/generate/app.ts)_
2160
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.7/src/commands/lightning/generate/app.ts)_
2161
2161
 
2162
2162
  ## `sf lightning generate component`
2163
2163
 
@@ -2226,7 +2226,7 @@ FLAG DESCRIPTIONS
2226
2226
  Supplied parameter values or default values are filled into a copy of the template.
2227
2227
  ```
2228
2228
 
2229
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.5/src/commands/lightning/generate/component.ts)_
2229
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.7/src/commands/lightning/generate/component.ts)_
2230
2230
 
2231
2231
  ## `sf lightning generate event`
2232
2232
 
@@ -2281,7 +2281,7 @@ FLAG DESCRIPTIONS
2281
2281
  Supplied parameter values or default values are filled into a copy of the template.
2282
2282
  ```
2283
2283
 
2284
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.5/src/commands/lightning/generate/event.ts)_
2284
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.7/src/commands/lightning/generate/event.ts)_
2285
2285
 
2286
2286
  ## `sf lightning generate interface`
2287
2287
 
@@ -2336,7 +2336,7 @@ FLAG DESCRIPTIONS
2336
2336
  Supplied parameter values or default values are filled into a copy of the template.
2337
2337
  ```
2338
2338
 
2339
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.5/src/commands/lightning/generate/interface.ts)_
2339
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.7/src/commands/lightning/generate/interface.ts)_
2340
2340
 
2341
2341
  ## `sf lightning generate test`
2342
2342
 
@@ -2391,7 +2391,7 @@ FLAG DESCRIPTIONS
2391
2391
  Supplied parameter values or default values are filled into a copy of the template.
2392
2392
  ```
2393
2393
 
2394
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.5/src/commands/lightning/generate/test.ts)_
2394
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.7/src/commands/lightning/generate/test.ts)_
2395
2395
 
2396
2396
  ## `sf org assign permset`
2397
2397
 
@@ -2435,7 +2435,7 @@ EXAMPLES
2435
2435
  $ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
2436
2436
  ```
2437
2437
 
2438
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.5/src/commands/org/assign/permset.ts)_
2438
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.8/src/commands/org/assign/permset.ts)_
2439
2439
 
2440
2440
  ## `sf org assign permsetlicense`
2441
2441
 
@@ -2481,7 +2481,7 @@ EXAMPLES
2481
2481
  user3
2482
2482
  ```
2483
2483
 
2484
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.5/src/commands/org/assign/permsetlicense.ts)_
2484
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.8/src/commands/org/assign/permsetlicense.ts)_
2485
2485
 
2486
2486
  ## `sf org create sandbox`
2487
2487
 
@@ -2860,7 +2860,7 @@ FLAG DESCRIPTIONS
2860
2860
  might be different than what you specify in the definition file.
2861
2861
  ```
2862
2862
 
2863
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.5/src/commands/org/create/user.ts)_
2863
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.8/src/commands/org/create/user.ts)_
2864
2864
 
2865
2865
  ## `sf org delete sandbox`
2866
2866
 
@@ -3071,7 +3071,7 @@ EXAMPLES
3071
3071
  $ sf org display user --target-org me@my.org --json
3072
3072
  ```
3073
3073
 
3074
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.5/src/commands/org/display/user.ts)_
3074
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.8/src/commands/org/display/user.ts)_
3075
3075
 
3076
3076
  ## `sf org enable tracking`
3077
3077
 
@@ -3180,7 +3180,7 @@ EXAMPLES
3180
3180
  $ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
3181
3181
  ```
3182
3182
 
3183
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.5/src/commands/org/generate/password.ts)_
3183
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.8/src/commands/org/generate/password.ts)_
3184
3184
 
3185
3185
  ## `sf org list`
3186
3186
 
@@ -3251,7 +3251,7 @@ EXAMPLES
3251
3251
  $ sf org list auth
3252
3252
  ```
3253
3253
 
3254
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.9/src/commands/org/list/auth.ts)_
3254
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.11/src/commands/org/list/auth.ts)_
3255
3255
 
3256
3256
  ## `sf org list limits`
3257
3257
 
@@ -3291,7 +3291,7 @@ EXAMPLES
3291
3291
  $ sf org list limits --target-org my-scratch-org
3292
3292
  ```
3293
3293
 
3294
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.5/src/commands/org/list/limits.ts)_
3294
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.7/src/commands/org/list/limits.ts)_
3295
3295
 
3296
3296
  ## `sf org list metadata`
3297
3297
 
@@ -3459,7 +3459,7 @@ EXAMPLES
3459
3459
  $ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
3460
3460
  ```
3461
3461
 
3462
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.5/src/commands/org/list/sobject/record-counts.ts)_
3462
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.7/src/commands/org/list/sobject/record-counts.ts)_
3463
3463
 
3464
3464
  ## `sf org list users`
3465
3465
 
@@ -3497,7 +3497,7 @@ EXAMPLES
3497
3497
  $ sf org list users --target-org me@my.org
3498
3498
  ```
3499
3499
 
3500
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.5/src/commands/org/list/users.ts)_
3500
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.8/src/commands/org/list/users.ts)_
3501
3501
 
3502
3502
  ## `sf org login access-token`
3503
3503
 
@@ -3551,7 +3551,7 @@ FLAG DESCRIPTIONS
3551
3551
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3552
3552
  ```
3553
3553
 
3554
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.9/src/commands/org/login/access-token.ts)_
3554
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.11/src/commands/org/login/access-token.ts)_
3555
3555
 
3556
3556
  ## `sf org login device`
3557
3557
 
@@ -3611,7 +3611,7 @@ FLAG DESCRIPTIONS
3611
3611
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3612
3612
  ```
3613
3613
 
3614
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.9/src/commands/org/login/device.ts)_
3614
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.11/src/commands/org/login/device.ts)_
3615
3615
 
3616
3616
  ## `sf org login jwt`
3617
3617
 
@@ -3702,7 +3702,7 @@ FLAG DESCRIPTIONS
3702
3702
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3703
3703
  ```
3704
3704
 
3705
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.9/src/commands/org/login/jwt.ts)_
3705
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.11/src/commands/org/login/jwt.ts)_
3706
3706
 
3707
3707
  ## `sf org login sfdx-url`
3708
3708
 
@@ -3767,7 +3767,7 @@ EXAMPLES
3767
3767
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
3768
3768
  ```
3769
3769
 
3770
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.9/src/commands/org/login/sfdx-url.ts)_
3770
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.11/src/commands/org/login/sfdx-url.ts)_
3771
3771
 
3772
3772
  ## `sf org login web`
3773
3773
 
@@ -3854,7 +3854,7 @@ FLAG DESCRIPTIONS
3854
3854
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3855
3855
  ```
3856
3856
 
3857
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.9/src/commands/org/login/web.ts)_
3857
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.11/src/commands/org/login/web.ts)_
3858
3858
 
3859
3859
  ## `sf org logout`
3860
3860
 
@@ -3915,7 +3915,7 @@ FLAG DESCRIPTIONS
3915
3915
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
3916
3916
  ```
3917
3917
 
3918
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.9/src/commands/org/logout.ts)_
3918
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.11/src/commands/org/logout.ts)_
3919
3919
 
3920
3920
  ## `sf org open`
3921
3921
 
@@ -5391,7 +5391,7 @@ EXAMPLES
5391
5391
  $ sf plugins
5392
5392
  ```
5393
5393
 
5394
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.19/src/commands/plugins/index.ts)_
5394
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.21/src/commands/plugins/index.ts)_
5395
5395
 
5396
5396
  ## `sf plugins discover`
5397
5397
 
@@ -5436,7 +5436,7 @@ EXAMPLES
5436
5436
  $ sf plugins inspect @salesforce/plugin-packaging
5437
5437
  ```
5438
5438
 
5439
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.19/src/commands/plugins/inspect.ts)_
5439
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.21/src/commands/plugins/inspect.ts)_
5440
5440
 
5441
5441
  ## `sf plugins install PLUGIN`
5442
5442
 
@@ -5485,7 +5485,7 @@ EXAMPLES
5485
5485
  $ sf plugins install someuser/someplugin
5486
5486
  ```
5487
5487
 
5488
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.19/src/commands/plugins/install.ts)_
5488
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.21/src/commands/plugins/install.ts)_
5489
5489
 
5490
5490
  ## `sf plugins link PATH`
5491
5491
 
@@ -5515,7 +5515,7 @@ EXAMPLES
5515
5515
  $ sf plugins link @salesforce/plugin-packaging
5516
5516
  ```
5517
5517
 
5518
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.19/src/commands/plugins/link.ts)_
5518
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.21/src/commands/plugins/link.ts)_
5519
5519
 
5520
5520
  ## `sf plugins reset`
5521
5521
 
@@ -5530,7 +5530,7 @@ FLAGS
5530
5530
  --reinstall Reinstall all plugins after uninstalling.
5531
5531
  ```
5532
5532
 
5533
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.19/src/commands/plugins/reset.ts)_
5533
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.21/src/commands/plugins/reset.ts)_
5534
5534
 
5535
5535
  ## `sf plugins trust verify`
5536
5536
 
@@ -5559,7 +5559,7 @@ EXAMPLES
5559
5559
  $ sf plugins trust verify --npm @scope/npmName
5560
5560
  ```
5561
5561
 
5562
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.6.8/src/commands/plugins/trust/verify.ts)_
5562
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.6.11/src/commands/plugins/trust/verify.ts)_
5563
5563
 
5564
5564
  ## `sf plugins uninstall [PLUGIN]`
5565
5565
 
@@ -5587,7 +5587,7 @@ EXAMPLES
5587
5587
  $ sf plugins uninstall @salesforce/plugin-packaging
5588
5588
  ```
5589
5589
 
5590
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.19/src/commands/plugins/uninstall.ts)_
5590
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.21/src/commands/plugins/uninstall.ts)_
5591
5591
 
5592
5592
  ## `sf plugins update`
5593
5593
 
@@ -5605,7 +5605,7 @@ DESCRIPTION
5605
5605
  Update installed plugins.
5606
5606
  ```
5607
5607
 
5608
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.19/src/commands/plugins/update.ts)_
5608
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.21/src/commands/plugins/update.ts)_
5609
5609
 
5610
5610
  ## `sf project convert mdapi`
5611
5611
 
@@ -5668,7 +5668,7 @@ FLAG DESCRIPTIONS
5668
5668
  If you specify this parameter, don’t specify --metadata or --source-dir.
5669
5669
  ```
5670
5670
 
5671
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/convert/mdapi.ts)_
5671
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/convert/mdapi.ts)_
5672
5672
 
5673
5673
  ## `sf project convert source`
5674
5674
 
@@ -5680,7 +5680,7 @@ USAGE
5680
5680
  [-p <value> | -x <value> | -m <value>]
5681
5681
 
5682
5682
  FLAGS
5683
- -d, --output-dir=<value> [default: metadataPackage_1715366520627] Output directory to store the Metadata
5683
+ -d, --output-dir=<value> [default: metadataPackage_1715395651550] Output directory to store the Metadata
5684
5684
  API–formatted files in.
5685
5685
  -m, --metadata=<value>... Metadata component names to convert.
5686
5686
  -n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
@@ -5741,7 +5741,7 @@ FLAG DESCRIPTIONS
5741
5741
  Override the api version used for api requests made by this command
5742
5742
  ```
5743
5743
 
5744
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/convert/source.ts)_
5744
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/convert/source.ts)_
5745
5745
 
5746
5746
  ## `sf project delete source`
5747
5747
 
@@ -5881,7 +5881,7 @@ FLAG DESCRIPTIONS
5881
5881
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
5882
5882
  ```
5883
5883
 
5884
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/delete/source.ts)_
5884
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/delete/source.ts)_
5885
5885
 
5886
5886
  ## `sf project delete tracking`
5887
5887
 
@@ -5918,7 +5918,7 @@ EXAMPLES
5918
5918
  $ sf project delete tracking --target-org my-scratch
5919
5919
  ```
5920
5920
 
5921
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/delete/tracking.ts)_
5921
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/delete/tracking.ts)_
5922
5922
 
5923
5923
  ## `sf project deploy cancel`
5924
5924
 
@@ -5994,7 +5994,7 @@ FLAG DESCRIPTIONS
5994
5994
  project deploy report".
5995
5995
  ```
5996
5996
 
5997
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/deploy/cancel.ts)_
5997
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/deploy/cancel.ts)_
5998
5998
 
5999
5999
  ## `sf project deploy preview`
6000
6000
 
@@ -6080,7 +6080,7 @@ FLAG DESCRIPTIONS
6080
6080
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
6081
6081
  ```
6082
6082
 
6083
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/deploy/preview.ts)_
6083
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/deploy/preview.ts)_
6084
6084
 
6085
6085
  ## `sf project deploy quick`
6086
6086
 
@@ -6177,7 +6177,7 @@ ERROR CODES
6177
6177
  Canceling (69) The deploy is being canceled.
6178
6178
  ```
6179
6179
 
6180
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/deploy/quick.ts)_
6180
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/deploy/quick.ts)_
6181
6181
 
6182
6182
  ## `sf project deploy report`
6183
6183
 
@@ -6273,7 +6273,7 @@ FLAG DESCRIPTIONS
6273
6273
  --coverage-formatters lcov --coverage-formatters clover
6274
6274
  ```
6275
6275
 
6276
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/deploy/report.ts)_
6276
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/deploy/report.ts)_
6277
6277
 
6278
6278
  ## `sf project deploy resume`
6279
6279
 
@@ -6370,7 +6370,7 @@ ERROR CODES
6370
6370
  Canceling (69) The deploy is being canceled.
6371
6371
  ```
6372
6372
 
6373
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/deploy/resume.ts)_
6373
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/deploy/resume.ts)_
6374
6374
 
6375
6375
  ## `sf project deploy start`
6376
6376
 
@@ -6608,7 +6608,7 @@ ERROR CODES
6608
6608
  Canceling (69) The deploy is being canceled.
6609
6609
  ```
6610
6610
 
6611
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/deploy/start.ts)_
6611
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/deploy/start.ts)_
6612
6612
 
6613
6613
  ## `sf project deploy validate`
6614
6614
 
@@ -6800,7 +6800,7 @@ ERROR CODES
6800
6800
  Canceling (69) The deploy is being canceled.
6801
6801
  ```
6802
6802
 
6803
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/deploy/validate.ts)_
6803
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/deploy/validate.ts)_
6804
6804
 
6805
6805
  ## `sf project generate`
6806
6806
 
@@ -6905,7 +6905,7 @@ FLAG DESCRIPTIONS
6905
6905
  Override the api version used for api requests made by this command
6906
6906
  ```
6907
6907
 
6908
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.5/src/commands/project/generate.ts)_
6908
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.7/src/commands/project/generate.ts)_
6909
6909
 
6910
6910
  ## `sf project generate manifest`
6911
6911
 
@@ -6982,7 +6982,7 @@ EXAMPLES
6982
6982
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
6983
6983
  ```
6984
6984
 
6985
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/generate/manifest.ts)_
6985
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/generate/manifest.ts)_
6986
6986
 
6987
6987
  ## `sf project list ignored`
6988
6988
 
@@ -7024,7 +7024,7 @@ EXAMPLES
7024
7024
  $ sf project list ignored --source-dir package.xml
7025
7025
  ```
7026
7026
 
7027
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/list/ignored.ts)_
7027
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/list/ignored.ts)_
7028
7028
 
7029
7029
  ## `sf project reset tracking`
7030
7030
 
@@ -7073,7 +7073,7 @@ EXAMPLES
7073
7073
  $ sf project reset tracking --revision 30
7074
7074
  ```
7075
7075
 
7076
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/reset/tracking.ts)_
7076
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/reset/tracking.ts)_
7077
7077
 
7078
7078
  ## `sf project retrieve preview`
7079
7079
 
@@ -7130,7 +7130,7 @@ FLAG DESCRIPTIONS
7130
7130
  Overrides your default org.
7131
7131
  ```
7132
7132
 
7133
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/retrieve/preview.ts)_
7133
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/retrieve/preview.ts)_
7134
7134
 
7135
7135
  ## `sf project retrieve start`
7136
7136
 
@@ -7289,7 +7289,7 @@ ENVIRONMENT VARIABLES
7289
7289
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
7290
7290
  ```
7291
7291
 
7292
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.13/src/commands/project/retrieve/start.ts)_
7292
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.14/src/commands/project/retrieve/start.ts)_
7293
7293
 
7294
7294
  ## `sf schema generate field`
7295
7295
 
@@ -7343,7 +7343,7 @@ FLAG DESCRIPTIONS
7343
7343
  If you don't specify this flag, the command prompts you to choose from your local objects.
7344
7344
  ```
7345
7345
 
7346
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.1/src/commands/schema/generate/field.ts)_
7346
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.2/src/commands/schema/generate/field.ts)_
7347
7347
 
7348
7348
  ## `sf schema generate platformevent`
7349
7349
 
@@ -7375,7 +7375,7 @@ EXAMPLES
7375
7375
  $ sf schema generate platformevent --label "My Platform Event"
7376
7376
  ```
7377
7377
 
7378
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.1/src/commands/schema/generate/platformevent.ts)_
7378
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.2/src/commands/schema/generate/platformevent.ts)_
7379
7379
 
7380
7380
  ## `sf schema generate sobject`
7381
7381
 
@@ -7432,7 +7432,7 @@ FLAG DESCRIPTIONS
7432
7432
  - Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
7433
7433
  ```
7434
7434
 
7435
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.1/src/commands/schema/generate/sobject.ts)_
7435
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.2/src/commands/schema/generate/sobject.ts)_
7436
7436
 
7437
7437
  ## `sf schema generate tab`
7438
7438
 
@@ -7480,7 +7480,7 @@ FLAG DESCRIPTIONS
7480
7480
  The API name for a custom object always ends in `__c`, such as `MyObject__c`.
7481
7481
  ```
7482
7482
 
7483
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.1/src/commands/schema/generate/tab.ts)_
7483
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.2/src/commands/schema/generate/tab.ts)_
7484
7484
 
7485
7485
  ## `sf search`
7486
7486
 
@@ -7496,7 +7496,7 @@ DESCRIPTION
7496
7496
  Once you select a command, hit enter and it will show the help for that command.
7497
7497
  ```
7498
7498
 
7499
- _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.23/src/commands/search.ts)_
7499
+ _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.24/src/commands/search.ts)_
7500
7500
 
7501
7501
  ## `sf sobject describe`
7502
7502
 
@@ -7644,7 +7644,7 @@ FLAG DESCRIPTIONS
7644
7644
  etc.
7645
7645
  ```
7646
7646
 
7647
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.5/src/commands/static-resource/generate.ts)_
7647
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.7/src/commands/static-resource/generate.ts)_
7648
7648
 
7649
7649
  ## `sf update [CHANNEL]`
7650
7650
 
@@ -7701,7 +7701,7 @@ FLAG DESCRIPTIONS
7701
7701
  Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
7702
7702
  ```
7703
7703
 
7704
- _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.1.0/src/commands/version.ts)_
7704
+ _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.1.1/src/commands/version.ts)_
7705
7705
 
7706
7706
  ## `sf visualforce generate component`
7707
7707
 
@@ -7757,7 +7757,7 @@ FLAG DESCRIPTIONS
7757
7757
  Supplied parameter values or default values are filled into a copy of the template.
7758
7758
  ```
7759
7759
 
7760
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.5/src/commands/visualforce/generate/component.ts)_
7760
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.7/src/commands/visualforce/generate/component.ts)_
7761
7761
 
7762
7762
  ## `sf visualforce generate page`
7763
7763
 
@@ -7807,7 +7807,7 @@ FLAG DESCRIPTIONS
7807
7807
  The name can be up to 40 characters and must start with a letter.
7808
7808
  ```
7809
7809
 
7810
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.5/src/commands/visualforce/generate/page.ts)_
7810
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.7/src/commands/visualforce/generate/page.ts)_
7811
7811
 
7812
7812
  ## `sf which`
7813
7813
 
@@ -7829,6 +7829,6 @@ EXAMPLES
7829
7829
  $ sf which help
7830
7830
  ```
7831
7831
 
7832
- _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.1.9/src/commands/which.ts)_
7832
+ _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.1.10/src/commands/which.ts)_
7833
7833
 
7834
7834
  <!-- commandsstop -->