@salesforce/cli 2.136.4 → 2.136.6

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
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
25
25
  $ sf COMMAND
26
26
  running command...
27
27
  $ sf (--version|-v)
28
- @salesforce/cli/2.136.4 linux-x64 node-v22.22.2
28
+ @salesforce/cli/2.136.6 linux-x64 node-v22.22.2
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -113,6 +113,9 @@ See [architecture page](ARCHITECTURE.md) for diagrams of the Salesforce CLI.
113
113
  - [`sf logic run test`](#sf-logic-run-test)
114
114
  - [`sf org assign permset`](#sf-org-assign-permset)
115
115
  - [`sf org assign permsetlicense`](#sf-org-assign-permsetlicense)
116
+ - [`sf org auth show-access-token`](#sf-org-auth-show-access-token)
117
+ - [`sf org auth show-sfdx-auth-url`](#sf-org-auth-show-sfdx-auth-url)
118
+ - [`sf org auth show-user-password`](#sf-org-auth-show-user-password)
116
119
  - [`sf org create agent-user`](#sf-org-create-agent-user)
117
120
  - [`sf org create sandbox`](#sf-org-create-sandbox)
118
121
  - [`sf org create scratch`](#sf-org-create-scratch)
@@ -281,7 +284,7 @@ ERROR CODES
281
284
  ActivationFailed (4) Failed to activate the agent due to API or network errors.
282
285
  ```
283
286
 
284
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/activate.ts)_
287
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/activate.ts)_
285
288
 
286
289
  ## `sf agent create`
287
290
 
@@ -348,7 +351,7 @@ EXAMPLES
348
351
  $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
349
352
  ```
350
353
 
351
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/create.ts)_
354
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/create.ts)_
352
355
 
353
356
  ## `sf agent deactivate`
354
357
 
@@ -397,7 +400,7 @@ ERROR CODES
397
400
  DeactivationFailed (4) Failed to deactivate the agent due to API or network errors.
398
401
  ```
399
402
 
400
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/deactivate.ts)_
403
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/deactivate.ts)_
401
404
 
402
405
  ## `sf agent generate agent-spec`
403
406
 
@@ -504,7 +507,7 @@ EXAMPLES
504
507
  $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
505
508
  ```
506
509
 
507
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/generate/agent-spec.ts)_
510
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/generate/agent-spec.ts)_
508
511
 
509
512
  ## `sf agent generate authoring-bundle`
510
513
 
@@ -581,7 +584,7 @@ EXAMPLES
581
584
  other-package-dir/main/default --target-org my-dev-org
582
585
  ```
583
586
 
584
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/generate/authoring-bundle.ts)_
587
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/generate/authoring-bundle.ts)_
585
588
 
586
589
  ## `sf agent generate template`
587
590
 
@@ -643,7 +646,7 @@ EXAMPLES
643
646
  my-package --source-org my-scratch-org
644
647
  ```
645
648
 
646
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/generate/template.ts)_
649
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/generate/template.ts)_
647
650
 
648
651
  ## `sf agent generate test-spec`
649
652
 
@@ -708,7 +711,7 @@ EXAMPLES
708
711
  force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
709
712
  ```
710
713
 
711
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/generate/test-spec.ts)_
714
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/generate/test-spec.ts)_
712
715
 
713
716
  ## `sf agent preview`
714
717
 
@@ -781,7 +784,7 @@ EXAMPLES
781
784
  $ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
782
785
  ```
783
786
 
784
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/preview.ts)_
787
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/preview.ts)_
785
788
 
786
789
  ## `sf agent preview end`
787
790
 
@@ -865,7 +868,7 @@ ERROR CODES
865
868
  SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one.
866
869
  ```
867
870
 
868
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/preview/end.ts)_
871
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/preview/end.ts)_
869
872
 
870
873
  ## `sf agent preview send`
871
874
 
@@ -932,7 +935,7 @@ ERROR CODES
932
935
  SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one.
933
936
  ```
934
937
 
935
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/preview/send.ts)_
938
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/preview/send.ts)_
936
939
 
937
940
  ## `sf agent preview sessions`
938
941
 
@@ -968,7 +971,7 @@ ERROR CODES
968
971
  Succeeded (0) Sessions listed successfully (or empty list if no active sessions).
969
972
  ```
970
973
 
971
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/preview/sessions.ts)_
974
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/preview/sessions.ts)_
972
975
 
973
976
  ## `sf agent preview start`
974
977
 
@@ -1044,7 +1047,7 @@ ERROR CODES
1044
1047
  PreviewStartFailed (4) Preview session failed to start due to API or network errors.
1045
1048
  ```
1046
1049
 
1047
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/preview/start.ts)_
1050
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/preview/start.ts)_
1048
1051
 
1049
1052
  ## `sf agent publish authoring-bundle`
1050
1053
 
@@ -1108,7 +1111,7 @@ ERROR CODES
1108
1111
  Failed (1) Compilation errors found in the Agent Script file.
1109
1112
  ```
1110
1113
 
1111
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/publish/authoring-bundle.ts)_
1114
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/publish/authoring-bundle.ts)_
1112
1115
 
1113
1116
  ## `sf agent test create`
1114
1117
 
@@ -1172,7 +1175,7 @@ ERROR CODES
1172
1175
  DeploymentFailed (4) Deployment failed due to API or network errors.
1173
1176
  ```
1174
1177
 
1175
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/test/create.ts)_
1178
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/test/create.ts)_
1176
1179
 
