@salesforce/cli 2.62.3 → 2.62.5

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.62.3 linux-x64 node-v20.17.0
27
+ @salesforce/cli/2.62.5 linux-x64 node-v20.17.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -336,7 +336,7 @@ FLAG DESCRIPTIONS
336
336
  directory.
337
337
  ```
338
338
 
339
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/analytics/generate/template.ts)_
339
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.22/src/commands/analytics/generate/template.ts)_
340
340
 
341
341
  ## `sf apex generate class`
342
342
 
@@ -395,7 +395,7 @@ FLAG DESCRIPTIONS
395
395
  Supplied parameter values or default values are filled into a copy of the template.
396
396
  ```
397
397
 
398
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/apex/generate/class.ts)_
398
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.22/src/commands/apex/generate/class.ts)_
399
399
 
400
400
  ## `sf apex generate trigger`
401
401
 
@@ -464,7 +464,7 @@ FLAG DESCRIPTIONS
464
464
  Supplied parameter values or default values are filled into a copy of the template.
465
465
  ```
466
466
 
467
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/apex/generate/trigger.ts)_
467
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.22/src/commands/apex/generate/trigger.ts)_
468
468
 
469
469
  ## `sf apex get log`
470
470
 
@@ -520,7 +520,7 @@ FLAG DESCRIPTIONS
520
520
  directory.
521
521
  ```
522
522
 
523
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.0/src/commands/apex/get/log.ts)_
523
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.1/src/commands/apex/get/log.ts)_
524
524
 
525
525
  ## `sf apex get test`
526
526
 
@@ -580,7 +580,7 @@ EXAMPLES
580
580
  me@myorg'
581
581
  ```
582
582
 
583
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.0/src/commands/apex/get/test.ts)_
583
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.1/src/commands/apex/get/test.ts)_
584
584
 
585
585
  ## `sf apex list log`
586
586
 
@@ -620,7 +620,7 @@ EXAMPLES
620
620
  $ sf apex list log --target-org me@my.org
621
621
  ```
622
622
 
623
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.0/src/commands/apex/list/log.ts)_
623
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.1/src/commands/apex/list/log.ts)_
624
624
 
625
625
  ## `sf apex run`
626
626
 
@@ -667,7 +667,7 @@ EXAMPLES
667
667
  $ sf apex run
668
668
  ```
669
669
 
670
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.0/src/commands/apex/run.ts)_
670
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.1/src/commands/apex/run.ts)_
671
671
 
672
672
  ## `sf apex run test`
673
673
 
@@ -807,7 +807,7 @@ FLAG DESCRIPTIONS
807
807
  --tests Test1 --tests Test2
808
808
  ```
809
809
 
810
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.0/src/commands/apex/run/test.ts)_
810
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.1/src/commands/apex/run/test.ts)_
811
811
 
812
812
  ## `sf apex tail log`
813
813
 
@@ -850,7 +850,7 @@ EXAMPLES
850
850
  $ sf apex tail log --color --skip-trace-flag
851
851
  ```
852
852
 
853
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.0/src/commands/apex/tail/log.ts)_
853
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.5.1/src/commands/apex/tail/log.ts)_
854
854
 
855
855
  ## `sf api request graphql`
856
856
 
@@ -903,7 +903,7 @@ EXAMPLES
903
903
  $ sf api request graphql --body example.txt --stream-to-file output.txt --include
904
904
  ```
905
905
 
906
- _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.0/src/commands/api/request/graphql.ts)_
906
+ _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.1/src/commands/api/request/graphql.ts)_
907
907
 
908
908
  ## `sf api request rest [URL]`
909
909
 
@@ -911,8 +911,8 @@ Make an authenticated HTTP request using the Salesforce REST API.
911
911
 