1177
1180
  ## `sf agent test list`
1178
1181
 
@@ -1214,7 +1217,7 @@ ERROR CODES
1214
1217
  Failed (4) Failed to retrieve agent tests due to API or network errors.
1215
1218
  ```
1216
1219
 
1217
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/test/list.ts)_
1220
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/test/list.ts)_
1218
1221
 
1219
1222
  ## `sf agent test results`
1220
1223
 
@@ -1298,7 +1301,7 @@ ERROR CODES
1298
1301
  Failed (4) Failed to retrieve results due to API or network errors.
1299
1302
  ```
1300
1303
 
1301
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/test/results.ts)_
1304
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/test/results.ts)_
1302
1305
 
1303
1306
  ## `sf agent test resume`
1304
1307
 
@@ -1391,7 +1394,7 @@ ERROR CODES
1391
1394
  OperationFailed (4) Failed to poll test due to API or network errors.
1392
1395
  ```
1393
1396
 
1394
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/test/resume.ts)_
1397
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/test/resume.ts)_
1395
1398
 
1396
1399
  ## `sf agent test run`
1397
1400
 
@@ -1484,7 +1487,7 @@ ERROR CODES
1484
1487
  OperationFailed (4) Failed to start or poll test due to API or network errors.
1485
1488
  ```
1486
1489
 
1487
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/test/run.ts)_
1490
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/test/run.ts)_
1488
1491
 
1489
1492
  ## `sf agent test run-eval`
1490
1493
 
@@ -1569,7 +1572,7 @@ ERROR CODES
1569
1572
  OperationFailed (4) Failed to execute tests due to API or network errors.
1570
1573
  ```
1571
1574
 
1572
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/test/run-eval.ts)_
1575
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/test/run-eval.ts)_
1573
1576
 
1574
1577
  ## `sf agent trace delete`
1575
1578
 
@@ -1636,7 +1639,7 @@ ERROR CODES
1636
1639
  Succeeded (0) Traces deleted successfully (or no traces matched).
1637
1640
  ```
1638
1641
 
1639
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/trace/delete.ts)_
1642
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/trace/delete.ts)_
1640
1643
 
1641
1644
  ## `sf agent trace list`
1642
1645
 
@@ -1709,7 +1712,7 @@ ERROR CODES
1709
1712
  Succeeded (0) Trace files listed successfully (or empty list if none found).
1710
1713
  ```
1711
1714
 
1712
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/trace/list.ts)_
1715
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/trace/list.ts)_
1713
1716
 
1714
1717
  ## `sf agent trace read`
1715
1718
 
@@ -1797,7 +1800,7 @@ EXAMPLES
1797
1800
  $ sf agent trace read --session-id <SESSION_ID> --json
1798
1801
  ```
1799
1802
 
1800
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/trace/read.ts)_
1803
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/trace/read.ts)_
1801
1804
 
1802
1805
  ## `sf agent validate authoring-bundle`
1803
1806
 
@@ -1854,7 +1857,7 @@ ERROR CODES
1854
1857
  ServerError (3) Validation/compilation API returned HTTP 500. A server error occurred during compilation.
1855
1858
  ```
1856
1859
 
1857
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.2/src/commands/agent/validate/authoring-bundle.ts)_
1860
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.40.3/src/commands/agent/validate/authoring-bundle.ts)_
1858
1861
 
1859
1862
  ## `sf alias list`
1860
1863
 
@@ -2027,7 +2030,7 @@ FLAG DESCRIPTIONS
2027
2030
  directory.
2028
2031
  ```
2029
2032
 
2030
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/apex/get/log.ts)_
2033
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.29/src/commands/apex/get/log.ts)_
2031
2034
 
2032
2035
  ## `sf apex get test`
2033
2036
 
@@ -2087,7 +2090,7 @@ EXAMPLES
2087
2090
  me@myorg'
2088
2091
  ```
2089
2092
 
2090
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/apex/get/test.ts)_
2093
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.29/src/commands/apex/get/test.ts)_
2091
2094
 
2092
2095
  ## `sf apex list log`
2093
2096
 
@@ -2127,7 +2130,7 @@ EXAMPLES
2127
2130
  $ sf apex list log --target-org me@my.org
2128
2131
  ```
2129
2132
 
2130
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/apex/list/log.ts)_
2133
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.29/src/commands/apex/list/log.ts)_
2131
2134
 
2132
2135
  ## `sf apex run`
2133
2136
 
@@ -2174,7 +2177,7 @@ EXAMPLES
2174
2177
  $ sf apex run
2175
2178
  ```
2176
2179
 
2177
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/apex/run.ts)_
2180
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.29/src/commands/apex/run.ts)_
2178
2181
 
2179
2182
  ## `sf apex run test`
2180
2183
 
@@ -2321,7 +2324,7 @@ FLAG DESCRIPTIONS
2321
2324
  --tests Test1 --tests Test2
2322
2325
  ```
2323
2326
 
2324
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/apex/run/test.ts)_
2327
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.29/src/commands/apex/run/test.ts)_
2325
2328
 
2326
2329
  ## `sf apex tail log`
2327
2330
 
@@ -2364,7 +2367,7 @@ EXAMPLES
2364
2367
  $ sf apex tail log --color --skip-trace-flag
2365
2368
  ```
2366
2369
 
2367
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/apex/tail/log.ts)_
2370
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.29/src/commands/apex/tail/log.ts)_
2368
2371
 
2369
2372
  ## `sf api request graphql`
2370
2373
 
@@ -2417,7 +2420,7 @@ EXAMPLES
2417
2420
  $ sf api request graphql --body example.txt --stream-to-file output.txt --include
2418
2421
  ```
2419
2422
 
2420
- _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.30/src/commands/api/request/graphql.ts)_
2423
+ _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.33/src/commands/api/request/graphql.ts)_
2421
2424
 
2422
2425
  ## `sf api request rest [URL]`
2423
2426
 
@@ -2526,7 +2529,7 @@ FLAG DESCRIPTIONS
2526
2529
  https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project.
2527
2530
  ```
2528
2531
 
2529
- _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.30/src/commands/api/request/rest.ts)_
2532
+ _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.33/src/commands/api/request/rest.ts)_
2530
2533
 
2531
2534
  ## `sf autocomplete [SHELL]`
2532
2535
 
@@ -2839,7 +2842,7 @@ EXAMPLES
2839
2842
  $ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
2840
2843
  ```
2841
2844
 
2842
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/bulk/results.ts)_
2845
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/bulk/results.ts)_
2843
2846
 
2844
2847
  ## `sf data create file`
2845
2848
 
@@ -2888,7 +2891,7 @@ EXAMPLES
2888
2891
  $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
2889
2892
  ```
2890
2893
 
2891
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/create/file.ts)_
2894
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/create/file.ts)_
2892
2895
 
2893
2896
  ## `sf data create record`
2894
2897
 
@@ -2944,7 +2947,7 @@ EXAMPLES
2944
2947
  TracedEntityId=01p17000000R6bLAAS"
2945
2948
  ```
2946
2949
 
2947
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/create/record.ts)_
2950
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/create/record.ts)_
2948
2951
 
2949
2952
  ## `sf data delete bulk`
2950
2953
 
@@ -3003,7 +3006,7 @@ FLAG DESCRIPTIONS
3003
3006
  and can be enabled only by a system administrator.
3004
3007
  ```
3005
3008
 
3006
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/delete/bulk.ts)_
3009
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/delete/bulk.ts)_
3007
3010
 
3008
3011
  ## `sf data delete record`
3009
3012
 
@@ -3064,7 +3067,7 @@ EXAMPLES
3064
3067
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
3065
3068
  ```
3066
3069
 
3067
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/delete/record.ts)_
3070
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/delete/record.ts)_
3068
3071
 
3069
3072
  ## `sf data delete resume`
3070
3073
 
@@ -3103,7 +3106,7 @@ EXAMPLES
3103
3106
  $ sf data delete resume --use-most-recent --target-org my-scratch
3104
3107
  ```
3105
3108
 
3106
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/delete/resume.ts)_
3109
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/delete/resume.ts)_
3107
3110
 
3108
3111
  ## `sf data export bulk`
3109
3112
 
@@ -3170,7 +3173,7 @@ EXAMPLES
3170
3173
  --result-format json --wait 10 --all-rows
3171
3174
  ```
3172
3175
 
3173
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/export/bulk.ts)_
3176
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/export/bulk.ts)_
3174
3177
 
3175
3178
  ## `sf data export resume`
3176
3179
 
@@ -3209,7 +3212,7 @@ EXAMPLES
3209
3212
  $ sf data export resume --use-most-recent
3210
3213
  ```
3211
3214
 
3212
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/export/resume.ts)_
3215
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/export/resume.ts)_
3213
3216
 
3214
3217
  ## `sf data export tree`
3215
3218
 
@@ -3269,7 +3272,7 @@ EXAMPLES
3269
3272
  my-scratch
3270
3273
  ```
3271
3274
 
3272
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/export/tree.ts)_
3275
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/export/tree.ts)_
3273
3276
 
3274
3277
  ## `sf data get record`
3275
3278
 
@@ -3333,7 +3336,7 @@ EXAMPLES
3333
3336
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
3334
3337
  ```
3335
3338
 
3336
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/get/record.ts)_
3339
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/get/record.ts)_
3337
3340
 
3338
3341
  ## `sf data import bulk`
3339
3342
 
@@ -3385,7 +3388,7 @@ EXAMPLES
3385
3388
  $ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
3386
3389
  ```
3387
3390
 
3388
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/import/bulk.ts)_
3391
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/import/bulk.ts)_
3389
3392
 
3390
3393
  ## `sf data import resume`
3391
3394
 
@@ -3421,7 +3424,7 @@ EXAMPLES
3421
3424
  $ sf data import resume --use-most-recent --target-org my-scratch
3422
3425
  ```
3423
3426
 
3424
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/import/resume.ts)_
3427
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/import/resume.ts)_
3425
3428
 
3426
3429
  ## `sf data import tree`
3427
3430
 
@@ -3485,7 +3488,7 @@ FLAG DESCRIPTIONS
3485
3488
  - files(array) - Files: An array of files paths to load
3486
3489
  ```
3487
3490
 
3488
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/import/tree.ts)_
3491
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/import/tree.ts)_
3489
3492
 
3490
3493
  ## `sf data query`
3491
3494
 
@@ -3538,7 +3541,7 @@ EXAMPLES
3538
3541
  $ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
3539
3542
  ```
3540
3543
 
3541
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/query.ts)_
3544
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/query.ts)_
3542
3545
 
3543
3546
  ## `sf data resume`
3544
3547
 
@@ -3575,7 +3578,7 @@ EXAMPLES
3575
3578
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
3576
3579
  ```