912
912
  ```
913
913
  USAGE
914
- $ sf api request rest [URL] -o <value> [--flags-dir <value>] [--api-version <value>] [-i | -S Example: report.xlsx]
915
- [-X GET|POST|PUT|PATCH|HEAD|DELETE|OPTIONS|TRACE] [-H key:value...] [-f file] [-b file]
914
+ $ sf api request rest [URL] -o <value> [--flags-dir <value>] [-i | -S Example: report.xlsx] [-X
915
+ GET|POST|PUT|PATCH|HEAD|DELETE|OPTIONS|TRACE] [-H key:value...] [-f file | -b file]
916
916
 
917
917
  ARGUMENTS
918
918
  URL Salesforce API endpoint
@@ -923,13 +923,13 @@ FLAGS
923
923
  -X, --method=<option> HTTP method for the request.
924
924
  <options: GET|POST|PUT|PATCH|HEAD|DELETE|OPTIONS|TRACE>
925
925
  -b, --body=file File or content for the body of the HTTP request. Specify "-" to read from
926
- standard input or "" for an empty body.
926
+ standard input or "" for an empty body. If passing a file, prefix the
927
+ filename with '@'.
927
928
  -f, --file=file JSON file that contains values for the request header, body, method, and
928
929
  URL.
929
930
  -i, --include Include the HTTP response status and headers in the output.
930
931
  -o, --target-org=<value> (required) Username or alias of the target org. Not required if the
931
932
  `target-org` configuration variable is already set.
932
- --api-version=<value> Override the api version used for api requests made by this command
933
933
 
934
934
  GLOBAL FLAGS
935
935
  --flags-dir=<value> Import flag values from a directory.
@@ -946,30 +946,30 @@ DESCRIPTION
946
946
  EXAMPLES
947
947
  List information about limits in the org with alias "my-org":
948
948
 
949
- $ sf api request rest 'limits' --target-org my-org
949
+ $ sf api request rest 'services/data/v56.0/limits' --target-org my-org
950
950
 
951
951
  List all endpoints in your default org; write the output to a file called "output.txt" and include the HTTP response
952
952
  status and headers:
953
953
 
954
- $ sf api request rest '/' --stream-to-file output.txt --include
954
+ $ sf api request rest '/services/data/v56.0/' --stream-to-file output.txt --include
955
955
 
956
956
  Get the response in XML format by specifying the "Accept" HTTP header:
957
957
 
958
- $ sf api request rest 'limits' --header 'Accept: application/xml'
958
+ $ sf api request rest '/services/data/v56.0/limits' --header 'Accept: application/xml'
959
959
 
960
960
  Create an account record using the POST method; specify the request details directly in the "--body" flag:
961
961
 
962
- $ sf api request rest sobjects/account --body "{\"Name\" : \"Account from REST API\",\"ShippingCity\" : \
963
- \"Boise\"}" --method POST
962
+ $ sf api request rest /services/data/v56.0/sobjects/account --body "{\"Name\" : \"Account from REST \
963
+ API\",\"ShippingCity\" : \"Boise\"}" --method POST
964
964
 
965
- Create an account record using the information in a file called "info.json":
965
+ Create an account record using the information in a file called "info.json" (note the @ prefixing the file name):
966
966
 
967
- $ sf api request rest 'sobjects/account' --body info.json --method POST
967
+ $ sf api request rest '/services/data/v56.0/sobjects/account' --body @info.json --method POST
968
968
 
969
969
  Update an account record using the PATCH method:
970
970
 
971
- $ sf api request rest 'sobjects/account/<Account ID>' --body "{\"BillingCity\": \"San Francisco\"}" --method \
972
- PATCH
971
+ $ sf api request rest '/services/data/v56.0/sobjects/account/<Account ID>' --body "{\"BillingCity\": \"San \
972
+ Francisco\"}" --method PATCH
973
973
 
974
974
  Store the values for the request header, body, and so on, in a file, which you then specify with the --file flag;
975
975
  see the description of --file for more information:
@@ -1012,7 +1012,7 @@ FLAG DESCRIPTIONS
1012
1012
  https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project.
1013
1013
  ```
1014
1014
 
1015
- _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.0/src/commands/api/request/rest.ts)_
1015
+ _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.1/src/commands/api/request/rest.ts)_
1016
1016
 
1017
1017
  ## `sf autocomplete [SHELL]`
1018
1018
 
@@ -1329,7 +1329,7 @@ EXAMPLES
1329
1329
  $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