3577
3580
 
3578
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/resume.ts)_
3581
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/resume.ts)_
3579
3582
 
3580
3583
  ## `sf data search`
3581
3584
 
@@ -3625,7 +3628,7 @@ EXAMPLES
3625
3628
  $ sf data search --file query.txt --target-org my-scratch --result-format csv
3626
3629
  ```
3627
3630
 
3628
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/search.ts)_
3631
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/search.ts)_
3629
3632
 
3630
3633
  ## `sf data update bulk`
3631
3634
 
@@ -3680,7 +3683,7 @@ EXAMPLES
3680
3683
  $ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
3681
3684
  ```
3682
3685
 
3683
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/update/bulk.ts)_
3686
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/update/bulk.ts)_
3684
3687
 
3685
3688
  ## `sf data update record`
3686
3689
 
@@ -3742,7 +3745,7 @@ EXAMPLES
3742
3745
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
3743
3746
  ```
3744
3747
 
3745
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/update/record.ts)_
3748
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/update/record.ts)_
3746
3749
 
3747
3750
  ## `sf data update resume`
3748
3751
 
@@ -3781,7 +3784,7 @@ EXAMPLES
3781
3784
  $ sf data update resume --use-most-recent
3782
3785
  ```
3783
3786
 
3784
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/update/resume.ts)_
3787
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/update/resume.ts)_
3785
3788
 
3786
3789
  ## `sf data upsert bulk`
3787
3790
 
@@ -3837,7 +3840,7 @@ EXAMPLES
3837
3840
  my-scratch
3838
3841
  ```
3839
3842
 
3840
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/upsert/bulk.ts)_
3843
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/upsert/bulk.ts)_
3841
3844
 
3842
3845
  ## `sf data upsert resume`
3843
3846
 
@@ -3876,7 +3879,7 @@ EXAMPLES
3876
3879
  $ sf data upsert resume --use-most-recent --target-org my-scratch
3877
3880
  ```
3878
3881
 
3879
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/data/upsert/resume.ts)_
3882
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/data/upsert/resume.ts)_
3880
3883
 
3881
3884
  ## `sf doctor`
3882
3885
 
@@ -3924,7 +3927,7 @@ EXAMPLES
3924
3927
  $ sf doctor --plugin @salesforce/plugin-source
3925
3928
  ```
3926
3929
 
3927
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.131/src/commands/doctor.ts)_
3930
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.133/src/commands/doctor.ts)_
3928
3931
 
3929
3932
  ## `sf force data bulk delete`
3930
3933
 
@@ -3971,7 +3974,7 @@ EXAMPLES
3971
3974
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
3972
3975
  ```
3973
3976
 
3974
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/force/data/bulk/delete.ts)_
3977
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/force/data/bulk/delete.ts)_
3975
3978
 
3976
3979
  ## `sf force data bulk status`
3977
3980
 
@@ -4008,7 +4011,7 @@ EXAMPLES
4008
4011
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
4009
4012
  ```
4010
4013
 
4011
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/force/data/bulk/status.ts)_
4014
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/force/data/bulk/status.ts)_
4012
4015
 
4013
4016
  ## `sf force data bulk upsert`
4014
4017
 
@@ -4066,7 +4069,7 @@ EXAMPLES
4066
4069
  --target-org my-scratch
4067
4070
  ```
4068
4071
 
4069
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.99/src/commands/force/data/bulk/upsert.ts)_
4072
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.101/src/commands/force/data/bulk/upsert.ts)_
4070
4073
 
4071
4074
  ## `sf help [COMMAND]`
4072
4075
 
@@ -4126,7 +4129,7 @@ EXAMPLES
4126
4129
  $ sf info releasenotes display --version latest
4127
4130
  ```
4128
4131
 
4129
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.131/src/commands/info/releasenotes/display.ts)_
4132
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.133/src/commands/info/releasenotes/display.ts)_
4130
4133
 
4131
4134
  ## `sf logic get test`
4132
4135
 
@@ -4174,7 +4177,7 @@ EXAMPLES
4174
4177
  $ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
4175
4178
  ```
4176
4179
 
4177
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/logic/get/test.ts)_
4180
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.29/src/commands/logic/get/test.ts)_
4178
4181
 
4179
4182
  ## `sf logic run test`
4180
4183
 
@@ -4296,7 +4299,7 @@ FLAG DESCRIPTIONS
4296
4299
  --tests Test1 --tests Test2
4297
4300
  ```
4298
4301
 
4299
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.27/src/commands/logic/run/test.ts)_
4302
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.29/src/commands/logic/run/test.ts)_
4300
4303
 
4301
4304
  ## `sf org assign permset`
4302
4305
 
@@ -4342,7 +4345,7 @@ EXAMPLES
4342
4345
  $ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
4343
4346
  ```
4344
4347
 
4345
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.5/src/commands/org/assign/permset.ts)_
4348
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.6/src/commands/org/assign/permset.ts)_
4346
4349
 
4347
4350
  ## `sf org assign permsetlicense`
4348
4351
 
@@ -4389,7 +4392,141 @@ EXAMPLES
4389
4392
  user3