1330
1330
  ```
1331
1331
 
1332
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/create/file.ts)_
1332
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/data/create/file.ts)_
1333
1333
 
1334
1334
  ## `sf data create record`
1335
1335
 
@@ -1385,7 +1385,7 @@ EXAMPLES
1385
1385
  TracedEntityId=01p17000000R6bLAAS"
1386
1386
  ```
1387
1387
 
1388
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/create/record.ts)_
1388
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/data/create/record.ts)_
1389
1389
 
1390
1390
  ## `sf data delete bulk`
1391
1391
 
@@ -1443,7 +1443,7 @@ FLAG DESCRIPTIONS
1443
1443
  and can be enabled only by a system administrator.
1444
1444
  ```
1445
1445
 
1446
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/delete/bulk.ts)_
1446
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/data/delete/bulk.ts)_
1447
1447
 
1448
1448
  ## `sf data delete record`
1449
1449
 
@@ -1504,7 +1504,7 @@ EXAMPLES
1504
1504
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1505
1505
  ```
1506
1506
 
1507
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/delete/record.ts)_
1507
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/data/delete/record.ts)_
1508
1508
 
1509
1509
  ## `sf data delete resume`
1510
1510
 
@@ -1543,7 +1543,7 @@ EXAMPLES
1543
1543
  $ sf data delete resume --use-most-recent --target-org my-scratch
1544
1544
  ```
1545
1545
 
1546
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/delete/resume.ts)_
1546
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/data/delete/resume.ts)_
1547
1547
 
1548
1548
  ## `sf data export tree`
1549
1549
 
@@ -1604,7 +1604,7 @@ EXAMPLES
1604
1604
  my-scratch
1605
1605
  ```
1606
1606
 
1607
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/export/tree.ts)_
1607
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/data/export/tree.ts)_
1608
1608
 
1609
1609
  ## `sf data get record`
1610
1610
 
@@ -1668,7 +1668,7 @@ EXAMPLES
1668
1668
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1669
1669
  ```
1670
1670
 
1671
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/get/record.ts)_
1671
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/data/get/record.ts)_
1672
1672
 
1673
1673
  ## `sf data import tree`
1674
1674
 
@@ -1733,7 +1733,7 @@ FLAG DESCRIPTIONS
1733
1733
  - files(array) - Files: An array of files paths to load
1734
1734
  ```
1735
1735
 
1736
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/import/tree.ts)_
1736
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/data/import/tree.ts)_
1737
1737
 
1738
1738
  ## `sf data query`
1739
1739
 
@@ -1797,7 +1797,7 @@ EXAMPLES
1797
1797
  $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
1798
1798
  ```
1799
1799
 
1800
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/query.ts)_
1800
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/data/query.ts)_
1801
1801
 
1802
1802
  ## `sf data query resume`
1803
1803
 
@@ -1835,7 +1835,7 @@ EXAMPLES
1835
1835
  $ sf data query resume --bulk-query-id 7500x000005BdFzXXX
1836
1836
  ```
1837
1837
 
1838
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/query/resume.ts)_
1838
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/data/query/resume.ts)_
1839
1839
 
1840
1840
  ## `sf data resume`
1841
1841
 
@@ -1872,7 +1872,7 @@ EXAMPLES
1872
1872
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
1873
1873
  ```
1874
1874
 
1875
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/resume.ts)_
1875
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/data/resume.ts)_
1876
1876
 
1877
1877
  ## `sf data search`
1878
1878
 
@@ -1922,7 +1922,7 @@ EXAMPLES
1922
1922
  $ sf data search --file query.txt --target-org my-scratch --result-format csv
1923
1923
  ```
1924
1924
 
1925
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/search.ts)_
1925
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/data/search.ts)_
1926
1926
 
1927
1927
  ## `sf data update record`
1928
1928
 
@@ -1984,7 +1984,7 @@ EXAMPLES
1984
1984
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
1985
1985
  ```
1986
1986
 
1987
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/update/record.ts)_
1987
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/data/update/record.ts)_
1988
1988
 
1989
1989
  ## `sf data upsert bulk`
1990
1990
 
@@ -2037,7 +2037,7 @@ EXAMPLES
2037
2037
  my-scratch
2038
2038
  ```
2039
2039
 
2040
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/upsert/bulk.ts)_
2040
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/data/upsert/bulk.ts)_
2041
2041
 
2042
2042
  ## `sf data upsert resume`
2043
2043
 
@@ -2076,7 +2076,7 @@ EXAMPLES
2076
2076
  $ sf data upsert resume --use-most-recent --target-org my-scratch
2077
2077
  ```
2078
2078
 
2079
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/data/upsert/resume.ts)_
2079
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/data/upsert/resume.ts)_
2080
2080
 
2081
2081
  ## `sf doctor`
2082
2082
 
@@ -2171,7 +2171,7 @@ EXAMPLES
2171
2171
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
2172
2172
  ```
2173
2173
 
2174
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/force/data/bulk/delete.ts)_
2174
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/force/data/bulk/delete.ts)_
2175
2175
 
2176
2176
  ## `sf force data bulk status`
2177
2177
 
@@ -2208,7 +2208,7 @@ EXAMPLES
2208
2208
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
2209
2209
  ```
2210
2210
 
2211
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/force/data/bulk/status.ts)_
2211
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/force/data/bulk/status.ts)_
2212
2212
 
2213
2213
  ## `sf force data bulk upsert`
2214
2214
 
@@ -2266,7 +2266,7 @@ EXAMPLES
2266
2266
  --target-org my-scratch
2267
2267
  ```
2268
2268
 
2269
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.8/src/commands/force/data/bulk/upsert.ts)_
2269
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.9/src/commands/force/data/bulk/upsert.ts)_
2270
2270
 
2271
2271
  ## `sf help [COMMAND]`
2272
2272
 
@@ -2381,7 +2381,7 @@ FLAG DESCRIPTIONS
2381
2381
  Supplied parameter values or default values are filled into a copy of the template.
2382
2382
  ```
2383
2383
 
2384
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/lightning/generate/app.ts)_
2384
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.22/src/commands/lightning/generate/app.ts)_
2385
2385
 
2386
2386
  ## `sf lightning generate component`
2387
2387
 
@@ -2450,7 +2450,7 @@ FLAG DESCRIPTIONS
2450
2450
  Supplied parameter values or default values are filled into a copy of the template.
2451
2451
  ```
2452
2452
 
2453
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/lightning/generate/component.ts)_
2453
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.22/src/commands/lightning/generate/component.ts)_
2454
2454
 
2455
2455
  ## `sf lightning generate event`
2456
2456
 
@@ -2505,7 +2505,7 @@ FLAG DESCRIPTIONS
2505
2505
  Supplied parameter values or default values are filled into a copy of the template.
2506
2506
  ```
2507
2507
 
2508
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/lightning/generate/event.ts)_
2508
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.22/src/commands/lightning/generate/event.ts)_
2509
2509
 
2510
2510
  ## `sf lightning generate interface`
2511
2511
 
@@ -2560,7 +2560,7 @@ FLAG DESCRIPTIONS
2560
2560
  Supplied parameter values or default values are filled into a copy of the template.
2561
2561
  ```
2562
2562
 
2563
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/lightning/generate/interface.ts)_
2563
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.22/src/commands/lightning/generate/interface.ts)_
2564
2564
 
2565
2565
  ## `sf lightning generate test`
2566
2566
 
@@ -2615,7 +2615,7 @@ FLAG DESCRIPTIONS
2615
2615
  Supplied parameter values or default values are filled into a copy of the template.
2616
2616
  ```
2617
2617
 
2618
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/lightning/generate/test.ts)_
2618
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.22/src/commands/lightning/generate/test.ts)_
2619
2619
 
2620
2620
  ## `sf org assign permset`
2621
2621
 
@@ -5822,7 +5822,7 @@ EXAMPLES
5822
5822
  $ sf plugins trust verify --npm @scope/npmName
5823
5823
  ```
5824
5824
 