4390
4393
  ```
4391
4394
 
4392
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.5/src/commands/org/assign/permsetlicense.ts)_
4395
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.6/src/commands/org/assign/permsetlicense.ts)_
4396
+
4397
+ ## `sf org auth show-access-token`
4398
+
4399
+ Show the current access token for an org.
4400
+
4401
+ ```
4402
+ USAGE
4403
+ $ sf org auth show-access-token -o <value> [--json] [--flags-dir <value>] [-p]
4404
+
4405
+ FLAGS
4406
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
4407
+ configuration variable is already set.
4408
+ -p, --no-prompt Skip the security warning and reveal the access token without confirmation.
4409
+
4410
+ GLOBAL FLAGS
4411
+ --flags-dir=<value> Import flag values from a directory.
4412
+ --json Format output as json.
4413
+
4414
+ DESCRIPTION
4415
+ Show the current access token for an org.
4416
+
4417
+ Because access tokens are sensitive credentials that grant full access to an org, this command prompts for
4418
+ confirmation before revealing the token. Skip confirmation by specifying either the --no-prompt or --json flag.
4419
+
4420
+ EXAMPLES
4421
+ Show the access token for the default org:
4422
+
4423
+ $ sf org auth show-access-token
4424
+
4425
+ Show the access token for an org with alias "my-org":
4426
+
4427
+ $ sf org auth show-access-token --target-org my-org
4428
+
4429
+ Show the access token without the confirmation prompt:
4430
+
4431
+ $ sf org auth show-access-token --target-org my-org --no-prompt
4432
+
4433
+ Get the access token as JSON for use in scripts:
4434
+
4435
+ $ sf org auth show-access-token --target-org my-org --json
4436
+ ```
4437
+
4438
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.0/src/commands/org/auth/show-access-token.ts)_
4439
+
4440
+ ## `sf org auth show-sfdx-auth-url`
4441
+
4442
+ Show the SFDX Auth URL for an org.
4443
+
4444
+ ```
4445
+ USAGE
4446
+ $ sf org auth show-sfdx-auth-url -o <value> [--json] [--flags-dir <value>] [-p]
4447
+
4448
+ FLAGS
4449
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
4450
+ configuration variable is already set.
4451
+ -p, --no-prompt Skip the security warning and reveal the SFDX Auth URL without confirmation.
4452
+
4453
+ GLOBAL FLAGS
4454
+ --flags-dir=<value> Import flag values from a directory.
4455
+ --json Format output as json.
4456
+
4457
+ DESCRIPTION
4458
+ Show the SFDX Auth URL for an org.
4459
+
4460
+ Shows the SFDX Auth URL for an org. This URL is only available for orgs authenticated via a web-based OAuth flow. This
4461
+ command prompts for confirmation before revealing it. Skip confirmation by specifying either the --no-prompt or --json
4462
+ flag.
4463
+
4464
+ EXAMPLES
4465
+ Show the SFDX Auth URL for the default org:
4466
+
4467
+ $ sf org auth show-sfdx-auth-url
4468
+
4469
+ Show the SFDX Auth URL for an org with alias "my-org":
4470
+
4471
+ $ sf org auth show-sfdx-auth-url --target-org my-org
4472
+
4473
+ Show the SFDX Auth URL without the confirmation prompt:
4474
+
4475
+ $ sf org auth show-sfdx-auth-url --target-org my-org --no-prompt
4476
+
4477
+ Get the SFDX Auth URL as JSON for use in scripts:
4478
+
4479
+ $ sf org auth show-sfdx-auth-url --target-org my-org --json
4480
+ ```
4481
+
4482
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.0/src/commands/org/auth/show-sfdx-auth-url.ts)_
4483
+
4484
+ ## `sf org auth show-user-password`
4485
+
4486
+ Show the stored password for an org's user.
4487
+
4488
+ ```
4489
+ USAGE
4490
+ $ sf org auth show-user-password -o <value> [--json] [--flags-dir <value>] [-p]
4491
+
4492
+ FLAGS
4493
+ -o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
4494
+ configuration variable is already set.
4495
+ -p, --no-prompt Skip the security warning and reveal the password without confirmation.
4496
+
4497
+ GLOBAL FLAGS
4498
+ --flags-dir=<value> Import flag values from a directory.
4499
+ --json Format output as json.
4500
+
4501
+ DESCRIPTION
4502
+ Show the stored password for an org's user.
4503
+
4504
+ This command shows only passwords that were generated locally in your DX project with either the "org generate
4505
+ password" or "org create user" CLI command. If you generated a password for a user in Setup in your org, you can't
4506
+ show it with this command.
4507
+
4508
+ Because passwords are sensitive credentials, this command prompts for confirmation before revealing it. Skip
4509
+ confirmation by specifying either the --no-prompt or --json flag.
4510
+
4511
+ EXAMPLES
4512
+ Show the password for the default org's user:
4513
+
4514
+ $ sf org auth show-user-password
4515
+
4516
+ Show the password for an org with alias "my-org":
4517
+
4518
+ $ sf org auth show-user-password --target-org my-org
4519
+
4520
+ Show the password without the confirmation prompt:
4521
+
4522
+ $ sf org auth show-user-password --target-org my-org --no-prompt
4523
+
4524
+ Get the password as JSON for use in scripts:
4525
+
4526
+ $ sf org auth show-user-password --target-org my-org --json
4527
+ ```
4528
+
4529
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.0/src/commands/org/auth/show-user-password.ts)_
4393
4530
 
4394
4531
  ## `sf org create agent-user`
4395
4532
 
@@ -4467,7 +4604,7 @@ FLAG DESCRIPTIONS
4467
4604
  "agent.user.<GUID>@your-org-domain.com".
4468
4605
  ```
4469
4606
 
4470
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/create/agent-user.ts)_
4607
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.0/src/commands/org/create/agent-user.ts)_
4471
4608
 
4472
4609
  ## `sf org create sandbox`
4473
4610
 
@@ -4601,7 +4738,7 @@ FLAG DESCRIPTIONS
4601
4738
  You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
4602
4739
  ```
4603
4740
 
4604
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/create/sandbox.ts)_
4741
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.0/src/commands/org/create/sandbox.ts)_
4605
4742
 
4606
4743
  ## `sf org create scratch`
4607
4744
 
@@ -4783,7 +4920,7 @@ FLAG DESCRIPTIONS
4783
4920
  Omit this flag to have Salesforce generate a unique username for your org.
4784
4921
  ```
4785
4922
 
4786
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/create/scratch.ts)_
4923
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.0/src/commands/org/create/scratch.ts)_
4787
4924
 
4788
4925
  ## `sf org create user`
4789
4926
 
@@ -4891,7 +5028,7 @@ FLAG DESCRIPTIONS
4891
5028
  might be different than what you specify in the definition file.
4892
5029
  ```
4893
5030
 
4894
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.5/src/commands/org/create/user.ts)_
5031
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.6/src/commands/org/create/user.ts)_
4895
5032
 
4896
5033
  ## `sf org delete sandbox`
4897
5034
 
@@ -4937,7 +5074,7 @@ EXAMPLES
4937
5074
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
4938
5075
  ```
4939
5076
 
4940
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/delete/sandbox.ts)_
5077
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.0/src/commands/org/delete/sandbox.ts)_
4941
5078
 
4942
5079
  ## `sf org delete scratch`
4943
5080
 
@@ -4981,7 +5118,7 @@ EXAMPLES
4981
5118
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
4982
5119
  ```
4983
5120
 
4984
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/delete/scratch.ts)_
5121
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.0/src/commands/org/delete/scratch.ts)_
4985
5122
 
4986
5123
  ## `sf org disable tracking`
4987
5124
 
@@ -5020,7 +5157,7 @@ EXAMPLES
5020
5157
  $ sf org disable tracking
5021
5158
  ```
5022
5159
 
5023
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/disable/tracking.ts)_
5160
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.0/src/commands/org/disable/tracking.ts)_
5024
5161
 
5025
5162
  ## `sf org display`
5026
5163
 
@@ -5065,7 +5202,7 @@ EXAMPLES
5065
5202
  $ sf org display --target-org TestOrg1 --verbose
5066
5203
  ```
5067
5204
 
5068
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/display.ts)_
5205
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.0/src/commands/org/display.ts)_
5069
5206
 
5070
5207
  ## `sf org display user`
5071
5208
 
@@ -5104,7 +5241,7 @@ EXAMPLES
5104
5241
  $ sf org display user --target-org me@my.org --json
5105
5242
  ```
5106
5243
 
5107
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.5/src/commands/org/display/user.ts)_
5244
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.6/src/commands/org/display/user.ts)_
5108
5245
 
5109
5246
  ## `sf org enable tracking`
5110
5247
 
@@ -5146,7 +5283,7 @@ EXAMPLES
5146
5283
  $ sf org enable tracking
5147
5284
  ```
5148
5285
 
5149
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/enable/tracking.ts)_
5286
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.0/src/commands/org/enable/tracking.ts)_
5150
5287
 
5151
5288
  ## `sf org generate password`
5152
5289
 
@@ -5213,7 +5350,7 @@ EXAMPLES
5213
5350
  $ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
5214
5351
  ```
5215
5352
 
5216
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.5/src/commands/org/generate/password.ts)_
5353
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.6/src/commands/org/generate/password.ts)_
5217
5354
 
5218
5355
  ## `sf org list`
5219
5356
 
@@ -5252,7 +5389,7 @@ EXAMPLES
5252
5389
  $ sf org list --clean
5253
5390
  ```
5254
5391
 
5255
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/list.ts)_
5392
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.0/src/commands/org/list.ts)_
5256
5393
 
5257
5394
  ## `sf org list auth`
5258
5395
 
@@ -5391,7 +5528,7 @@ FLAG DESCRIPTIONS
5391
5528
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
5392
5529
  ```
5393
5530
 
5394
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/list/metadata.ts)_
5531
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.0/src/commands/org/list/metadata.ts)_
5395
5532
 
5396
5533
  ## `sf org list metadata-types`
5397
5534
 
@@ -5446,7 +5583,7 @@ FLAG DESCRIPTIONS
5446
5583
  Override the api version used for api requests made by this command
5447
5584
  ```
5448
5585
 
5449
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/list/metadata-types.ts)_
5586
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.0/src/commands/org/list/metadata-types.ts)_
5450
5587
 
5451
5588
  ## `sf org list sobject record-counts`
5452
5589
 
@@ -5530,7 +5667,7 @@ EXAMPLES
5530
5667
  $ sf org list users --target-org me@my.org
5531
5668
  ```
5532
5669
 
5533
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.5/src/commands/org/list/users.ts)_
5670
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.9.6/src/commands/org/list/users.ts)_
5534
5671
 
5535
5672
  ## `sf org login access-token`
5536
5673
 
@@ -5992,7 +6129,7 @@ EXAMPLES
5992
6129
  $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
5993
6130
  ```
5994
6131
 
5995
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/open.ts)_
6132
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.0/src/commands/org/open.ts)_
5996
6133
 
5997
6134
  ## `sf org open agent`
5998
6135
 
@@ -6067,7 +6204,7 @@ FLAG DESCRIPTIONS
6067
6204
  flag.
6068
6205
  ```