5825
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.32/src/commands/plugins/trust/verify.ts)_
5825
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.33/src/commands/plugins/trust/verify.ts)_
5826
5826
 
5827
5827
  ## `sf plugins uninstall [PLUGIN]`
5828
5828
 
@@ -7224,7 +7224,7 @@ FLAG DESCRIPTIONS
7224
7224
  Override the api version used for api requests made by this command
7225
7225
  ```
7226
7226
 
7227
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/project/generate.ts)_
7227
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.22/src/commands/project/generate.ts)_
7228
7228
 
7229
7229
  ## `sf project generate manifest`
7230
7230
 
@@ -7677,7 +7677,7 @@ FLAG DESCRIPTIONS
7677
7677
  If you don't specify this flag, the command prompts you to choose from your local objects.
7678
7678
  ```
7679
7679
 
7680
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.40/src/commands/schema/generate/field.ts)_
7680
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.41/src/commands/schema/generate/field.ts)_
7681
7681
 
7682
7682
  ## `sf schema generate platformevent`
7683
7683
 
@@ -7709,7 +7709,7 @@ EXAMPLES
7709
7709
  $ sf schema generate platformevent --label "My Platform Event"
7710
7710
  ```
7711
7711
 
7712
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.40/src/commands/schema/generate/platformevent.ts)_
7712
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.41/src/commands/schema/generate/platformevent.ts)_
7713
7713
 
7714
7714
  ## `sf schema generate sobject`
7715
7715
 
@@ -7766,7 +7766,7 @@ FLAG DESCRIPTIONS
7766
7766
  - Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
7767
7767
  ```
7768
7768
 
7769
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.40/src/commands/schema/generate/sobject.ts)_
7769
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.41/src/commands/schema/generate/sobject.ts)_
7770
7770
 
7771
7771
  ## `sf schema generate tab`
7772
7772
 
@@ -7814,7 +7814,7 @@ FLAG DESCRIPTIONS
7814
7814
  The API name for a custom object always ends in `__c`, such as `MyObject__c`.
7815
7815
  ```
7816
7816
 
7817
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.40/src/commands/schema/generate/tab.ts)_
7817
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.41/src/commands/schema/generate/tab.ts)_
7818
7818
 
7819
7819
  ## `sf search`
7820
7820
 
@@ -7830,7 +7830,7 @@ DESCRIPTION
7830
7830
  Once you select a command, hit enter and it will show the help for that command.
7831
7831
  ```
7832
7832
 
7833
- _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.10/src/commands/search.ts)_
7833
+ _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.11/src/commands/search.ts)_
7834
7834
 
7835
7835
  ## `sf sobject describe`
7836
7836
 
@@ -7978,7 +7978,7 @@ FLAG DESCRIPTIONS
7978
7978
  etc.
7979
7979
  ```
7980
7980
 
7981
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/static-resource/generate.ts)_
7981
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.22/src/commands/static-resource/generate.ts)_
7982
7982
 
7983
7983
  ## `sf update [CHANNEL]`
7984
7984
 
@@ -8016,7 +8016,7 @@ EXAMPLES
8016
8016
  $ sf update --available
8017
8017
  ```
8018
8018
 
8019
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.0/src/commands/update.ts)_
8019
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.1/src/commands/update.ts)_
8020
8020
 
8021
8021
  ## `sf version`
8022
8022
 
@@ -8092,7 +8092,7 @@ FLAG DESCRIPTIONS
8092
8092
  Supplied parameter values or default values are filled into a copy of the template.
8093
8093
  ```
8094
8094
 
8095
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/visualforce/generate/component.ts)_
8095
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.22/src/commands/visualforce/generate/component.ts)_
8096
8096
 
8097
8097
  ## `sf visualforce generate page`
8098
8098
 
@@ -8142,7 +8142,7 @@ FLAG DESCRIPTIONS
8142
8142
  The name can be up to 40 characters and must start with a letter.
8143
8143
  ```
8144
8144
 
8145
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/visualforce/generate/page.ts)_
8145
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.22/src/commands/visualforce/generate/page.ts)_
8146
8146
 
8147
8147
  ## `sf which`
8148
8148