6069
6206
 
6070
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/open/agent.ts)_
6207
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.0/src/commands/org/open/agent.ts)_
6071
6208
 
6072
6209
  ## `sf org open authoring-bundle`
6073
6210
 
@@ -6113,7 +6250,7 @@ EXAMPLES
6113
6250
  $ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
6114
6251
  ```
6115
6252
 
6116
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/open/authoring-bundle.ts)_
6253
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.0/src/commands/org/open/authoring-bundle.ts)_
6117
6254
 
6118
6255
  ## `sf org refresh sandbox`
6119
6256
 
@@ -6216,7 +6353,7 @@ FLAG DESCRIPTIONS
6216
6353
  You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
6217
6354
  ```
6218
6355
 
6219
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/refresh/sandbox.ts)_
6356
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.0/src/commands/org/refresh/sandbox.ts)_
6220
6357
 
6221
6358
  ## `sf org resume sandbox`
6222
6359
 
@@ -6279,7 +6416,7 @@ FLAG DESCRIPTIONS
6279
6416
  returns the job ID. To resume checking the sandbox creation, rerun this command.
6280
6417
  ```
6281
6418
 
6282
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/resume/sandbox.ts)_
6419
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.0/src/commands/org/resume/sandbox.ts)_
6283
6420
 
6284
6421
  ## `sf org resume scratch`
6285
6422
 
@@ -6332,7 +6469,7 @@ FLAG DESCRIPTIONS
6332
6469
  returns the job ID. To resume checking the scratch creation, rerun this command.
6333
6470
  ```
6334
6471
 
6335
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.10.13/src/commands/org/resume/scratch.ts)_
6472
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.0/src/commands/org/resume/scratch.ts)_
6336
6473
 
6337
6474
  ## `sf package convert`
6338
6475
 
@@ -10110,7 +10247,7 @@ FLAG DESCRIPTIONS
10110
10247
  If you don't specify this flag, the command prompts you to choose from your local objects.
10111
10248
  ```
10112
10249
 
10113
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.106/src/commands/schema/generate/field.ts)_
10250
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.108/src/commands/schema/generate/field.ts)_
10114
10251
 
10115
10252
  ## `sf schema generate platformevent`
10116
10253
 
@@ -10142,7 +10279,7 @@ EXAMPLES
10142
10279
  $ sf schema generate platformevent --label "My Platform Event"
10143
10280
  ```
10144
10281
 
10145
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.106/src/commands/schema/generate/platformevent.ts)_
10282
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.108/src/commands/schema/generate/platformevent.ts)_
10146
10283
 
10147
10284
  ## `sf schema generate sobject`
10148
10285
 
@@ -10199,7 +10336,7 @@ FLAG DESCRIPTIONS
10199
10336
  - Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
10200
10337
  ```
10201
10338
 
10202
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.106/src/commands/schema/generate/sobject.ts)_
10339
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.108/src/commands/schema/generate/sobject.ts)_
10203
10340
 
10204
10341
  ## `sf schema generate tab`
10205
10342
 
@@ -10247,7 +10384,7 @@ FLAG DESCRIPTIONS
10247
10384
  The API name for a custom object always ends in `__c`, such as `MyObject__c`.
10248
10385
  ```
10249
10386
 
10250
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.106/src/commands/schema/generate/tab.ts)_
10387
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.108/src/commands/schema/generate/tab.ts)_
10251
10388
 
10252
10389
  ## `sf search`
10253
10390
 
@@ -10263,7 +10400,7 @@ DESCRIPTION
10263
10400
  Once you select a command, hit enter and it will show the help for that command.
10264
10401
  ```
10265
10402
 
10266
- _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.48/src/commands/search.ts)_
10403
+ _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.49/src/commands/search.ts)_
10267
10404
 
10268
10405
  ## `sf sobject describe`
10269
10406
 
@@ -10310,7 +10447,7 @@ EXAMPLES
10310
10447
  $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
10311
10448
  ```
10312
10449
 
10313
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.112/src/commands/sobject/describe.ts)_
10450
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.114/src/commands/sobject/describe.ts)_
10314
10451
 
10315
10452
  ## `sf sobject list`
10316
10453
 
@@ -10349,7 +10486,7 @@ EXAMPLES
10349
10486
  $ sf sobject list --sobject custom --target-org my-scratch-org
10350
10487
  ```
10351
10488
 
10352
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.112/src/commands/sobject/list.ts)_
10489
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.114/src/commands/sobject/list.ts)_
10353
10490
 
10354
10491
  ## `sf template generate analytics template`
10355
10492
 
@@ -10393,7 +10530,7 @@ FLAG DESCRIPTIONS
10393
10530
  directory.
10394
10531
  ```
10395
10532
 
10396
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/analytics/template.ts)_
10533
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/analytics/template.ts)_
10397
10534
 
10398
10535
  ## `sf template generate apex class`
10399
10536
 
@@ -10453,7 +10590,7 @@ FLAG DESCRIPTIONS
10453
10590
  Supplied parameter values or default values are filled into a copy of the template.
10454
10591
  ```
10455
10592
 
10456
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/apex/class.ts)_
10593
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/apex/class.ts)_
10457
10594
 
10458
10595
  ## `sf template generate apex trigger`
10459
10596
 
@@ -10523,7 +10660,7 @@ FLAG DESCRIPTIONS
10523
10660
  Supplied parameter values or default values are filled into a copy of the template.
10524
10661
  ```
10525
10662
 
10526
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/apex/trigger.ts)_
10663
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/apex/trigger.ts)_
10527
10664
 
10528
10665
  ## `sf template generate digital-experience site`
10529
10666
 
@@ -10577,7 +10714,7 @@ FLAG DESCRIPTIONS
10577
10714
  project, defaults to the current directory.
10578
10715
  ```
10579
10716
 
10580
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/digital-experience/site.ts)_
10717
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/digital-experience/site.ts)_
10581
10718
 
10582
10719
  ## `sf template generate flexipage`
10583
10720
 
@@ -10659,7 +10796,7 @@ FLAG DESCRIPTIONS
10659
10796
  'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
10660
10797
  ```
10661
10798
 
10662
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/flexipage/index.ts)_
10799
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/flexipage/index.ts)_
10663
10800
 
10664
10801
  ## `sf template generate lightning app`
10665
10802
 
@@ -10717,7 +10854,7 @@ FLAG DESCRIPTIONS
10717
10854
  field in the DX project's "sfdx-project.json" file.
10718
10855
  ```
10719
10856
 
10720
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/lightning/app.ts)_
10857
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/lightning/app.ts)_
10721
10858
 
10722
10859
  ## `sf template generate lightning component`
10723
10860
 
@@ -10794,7 +10931,7 @@ FLAG DESCRIPTIONS
10794
10931
  field in the DX project's "sfdx-project.json" file.
10795
10932
  ```
10796
10933
 
10797
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/lightning/component.ts)_
10934
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/lightning/component.ts)_
10798
10935
 
10799
10936
  ## `sf template generate lightning event`
10800
10937
 
@@ -10852,7 +10989,7 @@ FLAG DESCRIPTIONS
10852
10989
  field in the DX project's "sfdx-project.json" file.
10853
10990
  ```
10854
10991
 
10855
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/lightning/event.ts)_
10992
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/lightning/event.ts)_
10856
10993
 
10857
10994
  ## `sf template generate lightning interface`
10858
10995
 
@@ -10910,7 +11047,7 @@ FLAG DESCRIPTIONS
10910
11047
  field in the DX project's "sfdx-project.json" file.
10911
11048
  ```
10912
11049
 
10913
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/lightning/interface.ts)_
11050
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/lightning/interface.ts)_
10914
11051
 
10915
11052
  ## `sf template generate lightning test`
10916
11053
 
@@ -10968,7 +11105,7 @@ FLAG DESCRIPTIONS
10968
11105
  field in the DX project's "sfdx-project.json" file.
10969
11106
  ```
10970
11107
 
10971
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/lightning/test.ts)_
11108
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/lightning/test.ts)_
10972
11109
 
10973
11110
  ## `sf template generate project`
10974
11111
 
@@ -11094,7 +11231,7 @@ FLAG DESCRIPTIONS
11094
11231
  server-side type stripping.
11095
11232
  ```
11096
11233
 
11097
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/project/index.ts)_
11234
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/project/index.ts)_
11098
11235
 
11099
11236
  ## `sf template generate static-resource`
11100
11237
 
@@ -11157,7 +11294,7 @@ FLAG DESCRIPTIONS
11157
11294
  etc.
11158
11295
  ```
11159
11296
 
11160
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/static-resource/index.ts)_
11297
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/static-resource/index.ts)_
11161
11298
 
11162
11299
  ## `sf template generate ui-bundle`
11163
11300
 
@@ -11241,7 +11378,7 @@ FLAG DESCRIPTIONS
11241
11378
  Supplied parameter values or default values are filled into a copy of the template.
11242
11379
  ```
11243
11380
 
11244
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/ui-bundle/index.ts)_
11381
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/ui-bundle/index.ts)_
11245
11382
 
11246
11383
  ## `sf template generate visualforce component`
11247
11384
 
@@ -11298,7 +11435,7 @@ FLAG DESCRIPTIONS
11298
11435
  Supplied parameter values or default values are filled into a copy of the template.
11299
11436
  ```
11300
11437
 
11301
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/visualforce/component.ts)_
11438
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/visualforce/component.ts)_
11302
11439
 
11303
11440
  ## `sf template generate visualforce page`
11304
11441
 
@@ -11349,7 +11486,7 @@ FLAG DESCRIPTIONS
11349
11486
  The name can be up to 40 characters and must start with a letter.
11350
11487
  ```
11351
11488
 
11352
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.0/src/commands/template/generate/visualforce/page.ts)_
11489
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.2/src/commands/template/generate/visualforce/page.ts)_
11353
11490
 
11354
11491
  ## `sf update [CHANNEL]`
11355
11492
 
@@ -11387,7 +11524,7 @@ EXAMPLES
11387
11524
  $ sf update --available
11388
11525
  ```
11389
11526
 
11390
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.39/src/commands/update.ts)_
11527
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.40/src/commands/update.ts)_
11391
11528
 
11392
11529
  ## `sf version`
11393
11530
 
@@ -11441,7 +11578,7 @@ EXAMPLES
11441
11578
  $ sf which "foo bar baz"
11442
11579
  ```
11443
11580
 
11444
- _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.53/src/commands/which.ts)_
11581
+ _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.54/src/commands/which.ts)_
11445
11582
 
11446
11583
  <!-- commandsstop -->
11447
11584